* configure.ac: Report the version of the selected perl interpreter
in config.log; this should render the logs more informative.
+2011-11-17 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ configure: report perl version in config.log
+ * configure.ac: Report the version of the selected perl interpreter
+ in config.log; this should render the logs more informative.
+
2011-11-13 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: fix spurious failure with older install-info
if test -z "$PERL"; then
as_fn_error $? "perl not found" "$LINENO" 5
fi
+# Save details about the selected perl interpreter in config.log.
+{ echo "$as_me:$LINENO: eval $PERL --version" >&5
+ (eval $PERL --version) >&5 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
$PERL -e 'require 5.006;' || {
as_fn_error $? "perl 5.6 or better is required; perl 5.8.2 or better
is recommended. If you have several perl versions
if test -z "$PERL"; then
AC_MSG_ERROR([perl not found])
fi
+# Save details about the selected perl interpreter in config.log.
+AM_RUN_LOG([eval $PERL --version])
$PERL -e 'require 5.006;' || {
AC_MSG_ERROR(
[perl 5.6 or better is required; perl 5.8.2 or better