diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:58 +0000 |
commit | a6d09be49119730dcd937e5563da7deed1d3f3c9 (patch) | |
tree | dfb893a5a7da419980d69c09f372ca05f3b3f0db /configure | |
parent | Adding debian version 1.9-1. (diff) | |
download | lzip-a6d09be49119730dcd937e5563da7deed1d3f3c9.tar.xz lzip-a6d09be49119730dcd937e5563da7deed1d3f3c9.zip |
Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,12 +5,12 @@ # This configure script is free software: you have unlimited permission # to copy, distribute and modify it. # -# Date of this version: 2010-01-17 +# Date of this version: 2010-04-05 args= no_create= pkgname=lzip -pkgversion=1.9 +pkgversion=1.10 progname=lzip srctrigger=lzip.h @@ -135,7 +135,7 @@ if [ -z "${CXX}" ] ; then # Let the user override the test. fi echo -if [ -z ${no_create} ] ; then +if [ -z "${no_create}" ] ; then echo "creating config.status" rm -f config.status cat > config.status << EOF |