1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-02-13 11:19:14 +00:00
parent dc5ce112a3
commit 54629f721b
14 changed files with 60 additions and 22 deletions

View file

@ -46,17 +46,22 @@ if (gettext --version </dev/null 2>/dev/null | awk 'NR==1 { split($4,A,"\."); \
fi
if test "$DIE" = "yes"; then
exit 1
fi
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize --force
echo "Running aclocal..."
aclocal
echo "Running autoheader..."
autoheader
echo "Running automake --gnu ..."
automake --gnu;
autoheader
echo "Running autoconf..."
autoconf
echo "Ready to run ./configure"
echo "You can now run \"./configure\" and then \"make\"."