From: Michael Urman Date: Thu, 27 Dec 2001 04:59:57 +0000 (-0000) Subject: ignore automake's error on multiple lex.am invocations X-Git-Tag: v0.1.0~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f5408d5c052b0fad198de363b0458cc49e658ca;p=yasm ignore automake's error on multiple lex.am invocations svn path=/trunk/yasm/; revision=412 --- diff --git a/autogen.sh b/autogen.sh index 82e226d3..2afcd764 100755 --- a/autogen.sh +++ b/autogen.sh @@ -80,7 +80,7 @@ echo "N" | gettextize -f || exit 1 echo " autoheader" autoheader || exit 1 echo " automake -a" -automake -a || exit 1 +automake -a # || exit 1 echo " autoconf" autoconf || exit 1 echo " configure --enable-dev $@"