summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac24
3 files changed, 30 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dbaa10fd..2b618a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 <kollar@alltel.net>
Add numbered and definition lists to www.tmac.
diff --git a/configure b/configure
index 845617b1..41869c17 100755
--- a/configure
+++ b/configure
@@ -10439,7 +10439,7 @@ echo "${ECHO_T}no" >&6
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 @@ 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/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" ;;
diff --git a/configure.ac b/configure.ac
index 0d8df42b..8827fadb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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_PDFDOC_PROGRAMS
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])