* configure.ac (DEJAGNU): Add comments.
authorJacob Bachmeyer <jcb62281@gmail.com>
Wed, 31 Oct 2018 10:29:05 +0000 (21:29 +1100)
committerBen Elliston <bje@gnu.org>
Wed, 31 Oct 2018 10:29:05 +0000 (21:29 +1100)
Signed-off-by: Ben Elliston <bje@gnu.org>
ChangeLog
configure.ac

index 6dd42cc..e197ada 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
+
+       * configure.ac (DEJAGNU): Add comments.
+
 2018-10-30  Ben Elliston  <bje@gnu.org>
 
        * Makefile.am (DISTCLEANFILES): Add testrun.xml.
index 10a0d84..79fefbd 100644 (file)
@@ -48,10 +48,12 @@ else
   AC_MSG_ERROR([Tcl 8.5 or greater is required])
 fi
 
+dnl Provide an empty global site file (/dev/null) as default.
 if test x"$DEJAGNU" = x
 then
   DEJAGNU="/dev/null"
 fi
 AC_SUBST(DEJAGNU)
+dnl Makefile.am arranges for DEJAGNU to be exported in the environment.
 
 AC_OUTPUT([Makefile])