Adding upstream version 0.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f78fedc24f
commit
fefe46d70f
15 changed files with 230 additions and 159 deletions
6
configure
vendored
6
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue