Readd autogen.sh

Some old autoconf versions do not work properly when using autoreconf,
but work fine when calling aclocal, autoconf and autoheader manually.

FossilOrigin-Name: 92aea1ca9097351c103bb5b995095da6c2158ce65c63464fe8d4b2a0d63967c0
This commit is contained in:
Jonathan Schleifer 2018-11-06 22:26:15 +00:00
parent 6411934685
commit 3a58197366
3 changed files with 11 additions and 1 deletions

View file

@ -2,7 +2,7 @@ AC_INIT(ObjIRC, 0.1, js@heap.zone)
BUILDSYS_INIT
AC_CONFIG_SRCDIR(src)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_MACRO_DIR(build-aux/m4)
AC_CONFIG_AUX_DIR(build-aux)
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)