summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2002-05-01 03:04:48 +0000
committerPeter Johnson <peter@tortall.net>2002-05-01 03:04:48 +0000
commit9f69d71b63ac1d957173317604ee05131391ce79 (patch)
tree919aa1b24aac866fcdeebb6418cf9a10fbbea6cb /autogen.sh
parent5c5ab9318ee5cf2b9d6e0e68706cb90812f180a1 (diff)
downloadyasm-9f69d71b63ac1d957173317604ee05131391ce79.tar.gz
Run gettextize with the --no-changelog option. Note this requires gettext
0.11.1. svn path=/trunk/yasm/; revision=612
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
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"