summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:04:50 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:04:50 +0000
commitb4fbba1e1c23c404b9e81ec1ad4fa703fbcdc0f4 (patch)
treeaaf89c31e25065d2f5a3b1d596b99029649d6f28 /configure
parentAdding upstream version 1.6~rc1. (diff)
downloadlzlib-b4fbba1e1c23c404b9e81ec1ad4fa703fbcdc0f4.tar.xz
lzlib-b4fbba1e1c23c404b9e81ec1ad4fa703fbcdc0f4.zip
Adding upstream version 1.6~rc2.upstream/1.6_rc2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8bbcd17..8ceb9d9 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,7 @@
# to copy, distribute and modify it.
pkgname=lzlib
-pkgversion=1.6-rc1
+pkgversion=1.6-rc2
soversion=1
progname=minilzip
progname_static=${progname}
@@ -78,7 +78,7 @@ while [ $# != 0 ] ; do
echo " (implies --enable-shared)"
echo " --enable-shared build also a shared library [disable]"
echo " --disable-ldconfig do not run ldconfig after install"
- echo " CC=COMPILER C compiler to use [gcc]"
+ echo " CC=COMPILER C compiler to use [${CC}]"
echo " CPPFLAGS=OPTIONS command line options for the preprocessor [${CPPFLAGS}]"
echo " CFLAGS=OPTIONS command line options for the C compiler [${CFLAGS}]"
echo " LDFLAGS=OPTIONS command line options for the linker [${LDFLAGS}]"