On 12/12/03 19:46 Ben Pfaff spoke thusly<br>
Bob Lockie <bjlockie@xxxxxxxxx> writes:
AC_INIT(src/hello.c)
This is obsolete. See the Autoconf manual:
- Macro: AC_INIT (UNIQUE-FILE-IN-SOURCE-DIR)
Formerly `AC_INIT' used to have a single argument, and was
equivalent to:
AC_INIT
AC_CONFIG_SRCDIR(UNIQUE-FILE-IN-SOURCE-DIR)
AM_INIT_AUTOMAKE(hello, 1.3.11)
This is also obsolete. See the Automake manual:
The GNU Hello World example is obsolete and is misleading then.
AC_INIT(src/hello.c)
AM_INIT_AUTOMAKE(hello, 1.3.11)