summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwl <wl>2005-03-24 20:40:07 +0000
committerwl <wl>2005-03-24 20:40:07 +0000
commit239499b6fa51e2c570835e63d77d014227539b49 (patch)
treec283d314e31aa808c5b943eeec9d3ccecb4fe31d /configure
parentefe117864b60243c31cb9fe13c3399b981a8ef96 (diff)
downloadgroff-239499b6fa51e2c570835e63d77d014227539b49.tar.gz
* configure.ac: Add copyright.
Handle contrib/pdfmark/Makefile. * configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
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" ;;