diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:37:22 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:37:22 +0000 |
commit | 4be5f39e8c496b68ab3f2a76537a4dbbe0a5a190 (patch) | |
tree | fdee42e0b41ce53bfe818a83a2cf18ac504a5809 /configure | |
parent | Adding upstream version 1.2. (diff) | |
download | zutils-4be5f39e8c496b68ab3f2a76537a4dbbe0a5a190.tar.xz zutils-4be5f39e8c496b68ab3f2a76537a4dbbe0a5a190.zip |
Adding upstream version 1.3~pre1.upstream/1.3_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # to copy, distribute and modify it. pkgname=zutils -pkgversion=1.2 +pkgversion=1.3-pre1 srctrigger=doc/${pkgname}.texi # clear some things potentially inherited from environment. @@ -67,7 +67,7 @@ while [ $# != 0 ] ; do echo " --infodir=DIR info files directory [${infodir}]" echo " --mandir=DIR man pages directory [${mandir}]" echo " --sysconfdir=DIR read-only single-machine data directory [${sysconfdir}]" - 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}]" |