diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:38:11 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:38:11 +0000 |
commit | 1d1a683a1a429adf3d708737540d55b6c6be8a0f (patch) | |
tree | 0b427df82e8991947fdb8551c75e580b473659bb /configure | |
parent | Adding debian version 1.2~rc1-1. (diff) | |
download | plzip-1d1a683a1a429adf3d708737540d55b6c6be8a0f.tar.xz plzip-1d1a683a1a429adf3d708737540d55b6c6be8a0f.zip |
Merging upstream version 1.2~rc2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # to copy, distribute and modify it. pkgname=plzip -pkgversion=1.2-rc1 +pkgversion=1.2-rc2 progname=plzip srctrigger=doc/${pkgname}.texi @@ -64,7 +64,7 @@ while [ $# != 0 ] ; do echo " --datarootdir=DIR base directory for doc and data [${datarootdir}]" echo " --infodir=DIR info files directory [${infodir}]" echo " --mandir=DIR man pages directory [${mandir}]" - echo " CXX=COMPILER C++ compiler to use [g++]" + echo " CXX=COMPILER C++ compiler to use [${CXX}]" echo " CPPFLAGS=OPTIONS command line options for the preprocessor [${CPPFLAGS}]" echo " CXXFLAGS=OPTIONS command line options for the C++ compiler [${CXXFLAGS}]" echo " LDFLAGS=OPTIONS command line options for the linker [${LDFLAGS}]" |