summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2005-03-25 01:47:37 +0000
committerwl <wl>2005-03-25 01:47:37 +0000
commit272330cb0d34f864fa7130b90dfbea188eda4235 (patch)
tree5016d4df54a76c8d5a610461ea15c98ff5934dee
parent8e9212633972d1465323a025105c53efa8ecd21b (diff)
downloadgroff-272330cb0d34f864fa7130b90dfbea188eda4235.tar.gz
* configure.ac: Undo change from 2005-03-24.
* configure: Regenerated.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b618a00..ff8c1a07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-25 Werner LEMBERG <wl@gnu.org>
+
+ * configure.ac: Undo change from 2005-03-24.
+ * configure: Regenerated.
+
2005-03-24 Werner LEMBERG <wl@gnu.org>
* Makefile.in (NOMAKEDIRS): Add contrib/gdiffmk/tests.
diff --git a/configure b/configure
index 41869c17..845617b1 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 contrib/pdfmark/Makefile"
+ ac_config_files="$ac_config_files Makefile doc/Makefile src/utils/xtotroff/Makefile"
ac_config_files="$ac_config_files contrib/gdiffmk/tests/runtests"
@@ -10961,7 +10961,6 @@ 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 8827fadb..24c90952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,8 +117,7 @@ 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
- contrib/pdfmark/Makefile])
+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])