diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:38:24 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:38:24 +0000 |
commit | ea3af4362a8e6a6f6fb44d001336e0c31d46134c (patch) | |
tree | 64b34493522b36c1d86b0fe63e0d855e1d424071 /configure | |
parent | Adding upstream version 0.8. (diff) | |
download | lzlib-ea3af4362a8e6a6f6fb44d001336e0c31d46134c.tar.xz lzlib-ea3af4362a8e6a6f6fb44d001336e0c31d46134c.zip |
Adding upstream version 0.9.upstream/0.9
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-02-10 args= no_create= pkgname=lzlib -pkgversion=0.8 +pkgversion=0.9 soversion=0 progname=minilzip progname_shared= @@ -149,7 +149,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 |