diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:02 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:02 +0000 |
commit | 4e47773f0570bdffefd062b85265242f9f13ef96 (patch) | |
tree | 815a38d504a9005ddd7f548c0067a43172f05a02 /configure | |
parent | Adding upstream version 0.3. (diff) | |
download | zutils-4e47773f0570bdffefd062b85265242f9f13ef96.tar.xz zutils-4e47773f0570bdffefd062b85265242f9f13ef96.zip |
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-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} |