diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-15 21:39:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-15 21:39:50 +0000 |
commit | f2d240e3af96300dd96067cd653bc34a08c47e26 (patch) | |
tree | f90c1ffd8bee155bcfed692f77d84f44efd46dec /Build/source/libs/zlib/configure | |
parent | 4af143877155448dadfe2ac57e4b290a75b9ad49 (diff) |
rename zlib-1.2.8* to zlib-{src,PATCHES}
git-svn-id: svn://tug.org/texlive/trunk@39726 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/zlib/configure')
-rwxr-xr-x | Build/source/libs/zlib/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/zlib/configure b/Build/source/libs/zlib/configure index 26e24516d6e..48fe4f2c4eb 100755 --- a/Build/source/libs/zlib/configure +++ b/Build/source/libs/zlib/configure @@ -585,7 +585,7 @@ PACKAGE_STRING='zlib (TeX Live) 1.2.8' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' -ac_unique_file="zlib-1.2.8/zlib.h" +ac_unique_file="zlib-src/zlib.h" # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> @@ -5146,7 +5146,7 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi if test "x$ac_cv_header_stdc" != xyes; then - as_fn_error $? "Sorry, can't do anything for you" "$LINENO" 5 + as_fn_error $? "Sorry, can't do anything for you without header_stdc" "$LINENO" 5 fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. @@ -5187,7 +5187,7 @@ fi done -ZCONF_SRC=zlib-1.2.8/zconf.h.in +ZCONF_SRC=zlib-src/zconf.h.in if test x"$ac_cv_header_unistd_h" = xyes; then zconf_sh='sed <$srcdir/'"$ZCONF_SRC"' "/^#ifdef HAVE_UNISTD_H.* may be/s/def HAVE_UNISTD_H\\(.*\\) may be/ 1\\1 was/" >' else @@ -5568,7 +5568,7 @@ fi -ZLIB_TREE=zlib-1.2.8 +ZLIB_TREE=zlib-src if test -f $srcdir/$ZLIB_TREE/zconf.h; then |