autoconf / automake - header file path

2011-06-07 Thread Rakesh S
For a particular library we are building - the configure.ac looks as follows: AC_CHECK_HEADERS(libmyapp.h) . The location of libmyapp.h depends on the architecture / *nix distribution etc. The Makefile.am looks as follows: bin_PROGRAMS = hello hello_CFLAGS = -I /usr/fqpath If ./configure ( as

_AC_LANG_ABBREV on Mac

2011-06-07 Thread Jim Edwards
Hi All, I have -n checking for libtool >= 1.5 ... Major version might be too new (2.4) Checking if required version of automake is installed -n checking for autoconf >= 2.54 ... yes (version 2.61) -n checking for automake >= 1.9.6 ... yes (version 1.10) on a Mac OSX 10.7.0 and I am trying to boo

Re: _AC_LANG_ABBREV on Mac

2011-06-07 Thread Eric Blake
On 06/07/2011 02:30 PM, Jim Edwards wrote: > Hi All, > > > configure:23907: error: possibly undefined macro: AS_ECHO > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure:23907: error: possibly undefined macro: _AC_LANG_A

Re: _AC_LANG_ABBREV on Mac

2011-06-07 Thread Nick Bowler
On 2011-06-07 14:30 -0600, Jim Edwards wrote: > -n checking for autoconf >= 2.54 ... > yes (version 2.61) [...] > configure:23907: error: possibly undefined macro: AS_ECHO > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configu