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
I just tried to run a configure script
generated by the CVS version of autoconf.
% ~/project/tkgs/configure
configure: error: cannot run
This was caused by a check for config.sub
the file did not exist in my src tree.
This is a problem, but the test is also
broken because the AC_CONFIG_AUX_DIR