summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/Makefile.in
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-10-08 22:30:14 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-10-08 22:30:14 +0000
commit197a16e7b49c2f0140876126a061979bd068100b (patch)
tree8b77bfd5c260572776558edcbf08724aef3b59d4 /Build/source/libs/teckit/Makefile.in
parent991b0181d10fcdb57ce3c0043cf2b7c4b66bddfe (diff)
updated configure scripts for libs/teckit
git-svn-id: svn://tug.org/texlive/trunk@2283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/Makefile.in')
-rw-r--r--Build/source/libs/teckit/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/teckit/Makefile.in b/Build/source/libs/teckit/Makefile.in
index 2bcaa00e44d..09ca2172185 100644
--- a/Build/source/libs/teckit/Makefile.in
+++ b/Build/source/libs/teckit/Makefile.in
@@ -80,6 +80,7 @@ F77 = @F77@
GCJ = @GCJ@
GCJFLAGS = @GCJFLAGS@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDZLIB = @LDZLIB@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
MAINT = @MAINT@
@@ -89,6 +90,8 @@ RANLIB = @RANLIB@
RC = @RC@
STRIP = @STRIP@
VERSION = @VERSION@
+ZLIBCPPFLAGS = @ZLIBCPPFLAGS@
+ZLIBDEP = @ZLIBDEP@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
@@ -122,7 +125,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign Makefile
+ $(AUTOMAKE) --gnu Makefile
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)