aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 50815f7..444ccbe 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,7 @@
#!/bin/sh
PACKAGE=pingu
+PACKAGE_VERSION=1.2
TMPDIR=${TMPDIR:-${TEMPDIR:-/tmp}}
TMPC="$TMPDIR/$PACKAGE-conf-$$.c"
@@ -156,6 +157,7 @@ fi
# generate config.h
config_h_vars="
PACKAGE
+PACKAGE_VERSION
HAVE_STRLCPY
"
@@ -193,6 +195,8 @@ LUAPC
CC
CFLAGS
LDFLAGS
+PACKAGE
+PACKAGE_VERSION
"
echo "# this file is generated by $0" >config.mk