Run gettextize with the --no-changelog option. Note this requires gettext

0.11.1.

svn path=/trunk/yasm/; revision=612
0.3
Peter Johnson 23 years ago
parent 5c5ab9318e
commit 9f69d71b63
  1. 4
      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"

Loading…
Cancel
Save