groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog configure configure.ac


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog configure configure.ac
Date: Thu, 16 Dec 2004 17:28:05 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 04/12/16 22:16:33

Modified files:
        .              : ChangeLog configure configure.ac 

Log message:
        * configure.ac: Produce `contrib/gdiffml/tests/runtests'.
        * configure: Updated.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.773&tr2=1.774&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/configure.diff?tr1=1.60&tr2=1.61&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/configure.ac.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.773 groff/ChangeLog:1.774
--- groff/ChangeLog:1.773       Thu Dec 16 14:23:44 2004
+++ groff/ChangeLog     Thu Dec 16 22:16:33 2004
@@ -1,3 +1,8 @@
+2004-12-16  Mike Bianchi  <address@hidden>
+
+       * configure.ac: Produce `contrib/gdiffml/tests/runtests'.
+       * configure: Updated.
+
 2004-12-15  Thomas Klausner  <address@hidden>
 
        * tmac/doc-syms, tmac/groff_mdoc.man: Add `libpam' library.
Index: groff/configure
diff -u groff/configure:1.60 groff/configure:1.61
--- groff/configure:1.60        Thu Nov 25 08:08:33 2004
+++ groff/configure     Thu Dec 16 22:16:33 2004
@@ -10094,6 +10094,8 @@
 
                               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 @@
   "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 @@
   # 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
Index: groff/configure.ac
diff -u groff/configure.ac:1.29 groff/configure.ac:1.30
--- groff/configure.ac:1.29     Thu Nov 25 08:08:33 2004
+++ groff/configure.ac  Thu Dec 16 22:16:33 2004
@@ -96,6 +96,8 @@
 
 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
 




reply via email to

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