* configure.ac: If possible, report the version of the selected
TeX program; this should render the logs more informative.
+2011-12-21 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ configure: report TeX version in config.log
+ * configure.ac: If possible, report the version of the selected
+ TeX program; this should render the logs more informative.
+
2011-12-22 Stefano Lattarini <stefano.lattarini@gmail.com>
maint: snapshots from `maint' are still development snapshots
# The test suite will skip some tests if tex is absent.
AC_CHECK_PROG([TEX], [tex], [tex])
+# Save details about the selected TeX program in config.log.
+# Redirect input from /dev/null, as TeX might otherwise hang waiting
+# for input from the terminal.
+AM_RUN_LOG([$TEX --version </dev/null])
# Generate man pages.
AM_MISSING_PROG([HELP2MAN], [help2man])