[PATCH] Trivial fix for scripts/autogen.sh
Art Haas
ahaas at airmail.net
Tue Nov 16 18:41:27 CET 2004
Hi.
The 'aclocal' test needs to test against the '$automake_vers' variable,
not the '$autoconf_vers'.
Art Haas
Index: scripts/autogen.sh
===================================================================
RCS file: /cvs/gnupg/gnupg/scripts/autogen.sh,v
retrieving revision 1.24
diff -u -r1.24 autogen.sh
--- scripts/autogen.sh 26 Oct 2004 19:32:44 -0000 1.24
+++ scripts/autogen.sh 16 Nov 2004 17:34:38 -0000
@@ -252,7 +252,7 @@
check_version $AUTOHEADER $autoconf_vers_num $autoconf_vers autoconf
fi
if check_version $AUTOMAKE $automake_vers_num $automake_vers; then
- check_version $ACLOCAL $automake_vers_num $autoconf_vers automake
+ check_version $ACLOCAL $automake_vers_num $automake_vers automake
fi
if check_version $GETTEXT $gettext_vers_num $gettext_vers; then
check_version $MSGMERGE $gettext_vers_num $gettext_vers gettext
--
Man once surrendering his reason, has no remaining guard against absurdities
the most monstrous, and like a ship without rudder, is the sport of every wind.
-Thomas Jefferson to James Smith, 1822
More information about the Gnupg-devel
mailing list