From: Peter Johnson Date: Wed, 1 May 2002 03:04:48 +0000 (-0000) Subject: Run gettextize with the --no-changelog option. Note this requires gettext X-Git-Tag: v0.2.0~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f69d71b63ac1d957173317604ee05131391ce79;p=yasm Run gettextize with the --no-changelog option. Note this requires gettext 0.11.1. svn path=/trunk/yasm/; revision=612 --- diff --git a/autogen.sh b/autogen.sh index dd1faca5..712a1cb2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -75,8 +75,8 @@ if test ! -d "config"; then fi rm -f stamp-h.in -echo " gettextize -f" -echo "N" | gettextize -f || exit 1 +echo " gettextize -f --no-changelog" +echo "N" | gettextize -f --no-changelog || exit 1 echo " aclocal $ACLOCAL_FLAGS" aclocal $ACLOCAL_FLAGS || exit 1 echo " autoheader"