summaryrefslogtreecommitdiff
path: root/driver/xf86-video-vmware/configure
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-16 21:09:41 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-12-16 21:09:41 +0000
commit83a3e938a181f871e9800b4a117dc7d5fdfd1886 (patch)
tree67116014a7711f64b5aaf8bd76d79caa4ea43288 /driver/xf86-video-vmware/configure
parent668467bee6c9b16972f826a6ab9e02fe8a07477d (diff)
regen
Diffstat (limited to 'driver/xf86-video-vmware/configure')
-rw-r--r--driver/xf86-video-vmware/configure43
1 files changed, 33 insertions, 10 deletions
diff --git a/driver/xf86-video-vmware/configure b/driver/xf86-video-vmware/configure
index befa35e68..fec0b2ad1 100644
--- a/driver/xf86-video-vmware/configure
+++ b/driver/xf86-video-vmware/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for xf86-video-vmware 10.14.0.
+# Generated by GNU Autoconf 2.59 for xf86-video-vmware 10.14.1.
#
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='xf86-video-vmware'
PACKAGE_TARNAME='xf86-video-vmware'
-PACKAGE_VERSION='10.14.0'
-PACKAGE_STRING='xf86-video-vmware 10.14.0'
+PACKAGE_VERSION='10.14.1'
+PACKAGE_STRING='xf86-video-vmware 10.14.1'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
ac_unique_file="Makefile.am"
@@ -966,7 +966,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures xf86-video-vmware 10.14.0 to adapt to many kinds of systems.
+\`configure' configures xf86-video-vmware 10.14.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1032,7 +1032,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xf86-video-vmware 10.14.0:";;
+ short | recursive ) echo "Configuration of xf86-video-vmware 10.14.1:";;
esac
cat <<\_ACEOF
@@ -1181,7 +1181,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-xf86-video-vmware configure 10.14.0
+xf86-video-vmware configure 10.14.1
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1195,7 +1195,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by xf86-video-vmware $as_me 10.14.0, which was
+It was created by xf86-video-vmware $as_me 10.14.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1843,7 +1843,7 @@ fi
# Define the identity of the package.
PACKAGE='xf86-video-vmware'
- VERSION='10.14.0'
+ VERSION='10.14.1'
cat >>confdefs.h <<_ACEOF
@@ -20119,6 +20119,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
@@ -20518,7 +20541,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by xf86-video-vmware $as_me 10.14.0, which was
+This file was extended by xf86-video-vmware $as_me 10.14.1, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20581,7 +20604,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-xf86-video-vmware config.status 10.14.0
+xf86-video-vmware config.status 10.14.1
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"