summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index b24d769..7fa49d2 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,7 @@
# to copy, distribute, and modify it.
pkgname=lzlib
-pkgversion=1.15-pre1
+pkgversion=1.15-pre2
soversion=1
libname=lz
libname_static=lib${libname}.a
@@ -118,12 +118,12 @@ while [ $# != 0 ] ; do
--no-create) no_create=yes ;;
--disable-static)
libname_static=
- libname_shared=lib${libname}.so.${pkgversion}
progname_static=
+ libname_shared=lib${libname}.so.${soversion}
progname_shared=${progname}_shared
progname_lzip=${progname}_shared ;;
--enable-shared)
- libname_shared=lib${libname}.so.${pkgversion}
+ libname_shared=lib${libname}.so.${soversion}
progname_shared=${progname}_shared
progname_lzip=${progname}_shared ;;
--disable-ldconfig) disable_ldconfig=yes ;;
@@ -146,7 +146,7 @@ while [ $# != 0 ] ; do
exit 1 ;;
esac
- # Check if the option took a separate argument
+ # Check whether the option took a separate argument
if [ "${arg2}" = yes ] ; then
if [ $# != 0 ] ; then args="${args} \"$1\"" ; shift
else echo "configure: Missing argument to '${option}'" 1>&2