diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
commit | ececf5b1557dc45df52d1d1c5e7f8bc18c940301 (patch) | |
tree | efe5eb51699a6d5ba86cb91c6259d23b7eb65320 /configure | |
parent | Adding debian version 0.3-1. (diff) | |
download | zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.tar.xz zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.zip |
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rwxr-xr-x | configure | 12 |
1 files changed, 6 insertions, 6 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: 2009-08-13 +# Date of this version: 2009-09-17 args= no_create= -pkgname=zutils -pkgversion=0.3 +progname=zutils +progversion=0.4 srctrigger=zdiff.in # clear some things potentially inherited from environment. @@ -71,7 +71,7 @@ while [ x"$1" != x ] ; do echo exit 0 ;; --version | --ve* | -V) - echo "Configure script for ${pkgname} version ${pkgversion}" + echo "Configure script for ${progname} version ${progversion}" exit 0 ;; --srcdir* | --sr*) srcdir=`echo ${optarg} | sed -e 's,/$,,'` ;; @@ -191,8 +191,8 @@ cat > Makefile << EOF # This Makefile is free software: you have unlimited permission # to copy, distribute and modify it. -pkgname = ${pkgname} -pkgversion = ${pkgversion} +progname = ${progname} +progversion = ${progversion} VPATH = ${srcdir} prefix = ${prefix} exec_prefix = ${exec_prefix} |