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:
parent
c67285b68e
commit
271b94aa6b
2 changed files with 64 additions and 52 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue