diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:27:26 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:27:26 +0000 |
commit | ec0d556f5caabdc82348bd2d97ae48524c093234 (patch) | |
tree | d98f9597625e6d6edfb3cbd007f209af744b3bfc /configure | |
parent | Adding debian version 0.6-3. (diff) | |
download | plzip-ec0d556f5caabdc82348bd2d97ae48524c093234.tar.xz plzip-ec0d556f5caabdc82348bd2d97ae48524c093234.zip |
Merging upstream version 0.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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-03-20 +# Date of this version: 2010-12-03 args= no_create= pkgname=plzip -pkgversion=0.6 +pkgversion=0.7 progname=plzip srctrigger=plzip.h @@ -80,7 +80,7 @@ while [ -n "$1" ] ; do bindir=`echo ${optarg} | sed -e 's,/$,,'` ;; --datadir* | --da*) datadir=`echo ${optarg} | sed -e 's,/$,,'` ;; - --infodir* | --in*) + --infodir* | --inf*) infodir=`echo ${optarg} | sed -e 's,/$,,'` ;; --mandir* | --ma*) mandir=`echo ${optarg} | sed -e 's,/$,,'` ;; |