Re: Problem using AC_LANG_PROGRAM with AC_EGREP_CPP

2009-03-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Allan Caffee on 3/30/2009 8:12 AM: My invocation of AC_EGREP_CPP looks like this: AC_EGREP_CPP([HAVE_GL_GLU_H], [AC_LANG_PROGRAM([[foo]], [[bar]])], [OPENVRML_HAVE_GL_GLU_H=1],

Re: Problem using AC_LANG_PROGRAM with AC_EGREP_CPP

2009-03-30 Thread Allan Caffee
On Sat, 28 Mar 2009, Braden McDaniel wrote: > On Sat, 2009-03-28 at 07:27 -0600, Eric Blake wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > According to Braden McDaniel on 3/27/2009 11:02 PM: > > > When I try to use AC_LANG_PROGRAM in conjunction with AC_EGREP_CPP, I'm > > > s

Re: Problem using AC_LANG_PROGRAM with AC_EGREP_CPP

2009-03-28 Thread Braden McDaniel
On Sat, 2009-03-28 at 07:27 -0600, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Braden McDaniel on 3/27/2009 11:02 PM: > > When I try to use AC_LANG_PROGRAM in conjunction with AC_EGREP_CPP, I'm > > seeing this error: > > > > configure.ac:97: error:

Re: Problem using AC_LANG_PROGRAM with AC_EGREP_CPP

2009-03-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Braden McDaniel on 3/27/2009 11:02 PM: > When I try to use AC_LANG_PROGRAM in conjunction with AC_EGREP_CPP, I'm > seeing this error: > > configure.ac:97: error: possibly undefined macro: AC_LANG_PROGRAM > If this to

Problem using AC_LANG_PROGRAM with AC_EGREP_CPP

2009-03-27 Thread Braden McDaniel
When I try to use AC_LANG_PROGRAM in conjunction with AC_EGREP_CPP, I'm seeing this error: configure.ac:97: error: possibly undefined macro: AC_LANG_PROGRAM If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. M