autoconf
[Top][All Lists]
Advanced

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

Re: m4 runs crazy with 2.50


From: Matt Schalit
Subject: Re: m4 runs crazy with 2.50
Date: Wed, 23 May 2001 10:12:12 -0700

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



reply via email to

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