summaryrefslogtreecommitdiff
path: root/app/xkbutils/configure
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-16 00:03:55 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-16 00:03:55 +0000
commitf41e5c719f41d4bc243f3a8b295042d214625cac (patch)
treeb380acbd3462dd4ad103afd3aa1dd01b94258509 /app/xkbutils/configure
parent3f5a0af50bdd5302dfc3a7dd37a3008672d52ca5 (diff)
regen
Diffstat (limited to 'app/xkbutils/configure')
-rw-r--r--app/xkbutils/configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/xkbutils/configure b/app/xkbutils/configure
index 0b91db57f..0edad4bbf 100644
--- a/app/xkbutils/configure
+++ b/app/xkbutils/configure
@@ -3462,6 +3462,29 @@ fi;
echo "$as_me: Building with package name set to $PACKAGE" >&6;}
fi
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
+_ACEOF
+
+ PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
+ if test "x$PVM" = "x"; then
+ PVM="0"
+ fi
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION_MINOR $PVM
+_ACEOF
+
+ PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
+ if test "x$PVP" = "x"; then
+ PVP="0"
+ fi
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION_PATCHLEVEL $PVP
+_ACEOF
+
+
ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF