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, 24 Mar 2005 15:40:08 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/03/24 20:40:08

Modified files:
        .              : ChangeLog configure configure.ac 

Log message:
        * configure.ac: Add copyright.
        Handle contrib/pdfmark/Makefile.
        
        * configure: Regenerated.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.806&tr2=1.807&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/configure.diff?tr1=1.63&tr2=1.64&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/configure.ac.diff?tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.806 groff/ChangeLog:1.807
--- groff/ChangeLog:1.806       Thu Mar 24 17:05:12 2005
+++ groff/ChangeLog     Thu Mar 24 20:40:07 2005
@@ -9,6 +9,11 @@
        (realclean): Remove *.png and *.eps.
        (extraclean): Depend on distclean.
 
+       * configure.ac: Add copyright.
+       Handle contrib/pdfmark/Makefile.
+
+       * configure: Regenerated.
+
 2005-03-18  Larry Kollar  <address@hidden>
 
        Add numbered and definition lists to www.tmac.
Index: groff/configure
diff -u groff/configure:1.63 groff/configure:1.64
--- groff/configure:1.63        Mon Feb 28 13:57:53 2005
+++ groff/configure     Thu Mar 24 20:40:07 2005
@@ -10439,7 +10439,7 @@
 
           ac_config_files="$ac_config_files stamp-h"
 
-                              ac_config_files="$ac_config_files Makefile 
doc/Makefile src/utils/xtotroff/Makefile"
+                                        ac_config_files="$ac_config_files 
Makefile doc/Makefile src/utils/xtotroff/Makefile contrib/pdfmark/Makefile"
 
           ac_config_files="$ac_config_files contrib/gdiffmk/tests/runtests"
 
@@ -10961,6 +10961,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/pdfmark/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
contrib/pdfmark/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" ;;
Index: groff/configure.ac
diff -u groff/configure.ac:1.31 groff/configure.ac:1.32
--- groff/configure.ac:1.31     Mon Feb 28 13:57:53 2005
+++ groff/configure.ac  Thu Mar 24 20:40:07 2005
@@ -1,4 +1,25 @@
+# Autoconf configuration file for groff.
+# Copyright (C) 1989-1995, 2001, 2002, 2003, 2004, 2005
+# Free Software Foundation, Inc.
+#
+# This file is part of groff.
+#
+# groff is free software; you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any later
+# version.
+#
+# groff is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+# for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with groff; see the file COPYING.  If not, write to the Free Software
+# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
 # Process this file with autoconf to produce a configure script.
+
 AC_INIT
 AC_PREREQ(2.59)
 
@@ -96,7 +117,8 @@
 GROFF_PNMTOPS_NOSETPAGE
 
 AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
-AC_CONFIG_FILES([Makefile doc/Makefile src/utils/xtotroff/Makefile])
+AC_CONFIG_FILES([Makefile doc/Makefile src/utils/xtotroff/Makefile
+                 contrib/pdfmark/Makefile])
 AC_CONFIG_FILES([contrib/gdiffmk/tests/runtests],
                 [chmod +x contrib/gdiffmk/tests/runtests])
 AC_CONFIG_FILES([test-groff], [chmod +x test-groff])




reply via email to

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