Move some files to build-aux
This commit is contained in:
parent
272a6f4c7f
commit
d8ca1fe1a3
7 changed files with 3 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
aclocal -I m4 || exit 1
|
|
||||||
autoconf || exit 1
|
|
0
config.guess → build-aux/config.guess
vendored
0
config.guess → build-aux/config.guess
vendored
0
config.sub → build-aux/config.sub
vendored
0
config.sub → build-aux/config.sub
vendored
|
@ -1,5 +1,8 @@
|
||||||
AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)
|
AC_INIT(ObjOpenSSL, 0.1, js@heap.zone)
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR(src)
|
AC_CONFIG_SRCDIR(src)
|
||||||
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
|
AC_CONFIG_MACRO_DIR(build-aux/m4)
|
||||||
|
|
||||||
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
|
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
|
||||||
AS_IF([test x"$OBJFW_CONFIG" = x""], [
|
AS_IF([test x"$OBJFW_CONFIG" = x""], [
|
||||||
|
|
Reference in a new issue