[vmkit-commits] [vmkit] r129221 - in /vmkit/branches/release_029: autoconf/configure.ac configure

Nicolas Geoffray nicolas.geoffray at lip6.fr
Sat Apr 9 10:35:50 PDT 2011


Author: geoffray
Date: Sat Apr  9 12:35:50 2011
New Revision: 129221

URL: http://llvm.org/viewvc/llvm-project?rev=129221&view=rev
Log:
Move to version 0.29.


Modified:
    vmkit/branches/release_029/autoconf/configure.ac
    vmkit/branches/release_029/configure

Modified: vmkit/branches/release_029/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/release_029/autoconf/configure.ac?rev=129221&r1=129220&r2=129221&view=diff
==============================================================================
--- vmkit/branches/release_029/autoconf/configure.ac (original)
+++ vmkit/branches/release_029/autoconf/configure.ac Sat Apr  9 12:35:50 2011
@@ -31,12 +31,12 @@
 dnl===-----------------------------------------------------------------------===
 dnl Initialize autoconf and define the package name, version number and
 dnl email address for reporting bugs.
-AC_INIT([vmkit],[0.29svn],[nicolas.geoffray at gmail.com])
+AC_INIT([vmkit],[0.29],[nicolas.geoffray at gmail.com])
 
 dnl Provide a copyright substitution and ensure the copyright notice is included
 dnl in the output of --version option of the generated configure script.
-AC_SUBST(VMKIT_COPYRIGHT,["Copyright (c) 2003-2010 Universite Pierre et Marie Curie."])
-AC_COPYRIGHT([Copyright (c) 2003-2010 Universite Pierre et Marie Curie.])
+AC_SUBST(VMKIT_COPYRIGHT,["Copyright (c) 2003-2011 Universite Pierre et Marie Curie."])
+AC_COPYRIGHT([Copyright (c) 2003-2011 Universite Pierre et Marie Curie.])
 
 dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we
 dnl use some autoconf macros only available in 2.59.

Modified: vmkit/branches/release_029/configure
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/release_029/configure?rev=129221&r1=129220&r2=129221&view=diff
==============================================================================
--- vmkit/branches/release_029/configure (original)
+++ vmkit/branches/release_029/configure Sat Apr  9 12:35:50 2011
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for vmkit 0.29svn.
+# Generated by GNU Autoconf 2.65 for vmkit 0.29.
 #
 # Report bugs to <nicolas.geoffray at gmail.com>.
 #
@@ -13,7 +13,7 @@
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 #
-# Copyright (c) 2003-2010 Universite Pierre et Marie Curie.
+# Copyright (c) 2003-2011 Universite Pierre et Marie Curie.
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -554,8 +554,8 @@
 # Identity of this package.
 PACKAGE_NAME='vmkit'
 PACKAGE_TARNAME='vmkit'
-PACKAGE_VERSION='0.29svn'
-PACKAGE_STRING='vmkit 0.29svn'
+PACKAGE_VERSION='0.29'
+PACKAGE_STRING='vmkit 0.29'
 PACKAGE_BUGREPORT='nicolas.geoffray at gmail.com'
 PACKAGE_URL=''
 
@@ -1289,7 +1289,7 @@
   # 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 vmkit 0.29svn to adapt to many kinds of systems.
+\`configure' configures vmkit 0.29 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1355,7 +1355,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of vmkit 0.29svn:";;
+     short | recursive ) echo "Configuration of vmkit 0.29:";;
    esac
   cat <<\_ACEOF
 
@@ -1470,14 +1470,14 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-vmkit configure 0.29svn
+vmkit configure 0.29
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 2003-2010 Universite Pierre et Marie Curie.
+Copyright (c) 2003-2011 Universite Pierre et Marie Curie.
 _ACEOF
   exit
 fi
@@ -1935,7 +1935,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by vmkit $as_me 0.29svn, which was
+It was created by vmkit $as_me 0.29, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -2283,7 +2283,7 @@
 
 
 
-VMKIT_COPYRIGHT="Copyright (c) 2003-2010 Universite Pierre et Marie Curie."
+VMKIT_COPYRIGHT="Copyright (c) 2003-2011 Universite Pierre et Marie Curie."
 
 
 
@@ -6649,7 +6649,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by vmkit $as_me 0.29svn, which was
+This file was extended by vmkit $as_me 0.29, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6715,7 +6715,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-vmkit config.status 0.29svn
+vmkit config.status 0.29
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"
 





More information about the vmkit-commits mailing list