Move build-related files to build-aux

FossilOrigin-Name: 2e03d03c52ee2575ce724f84a1d8dbe8889312cffce05a2ad12e4b3307bc45e1
This commit is contained in:
Jonathan Schleifer 2017-01-22 04:43:33 +00:00
parent cc81731868
commit da9c11780e
6 changed files with 2 additions and 4 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
set -e
aclocal -I m4
autoconf

View file

View file

@ -2,6 +2,8 @@ AC_INIT(ObjPgSQL, 0.1, js@webkeks.org)
BUILDSYS_INIT
AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(build-aux/m4)
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
AS_IF([test x"$OBJFW_CONFIG" = x""], [