Update to rc4. Upgrade autoconf version.
This commit is contained in:
@@ -740,7 +740,7 @@ Index: libffi/configure
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
-# Generated by GNU Autoconf 2.64 for libffi 3.0.9.
|
||||
+# Generated by GNU Autoconf 2.68 for libffi 3.0.11-rc3.
|
||||
+# Generated by GNU Autoconf 2.68 for libffi 3.0.11-rc4.
|
||||
+#
|
||||
+# Report bugs to <http://github.com/atgreen/libffi/issues>.
|
||||
#
|
||||
@@ -852,8 +852,8 @@ Index: libffi/configure
|
||||
-PACKAGE_VERSION='3.0.9'
|
||||
-PACKAGE_STRING='libffi 3.0.9'
|
||||
-PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
|
||||
+PACKAGE_VERSION='3.0.11-rc3'
|
||||
+PACKAGE_STRING='libffi 3.0.11-rc3'
|
||||
+PACKAGE_VERSION='3.0.11-rc4'
|
||||
+PACKAGE_STRING='libffi 3.0.11-rc4'
|
||||
+PACKAGE_BUGREPORT='http://github.com/atgreen/libffi/issues'
|
||||
PACKAGE_URL=''
|
||||
|
||||
@@ -1080,7 +1080,7 @@ Index: libffi/configure
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
-\`configure' configures libffi 3.0.9 to adapt to many kinds of systems.
|
||||
+\`configure' configures libffi 3.0.11-rc3 to adapt to many kinds of systems.
|
||||
+\`configure' configures libffi 3.0.11-rc4 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -1098,7 +1098,7 @@ Index: libffi/configure
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
- short | recursive ) echo "Configuration of libffi 3.0.9:";;
|
||||
+ short | recursive ) echo "Configuration of libffi 3.0.11-rc3:";;
|
||||
+ short | recursive ) echo "Configuration of libffi 3.0.11-rc4:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -1157,7 +1157,7 @@ Index: libffi/configure
|
||||
cat <<\_ACEOF
|
||||
-libffi configure 3.0.9
|
||||
-generated by GNU Autoconf 2.64
|
||||
+libffi configure 3.0.11-rc3
|
||||
+libffi configure 3.0.11-rc4
|
||||
+generated by GNU Autoconf 2.68
|
||||
|
||||
-Copyright (C) 2009 Free Software Foundation, Inc.
|
||||
@@ -1380,7 +1380,7 @@ Index: libffi/configure
|
||||
|
||||
-It was created by libffi $as_me 3.0.9, which was
|
||||
-generated by GNU Autoconf 2.64. Invocation command line was
|
||||
+It was created by libffi $as_me 3.0.11-rc3, which was
|
||||
+It was created by libffi $as_me 3.0.11-rc4, which was
|
||||
+generated by GNU Autoconf 2.68. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -1900,7 +1900,7 @@ Index: libffi/configure
|
||||
# Define the identity of the package.
|
||||
PACKAGE='libffi'
|
||||
- VERSION='3.0.9'
|
||||
+ VERSION='3.0.11-rc3'
|
||||
+ VERSION='3.0.11-rc4'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@@ -6201,7 +6201,7 @@ Index: libffi/configure
|
||||
ac_log="
|
||||
-This file was extended by libffi $as_me 3.0.9, which was
|
||||
-generated by GNU Autoconf 2.64. Invocation command line was
|
||||
+This file was extended by libffi $as_me 3.0.11-rc3, which was
|
||||
+This file was extended by libffi $as_me 3.0.11-rc4, which was
|
||||
+generated by GNU Autoconf 2.68. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -6228,7 +6228,7 @@ Index: libffi/configure
|
||||
-libffi config.status 3.0.9
|
||||
-configured by $0, generated by GNU Autoconf 2.64,
|
||||
- with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
+libffi config.status 3.0.11-rc3
|
||||
+libffi config.status 3.0.11-rc4
|
||||
+configured by $0, generated by GNU Autoconf 2.68,
|
||||
+ with options \\"\$ac_cs_config\\"
|
||||
|
||||
@@ -7403,12 +7403,14 @@ Index: libffi/configure.ac
|
||||
===================================================================
|
||||
--- libffi.orig/configure.ac
|
||||
+++ libffi/configure.ac
|
||||
@@ -2,33 +2,45 @@ dnl Process this with autoconf to create
|
||||
@@ -1,34 +1,46 @@
|
||||
dnl Process this with autoconf to create configure
|
||||
|
||||
AC_PREREQ(2.64)
|
||||
-AC_PREREQ(2.64)
|
||||
+AC_PREREQ(2.68)
|
||||
|
||||
-AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html])
|
||||
+AC_INIT([libffi], [3.0.11-rc3], [http://github.com/atgreen/libffi/issues])
|
||||
+AC_INIT([libffi], [3.0.11-rc4], [http://github.com/atgreen/libffi/issues])
|
||||
AC_CONFIG_HEADERS([fficonfig.h])
|
||||
|
||||
-AM_ENABLE_MULTILIB(, ..)
|
||||
|
||||
Reference in New Issue
Block a user