summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 997f9251..72a0c870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-16 Mike Bianchi <mbianchi@Foveal.com>
+
+ * configure.ac: Produce `contrib/gdiffml/tests/runtests'.
+ * configure: Updated.
+
2004-12-15 Thomas Klausner <wiz@netbsd.org>
* 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