*** empty log message ***
This commit is contained in:
parent
ae774219f8
commit
f5e80e396b
4
configure
vendored
4
configure
vendored
@ -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" ;;
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user