From f5e80e396b580aba6ebfe158cb0f31e6f3cf6680 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Sun, 28 Mar 2004 12:01:22 +0000 Subject: [PATCH] *** empty log message *** --- configure | 4 +++- configure.ac | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 12410564..f66c8525 100755 --- a/configure +++ b/configure @@ -22743,7 +22743,7 @@ done LIBTIFF=../libtiff/libtiff.la - ac_config_files="$ac_config_files Makefile html/Makefile libtiff/Makefile man/Makefile tools/Makefile" + ac_config_files="$ac_config_files Makefile html/Makefile html/images/Makefile html/man/Makefile libtiff/Makefile man/Makefile tools/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -23310,6 +23310,8 @@ do # Handling of arguments. "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "html/Makefile" ) CONFIG_FILES="$CONFIG_FILES html/Makefile" ;; + "html/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES html/images/Makefile" ;; + "html/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES html/man/Makefile" ;; "libtiff/Makefile" ) CONFIG_FILES="$CONFIG_FILES libtiff/Makefile" ;; "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; diff --git a/configure.ac b/configure.ac index 1e799a66..2f1d9aad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl -*- Autoconf -*- -dnl $Id: configure.ac,v 1.2 2004-03-26 11:48:29 dron Exp $ +dnl $Id: configure.ac,v 1.3 2004-03-28 12:01:23 dron Exp $ dnl dnl Tag Image File Format (TIFF) Software dnl @@ -91,6 +91,8 @@ AC_SUBST(LIBTIFF,../libtiff/libtiff.la) AC_CONFIG_FILES([Makefile \ html/Makefile \ + html/images/Makefile \ + html/man/Makefile \ libtiff/Makefile \ man/Makefile \ tools/Makefile])