aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2004-06-16 15:54:44 +0000
committerMartin Schlemmer <azarah@gentoo.org>2004-06-16 15:54:44 +0000
commit9e8fdbbd4416d17e0c6608843e03235612be577d (patch)
tree351394ade4095934c34cebc2a1ab2b870b3dad97
parentNew version which incorporates a new ac-wrapper for a few bug fixes (#47772 a... (diff)
downloadautotools-wrappers-9e8fdbbd4416d17e0c6608843e03235612be577d.tar.gz
autotools-wrappers-9e8fdbbd4416d17e0c6608843e03235612be577d.tar.bz2
autotools-wrappers-9e8fdbbd4416d17e0c6608843e03235612be577d.zip
Update comments to show that we check for 2.13 and not 2.1.
-rwxr-xr-xac-wrapper.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ac-wrapper.pl b/ac-wrapper.pl
index e03c0fd..984ce67 100755
--- a/ac-wrapper.pl
+++ b/ac-wrapper.pl
@@ -22,10 +22,10 @@
# - configure.ac is present
# -or-
# - `configure.in' contains AC_PREREQ and the value's 3 first letters
-# are stringwise greater than '2.1'
+# are stringwise greater than '2.13'
# -or-
# - `configure' is already present and was generated by autoconf greater than
-# '2.1'
+# '2.13'
# -or-
# - `Makefile.in' was generated by automake-1.6 or superior, which
# specifically needs autoconf-2.5x