summaryrefslogtreecommitdiff
path: root/html/images
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-12-16 19:19:09 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-12-16 19:19:09 +0000
commitbe71b688b7626ae40554420e04b346f5574fd2e5 (patch)
tree5dd90bf7eb4d3f69735e06b9967de084e3ef2745 /html/images
parent3a3b79b284602d8038c9fc5b0e04ef1c008a4ab0 (diff)
downloadlibtiff-git-be71b688b7626ae40554420e04b346f5574fd2e5.tar.gz
Updated.
Diffstat (limited to 'html/images')
-rw-r--r--html/images/Makefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/html/images/Makefile.in b/html/images/Makefile.in
index fb44ee73..d220d467 100644
--- a/html/images/Makefile.in
+++ b/html/images/Makefile.in
@@ -66,8 +66,8 @@ subdir = html/images
DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \
- $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -129,7 +129,6 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
@@ -146,7 +145,6 @@ MAINT = @MAINT@
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
MAKEINFO = @MAKEINFO@
-NM = @NM@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -159,7 +157,6 @@ PTHREAD_CC = @PTHREAD_CC@
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@
RANLIB = @RANLIB@
-SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
@@ -248,9 +245,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu html/images/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/images/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu html/images/Makefile
+ $(AUTOMAKE) --foreign html/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \