]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Regenerate for LINENO and Perl 5.005_03 requirement patches.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:48:50 +0000 (19:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:48:50 +0000 (19:48 +0000)
configure.ac

index 7c39091ddd9f50fa2e6af756a6e9c2ab4c747913..5c73fea65996698b6a62c420bd51f022bcbcd433 100644 (file)
@@ -72,8 +72,8 @@ AC_SUBST(PERL)dnl
 if test "$PERL" = no; then
   AC_MSG_ERROR([perl is not found])
 fi
-$PERL -e 'require 5.005;' || {
-   AC_MSG_ERROR([Perl 5.005 or better is required])
+$PERL -e 'require 5.005_03;' || {
+   AC_MSG_ERROR([Perl 5.005_03 or better is required])
 }
 
 # Emacs modes.