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: Harlan Stenn
Subject: Re: Noobie question about doing "src" dirs
Date: Wed, 31 May 2006 19:21:34 +0000

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




reply via email to

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