Greetings,
Once I got Cygwin to invoke the correct autoconf (by patching
configure.in as described previously), autogen.sh still failed with the
symptoms described at
<http://lists.rubberchicken.org/pipermail/plucker-dev/2002-December/001479.html>.
The advice was to run autoreconf.
Is there any reason not to put this directly into autogen.sh? It
worked for me.
============================================================
--- autogen.sh.orig 2001-01-27 11:05:30.000000000 +0000
+++ autogen.sh 2003-02-23 21:44:44.000000000 +0000
@@ -65,7 +65,7 @@
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
fi
-autoconf
+autoreconf
cd $ORIGDIR
$srcdir/configure --enable-maintainer-mode "$@"
============================================================
Thanks,
David
_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev