diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 11:03:31 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 11:03:31 +0000 |
commit | e695eb06d0a2237a8967bb03590e472b45126df9 (patch) | |
tree | 5f87e02688181e2983774dc3ec124e889ff884f0 /proto/x11proto/configure | |
parent | 46b4c688dd30161071c08bb54636505258f2cbfc (diff) |
regen
Diffstat (limited to 'proto/x11proto/configure')
-rw-r--r-- | proto/x11proto/configure | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/proto/x11proto/configure b/proto/x11proto/configure index 88b6d66fd..456deccb7 100644 --- a/proto/x11proto/configure +++ b/proto/x11proto/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Xproto 7.0.9. +# Generated by GNU Autoconf 2.59 for Xproto 7.0.10. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Xproto' PACKAGE_TARNAME='xproto' -PACKAGE_VERSION='7.0.9' -PACKAGE_STRING='Xproto 7.0.9' +PACKAGE_VERSION='7.0.10' +PACKAGE_STRING='Xproto 7.0.10' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_FDS_BITS LIBOBJS LTLIBOBJS' @@ -738,7 +738,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 Xproto 7.0.9 to adapt to many kinds of systems. +\`configure' configures Xproto 7.0.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -804,7 +804,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Xproto 7.0.9:";; + short | recursive ) echo "Configuration of Xproto 7.0.10:";; esac cat <<\_ACEOF @@ -937,7 +937,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Xproto configure 7.0.9 +Xproto configure 7.0.10 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -951,7 +951,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 Xproto $as_me 7.0.9, which was +It was created by Xproto $as_me 7.0.10, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1594,7 +1594,7 @@ fi # Define the identity of the package. PACKAGE='xproto' - VERSION='7.0.9' + VERSION='7.0.10' cat >>confdefs.h <<_ACEOF @@ -3343,6 +3343,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 Xpoll.h xproto.pc" cat >confcache <<\_ACEOF @@ -3721,7 +3744,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Xproto $as_me 7.0.9, which was +This file was extended by Xproto $as_me 7.0.10, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3784,7 +3807,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Xproto config.status 7.0.9 +Xproto config.status 7.0.10 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |