autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: which is the correct form?


From: Bob Lockie
Subject: Re: which is the correct form?
Date: Fri, 12 Dec 2003 21:51:58 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031210

On 12/12/03 19:46 Ben Pfaff spoke thusly<br>
Bob Lockie <address@hidden> 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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]