add warning about libtool/autoconf "missing sed" bug to comments
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 22 Jul 2004 00:16:31 +0000 (00:16 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 22 Jul 2004 00:16:31 +0000 (00:16 +0000)
autogen.sh

index 2263625..a318ecc 100755 (executable)
 # Otherwise, this is the no-op:
 hacks=true
 #
+# Also watchout, if you replace ltmain.sh, there is a bug in some
+# versions of libtool (or maybe autoconf) on some platforms where the
+# configure-generated libtool does not have $SED defined.  See also:
+#
+#   http://lists.gnu.org/archive/html/libtool/2003-11/msg00131.html
+#
 
 aclocal && libtoolize && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy