Signed-off-by: Gilles Espinasse <[email protected]>
---
Makefile.am | 1 +
configure.ac | 6 ++++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9ccfbc3..91f1651 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@
# Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = dejagnu
+export DEJAGNU
EXTRA_DIST = ChangeLog-1992 MAINTAINERS runtest site.tmpl \
$(pkgdata_DATA) $(pkgdata_SCRIPTS) \
diff --git a/configure.ac b/configure.ac
index 7ab586d..70ea257 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,5 +56,11 @@ else
AC_MSG_ERROR([Tcl 8.3 or greater is required])
fi
+if test x"$DEJAGNU" = x
+then
+ DEJAGNU="/dev/null"
+fi
+AC_SUBST(DEJAGNU)
+
AC_CONFIG_SUBDIRS([example/calc example/mathhelper])
AC_OUTPUT([Makefile])
--
1.7.2.5
_______________________________________________
DejaGnu mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/dejagnu