summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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}