automake
[Top][All Lists]
Advanced

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

Re: Noobie question about doing "src" dirs


From: Douglas Phillipson
Subject: Re: Noobie question about doing "src" dirs
Date: Wed, 31 May 2006 12:27:42 -0700
User-agent: Thunderbird 1.5 (X11/20060119)



Harlan Stenn wrote:
configure.in is the old name, configure.ac is the new name.

I prefer:

 AC_CONFIG_FILES(Makefile)
 AC_CONFIG_FILES(src/Makefile)
 AC_OUTPUT

and run 'autoreconf -vfi'.

H



You no longer need these anymore??

AC_INIT(src/hello.c)
AM_INIT_AUTOMAKE(hello,1.1)
AC_PROG_CC
AC_PROG_INSTALL

DOug P






reply via email to

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