summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-07-22 00:16:31 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-07-22 00:16:31 +0000
commita278cd88dc6b21a153306a097d4f8123ca9bacd2 (patch)
tree32ff69ee09f6dbec797fef5978e1b95d1f6f020d /autogen.sh
parentc77b26055c74256c3c1f7aeaeb16efb23f8d0c0f (diff)
downloadflac-a278cd88dc6b21a153306a097d4f8123ca9bacd2.tar.gz
add warning about libtool/autoconf "missing sed" bug to comments
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 2263625d..a318ecc4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,5 +15,11 @@
# 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