I"m using the packages for autoconf 2.53 and automake 1.6 from www.sunfreeware.com. I run autoconf to get a configure script, then I run configure, and when I run make, I get this
cd . && aclocal aclocal: configure.in: 7: macro `AM_DISABLE_SHARED' not found in library aclocal: configure.in: 16: macro `AM_PROG_LIBTOOL' not found in library aclocal: configure.in: 97: macro `AM_PROG_LIBTOOL' not found in library make: *** [aclocal.m4] Error 1 If I run automake, I get this configure.in:13: your implementation of AM_INIT_AUTOMAKE comes from an configure.in:13: old Automake version. You should recreate aclocal.m4 configure.in:13: with aclocal and run automake again. libbedrock/src/Makefile.am: required file `./depcomp' not found /usr/local/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL The same error about AMDEP not in AM_CONDITIONAL appears many times, for depend2.am and lang-compile.am. Can anybody advise me on what the problem is. First, I need to make this thing build, then I need to try and figure out how to add a statically linked target ... Thanks. -- Justin Georgeson UnBound Technologies, Inc. http://www.unboundtech.com Main 713.329.9330 Fax 713.460.4051 Mobile 512.789.1962 5295 Hollister Road Houston, TX 77040 Real Applications using Real Wireless Intelligence(tm)
