From d084a3a85b1537455bd0b65ce73ae9ec9141b9c4 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Thu, 16 Dec 2004 22:16:33 +0000 Subject: [PATCH] * configure.ac: Produce `contrib/gdiffml/tests/runtests'. * configure: Updated. --- ChangeLog | 5 +++++ configure | 4 ++++ configure.ac | 2 ++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 997f9251..72a0c870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-16 Mike Bianchi + + * configure.ac: Produce `contrib/gdiffml/tests/runtests'. + * configure: Updated. + 2004-12-15 Thomas Klausner * tmac/doc-syms, tmac/groff_mdoc.man: Add `libpam' library. diff --git a/configure b/configure index 36586940..53bb187a 100755 --- a/configure +++ b/configure @@ -10094,6 +10094,8 @@ fi ac_config_files="$ac_config_files Makefile doc/Makefile src/utils/xtotroff/Makefile" + ac_config_files="$ac_config_files contrib/gdiffmk/tests/runtests" + ac_config_files="$ac_config_files test-groff" cat >confcache <<\_ACEOF @@ -10608,6 +10610,7 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "src/utils/xtotroff/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/xtotroff/Makefile" ;; + "contrib/gdiffmk/tests/runtests" ) CONFIG_FILES="$CONFIG_FILES contrib/gdiffmk/tests/runtests" ;; "test-groff" ) CONFIG_FILES="$CONFIG_FILES test-groff" ;; "src/include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/include/config.h:src/include/config.hin" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 @@ -10992,6 +10995,7 @@ s,@INSTALL@,$ac_INSTALL,;t t # Run the commands associated with the file. case $ac_file in stamp-h ) echo timestamp > stamp-h ;; + contrib/gdiffmk/tests/runtests ) chmod +x contrib/gdiffmk/tests/runtests ;; test-groff ) chmod +x test-groff ;; esac done diff --git a/configure.ac b/configure.ac index 0a590449..fccd5c2a 100644 --- a/configure.ac +++ b/configure.ac @@ -96,6 +96,8 @@ GROFF_GHOSTSCRIPT_PATH AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) AC_CONFIG_FILES([Makefile doc/Makefile src/utils/xtotroff/Makefile]) +AC_CONFIG_FILES([contrib/gdiffmk/tests/runtests], + [chmod +x contrib/gdiffmk/tests/runtests]) AC_CONFIG_FILES([test-groff], [chmod +x test-groff]) AC_OUTPUT -- 2.11.4.GIT