skyper wrote: > > Hi > > i updated to autoconf-2.50 and tried the following test > configure.in file: > > # cat >configure.in<<EOF > > AC_INIT(test.c) > > AC_PROG_CC > > AC_OUTPUT(Makefile) > > EOF Your example worked on my system with gm4-1.4p and autoconf 2.50. I used this for my configure.in: -------------------------------- AC_INIT(test.c) AC_PROG_CC AC_OUTPUT(Makefile) --------------------------------- I'm not sure what to say. I wonder what version of gnu-m4 you are using? Best, Matthew
- m4 runs crazy with 2.50 skyper
- Matt Schalit