autoconf
[Top][All Lists]
Advanced

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

AC_CONFIG_FILES


From: Bob Lockie
Subject: AC_CONFIG_FILES
Date: Fri, 12 Dec 2003 01:43:48 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031210

Brackets are not allowed in the filenames for the AC_CONFIG_FILES macro?


AC_CONFIG_FILES( [Makefile] )
AC_CONFIG_FILES( doc/arson/Makefile )


Everything works when I take the brackets out.
I hate tools that are picky about tabs, spaces, etc. :-)

AC_CONFIG_FILES( Makefile )
AC_CONFIG_FILES( doc/arson/Makefile )

I can leave brackets in but take the spaces out.

AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([doc/arson/Makefile])


(GNU Autoconf) 2.57
(GNU automake) 1.6.3

$ automake -v
automake-1.6: reading configure.in
automake-1.6: reading /usr/share/automake-1.6/am/header-vars.am
automake-1.6: reading doc/arson/Makefile.am

automake-1.6: creating doc/arson/Makefile.in


$ automake -v
automake-1.6: reading configure.in
automake-1.6: reading Makefile.am
automake-1.6: creating Makefile.in
automake-1.6: reading doc/arson/Makefile.am
automake-1.6: creating doc/arson/Makefile.in




reply via email to

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