[Nickle] Losing with autoconf
    Carl Worth 
    cworth at east.isi.edu
       
    Wed Jun 25 22:04:53 PDT 2003
    
    
  
Having just update to the latest nickle from CVS, and running
./autogen.sh, I find that autoconf is failing:
	$ ./autogen.sh
	I am going to run ./configure with no arguments - if you wish 
	to pass any to it, please specify them on the ./autogen.sh command line.
	+ aclocal
	+ libtoolize --force --copy
	Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
	Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
	You should update your `aclocal.m4' by running aclocal.
	+ autoheader
	+ automake --foreign --add-missing --copy
	automake: configure.in: installing `./install-sh'
	automake: configure.in: installing `./mkinstalldirs'
	automake: configure.in: installing `./missing'
	+ autoconf
	autoconf: Undefined macros:
	configure.in:82:AC_CONFIG_FILES(
	+ exit 1
I tried "make maintainer-clean" and such to no avail.
Is there something I need to fix on my end?
-Carl
    
    
More information about the Nickle
mailing list