Re: Noobie question about doing "src" dirs

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

 





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




_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux