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

Include intl/ in the CVS again; otherwise we are not able to

re-recreate a distribution from CVS.
Some minor other fixes.
This commit is contained in:
Werner Koch 2002-08-23 08:02:08 +00:00
parent b6bbc5f6ad
commit 277a9a3755
41 changed files with 8463 additions and 8 deletions

View file

@ -14,8 +14,8 @@
PGM=GnuPG
lib_config_files=""
autoconf_vers=2.52
automake_vers=1.5
aclocal_vers=1.5
automake_vers=1.6
aclocal_vers=1.6
DIE=no
@ -132,9 +132,6 @@ 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..."
@ -144,5 +141,5 @@ automake --gnu;
echo "Running autoconf..."
autoconf
echo "You can now run \"./configure\" and then \"make\"."
echo "You can now run \"./configure --enable-maintainer-mode\" and then \"make\"."