1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* configure.ac (ALL_LINUGAS): Removed.

* Makefile.am (ACLOCAL_AMFLAGS): New.
* configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
This commit is contained in:
Werner Koch 2003-04-29 10:37:24 +00:00
parent 687d5bafaa
commit 8cdc83cdb5
7 changed files with 137 additions and 21 deletions

View file

@ -150,11 +150,11 @@ fi
#echo "Running libtoolize... Ignore non-fatal messages."
#echo "no" | libtoolize
echo "Running gettextize... Ignore non-fatal messages."
echo "no" | gettextize
echo "Running autopoint"
autopoint
echo "Running $aclocal"
$aclocal
echo "Running $aclocal -I m4"
$aclocal -I m4
echo "Running autoheader..."
autoheader
echo "Running $automake --gnu -a"