mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Updated required versions and add -I m4 to aclocal.
This commit is contained in:
parent
b6e60beb24
commit
3a498fcc38
4 changed files with 623 additions and 61 deletions
|
@ -13,9 +13,9 @@
|
|||
|
||||
PGM=GnuPG
|
||||
lib_config_files=""
|
||||
autoconf_vers=2.52
|
||||
automake_vers=1.6
|
||||
aclocal_vers=1.6
|
||||
autoconf_vers=2.57
|
||||
automake_vers=1.7
|
||||
aclocal_vers=1.7
|
||||
|
||||
ACLOCAL=${ACLOCAL:-aclocal}
|
||||
AUTOCONF=${AUTOCONF:-autoconf}
|
||||
|
@ -241,11 +241,11 @@ fi
|
|||
|
||||
|
||||
if (gettext --version </dev/null 2>/dev/null | awk 'NR==1 { split($4,A,"."); \
|
||||
X=10000*A[1]+100*A[2]+A[3]; echo X; if( X >= 1038 ) exit 1; exit 0}')
|
||||
X=10000*A[1]+100*A[2]+A[3]; echo X; if( X >= 1201 ) exit 1; exit 0}')
|
||||
then
|
||||
echo "**Error**: You must have "\`gettext\'" installed to compile $PGM."
|
||||
echo ' (version 0.10.38 or newer is required; get'
|
||||
echo ' ftp://alpha.gnu.org/gnu/gettext/gettext-0.10.38.tar.gz'
|
||||
echo ' (version 0.12.1 or newer is required; get'
|
||||
echo ' ftp://alpha.gnu.org/gnu/gettext/gettext-0.12.1.tar.gz'
|
||||
echo ' or install the latest Debian package)'
|
||||
DIE="yes"
|
||||
fi
|
||||
|
@ -256,7 +256,7 @@ if test "$DIE" = "yes"; then
|
|||
fi
|
||||
|
||||
echo "Running aclocal..."
|
||||
$ACLOCAL
|
||||
$ACLOCAL -I m4
|
||||
echo "Running autoheader..."
|
||||
$AUTOHEADER
|
||||
echo "Running automake --gnu ..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue