]> granicus.if.org Git - yasm/commitdiff
Run gettextize with the --no-changelog option. Note this requires gettext
authorPeter Johnson <peter@tortall.net>
Wed, 1 May 2002 03:04:48 +0000 (03:04 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 1 May 2002 03:04:48 +0000 (03:04 -0000)
0.11.1.

svn path=/trunk/yasm/; revision=612

autogen.sh

index dd1faca54e9622e85a221ab6495be9e116d0b59b..712a1cb21da6431ca261e0d897ed03269c8f650b 100755 (executable)
@@ -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"