| PROCESS_FILES="Makefile src/Makefile"
|
| AC_OUTPUT([$PROCESS_FILES])
Hm, do you really depend upon this? You're out of the Automake law.
Sure we can (should?, hm, I miss Alexandre :) re enable it, but it
seems like a bad idea.
A better idea is
if aldjaslkdj; then
AC_CONFIG_FILES(src1/Ma
Mo DeJong <[EMAIL PROTECTED]> writes:
| Hi all.
|
| I have run into a problem with a configure.in that worked
| just fine with autoconf 2.13 but not 2.14.
|
|
| % cat configure.in
|
| AC_INIT(foo.cpp)
|
| AC_LANG_CPLUSPLUS
| AC_PROG_CXX
| AC_PROG_CC
|
| PROCESS_FILES="Makefile src/Makefile"
|
| AC