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_OUTPUT([$PROCESS_FILES])
I just posted a patch that could easily be extended to
fix this problem. Just put the 3-line section of code that emits
the `config_files=...' snippet into an unquoted here doc (currently
it's in a quoted one).