Do not automatically call AC_CONFIG_COMMANDS_*

This causes problems with some versions of autoconf / m4. Moving it to a
function called BUILDSYS_INIT and calling that fixes it.
This commit is contained in:
Jonathan Schleifer 2014-02-24 03:55:15 +01:00
parent c67285b68e
commit 271b94aa6b
2 changed files with 64 additions and 52 deletions

View file

@ -9,6 +9,7 @@ dnl
dnl Specify name, version and contact e-mail of the package.
AC_INIT(name, version, e-mail)
BUILDSYS_INIT
dnl Specifies where your sources are.
AC_CONFIG_SRCDIR(src)