/[autoconf]/autoconf/configure.ac
ViewVC logotype

Diff of /autoconf/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by akim, Wed Oct 24 13:30:57 2001 UTC revision 1.26 by eggert, Fri Oct 26 19:48:50 2001 UTC
# Line 72  AC_SUBST(PERL)dnl Line 72  AC_SUBST(PERL)dnl
72  if test "$PERL" = no; then  if test "$PERL" = no; then
73    AC_MSG_ERROR([perl is not found])    AC_MSG_ERROR([perl is not found])
74  fi  fi
75  $PERL -e 'require 5.005;' || {  $PERL -e 'require 5.005_03;' || {
76     AC_MSG_ERROR([Perl 5.005 or better is required])     AC_MSG_ERROR([Perl 5.005_03 or better is required])
77  }  }
78    
79  # Emacs modes.  # Emacs modes.

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26