bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] PATCH: add comments explaining DEJAGNU in configure.ac


From: Jacob Bachmeyer
Subject: [Bug-dejagnu] PATCH: add comments explaining DEJAGNU in configure.ac
Date: Tue, 30 Oct 2018 18:46:12 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0

This may help someone in the future who ends up wondering why configure substitutes DEJAGNU.

---
ChangeLog    |    4 ++++
configure.ac |    2 ++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6dd42cc..20957c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-30  Jacob Bachmeyer  <address@hidden>
+
+       * configure.ac (DEJAGNU): Add comments.
+
2018-10-30  Ben Elliston  <address@hidden>

       * Makefile.am (DISTCLEANFILES): Add testrun.xml.
diff --git a/configure.ac b/configure.ac
index 10a0d84..79fefbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
--


-- Jacob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]