summaryrefslogtreecommitdiff
path: root/driver/xf86-video-voodoo/configure
diff options
context:
space:
mode:
Diffstat (limited to 'driver/xf86-video-voodoo/configure')
-rw-r--r--driver/xf86-video-voodoo/configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/driver/xf86-video-voodoo/configure b/driver/xf86-video-voodoo/configure
index 373f08a28..0f92e1970 100644
--- a/driver/xf86-video-voodoo/configure
+++ b/driver/xf86-video-voodoo/configure
@@ -20057,6 +20057,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 src/Makefile man/Makefile"
cat >confcache <<\_ACEOF