summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 16:11:09 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 16:11:09 +0000
commitececf5b1557dc45df52d1d1c5e7f8bc18c940301 (patch)
treeefe5eb51699a6d5ba86cb91c6259d23b7eb65320 /configure
parentAdding debian version 0.3-1. (diff)
downloadzutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.tar.xz
zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.zip
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 77df07b..6077f61 100755
--- a/configure
+++ b/configure
@@ -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}