Update to rc2

This commit is contained in:
Anthony Green
2011-02-09 06:24:23 -05:00
parent 0cad4386fa
commit 630b9c0ac4
22 changed files with 16031 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc1. # Generated by GNU Autoconf 2.63 for libffi 3.0.10rc2.
# #
# Report bugs to <http://gcc.gnu.org/bugs.html>. # Report bugs to <http://gcc.gnu.org/bugs.html>.
# #
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc1' PACKAGE_VERSION='3.0.10rc2'
PACKAGE_STRING='libffi 3.0.10rc1' PACKAGE_STRING='libffi 3.0.10rc2'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html' PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
# Factoring default headers for most tests. # Factoring default headers for most tests.
@@ -1544,7 +1544,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures libffi 3.0.10rc1 to adapt to many kinds of systems. \`configure' configures libffi 3.0.10rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1615,7 +1615,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc1:";; short | recursive ) echo "Configuration of libffi 3.0.10rc2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1722,7 +1722,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc1 libffi configure 3.0.10rc2
generated by GNU Autoconf 2.63 generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1736,7 +1736,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.10rc1, which was It was created by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@ $ $0 $@
@@ -2718,7 +2718,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc1' VERSION='3.0.10rc2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -15499,7 +15499,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by libffi $as_me 3.0.10rc1, which was This file was extended by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -15566,7 +15566,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc1 libffi config.status 3.0.10rc2
configured by $0, generated by GNU Autoconf 2.63, configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([libffi], [3.0.10rc1], [http://gcc.gnu.org/bugs.html]) AC_INIT([libffi], [3.0.10rc2], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h]) AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -1,7 +1,7 @@
Status Status
====== ======
libffi-3.0.10 was released on XXXXXXXXXX, 2010. Check the libffi web libffi-3.0.10 was released on XXXXXXXXXX, 2011. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>. page for updates: <URL:http://sourceware.org/libffi/>.
@@ -57,8 +57,10 @@ tested:
| AVR32 | Linux | | AVR32 | Linux |
| HPPA | HPUX | | HPPA | HPUX |
| IA-64 | Linux | | IA-64 | Linux |
| M68K | RTEMS |
| MIPS | IRIX | | MIPS | IRIX |
| MIPS | Linux | | MIPS | Linux |
| MIPS | RTEMS |
| MIPS64 | Linux | | MIPS64 | Linux |
| PowerPC | Linux | | PowerPC | Linux |
| PowerPC | Mac OSX | | PowerPC | Mac OSX |
@@ -139,13 +141,13 @@ History
See the ChangeLog files for details. See the ChangeLog files for details.
3.0.10 ???-??-?? 3.0.10 ???-??-??
Add support for Apple's iOS.
Add RTEMS support for MIPS and M68K.
Fix the N64 build on mips-sgi-irix6.5. Fix the N64 build on mips-sgi-irix6.5.
Testsuite fixes for Tru64 Unix.
Enable builds with Microsoft's compiler. Enable builds with Microsoft's compiler.
Enable x86 builds with Sun's compiler. Enable x86 builds with Oracle's Solaris compiler.
Fix support for calling code compiled with Oracle's Sparc
3.0.10 ???-??-?? Solaris compiler.
Fix the N64 build on mips-sgi-irix6.5.
Testsuite fixes for Tru64 Unix. Testsuite fixes for Tru64 Unix.
3.0.9 Dec-31-09 3.0.9 Dec-31-09
@@ -327,5 +329,6 @@ Alex Oliva solved the executable page problem for SElinux.
The list above is almost certainly incomplete and inaccurate. I'm The list above is almost certainly incomplete and inaccurate. I'm
happy to make corrections or additions upon request. happy to make corrections or additions upon request.
If you have a problem, or have found a bug, please send a note to If you have a problem, or have found a bug, please send a note to the
green@redhat.com. author at green@moxielogic.com, or the project mailing list at
libffi-discuss@sourceware.org.

20
.pc/ios/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc1. # Generated by GNU Autoconf 2.63 for libffi 3.0.10rc2.
# #
# Report bugs to <http://gcc.gnu.org/bugs.html>. # Report bugs to <http://gcc.gnu.org/bugs.html>.
# #
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc1' PACKAGE_VERSION='3.0.10rc2'
PACKAGE_STRING='libffi 3.0.10rc1' PACKAGE_STRING='libffi 3.0.10rc2'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html' PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
# Factoring default headers for most tests. # Factoring default headers for most tests.
@@ -1547,7 +1547,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures libffi 3.0.10rc1 to adapt to many kinds of systems. \`configure' configures libffi 3.0.10rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1618,7 +1618,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc1:";; short | recursive ) echo "Configuration of libffi 3.0.10rc2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1725,7 +1725,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc1 libffi configure 3.0.10rc2
generated by GNU Autoconf 2.63 generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1739,7 +1739,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.10rc1, which was It was created by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@ $ $0 $@
@@ -2721,7 +2721,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc1' VERSION='3.0.10rc2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -15578,7 +15578,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by libffi $as_me 3.0.10rc1, which was This file was extended by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -15645,7 +15645,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc1 libffi config.status 3.0.10rc2
configured by $0, generated by GNU Autoconf 2.63, configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([libffi], [3.0.10rc1], [http://gcc.gnu.org/bugs.html]) AC_INIT([libffi], [3.0.10rc2], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h]) AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -1,7 +1,7 @@
Status Status
====== ======
libffi-3.0.10 was released on XXXXXXXXXX, 2010. Check the libffi web libffi-3.0.10 was released on XXXXXXXXXX, 2011. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>. page for updates: <URL:http://sourceware.org/libffi/>.
@@ -57,8 +57,10 @@ tested:
| AVR32 | Linux | | AVR32 | Linux |
| HPPA | HPUX | | HPPA | HPUX |
| IA-64 | Linux | | IA-64 | Linux |
| M68K | RTEMS |
| MIPS | IRIX | | MIPS | IRIX |
| MIPS | Linux | | MIPS | Linux |
| MIPS | RTEMS |
| MIPS64 | Linux | | MIPS64 | Linux |
| PowerPC | Linux | | PowerPC | Linux |
| PowerPC | Mac OSX | | PowerPC | Mac OSX |
@@ -135,13 +137,13 @@ History
See the ChangeLog files for details. See the ChangeLog files for details.
3.0.10 ???-??-?? 3.0.10 ???-??-??
Add support for Apple's iOS.
Add RTEMS support for MIPS and M68K.
Fix the N64 build on mips-sgi-irix6.5. Fix the N64 build on mips-sgi-irix6.5.
Testsuite fixes for Tru64 Unix.
Enable builds with Microsoft's compiler. Enable builds with Microsoft's compiler.
Enable x86 builds with Sun's compiler. Enable x86 builds with Oracle's Solaris compiler.
Fix support for calling code compiled with Oracle's Sparc
3.0.10 ???-??-?? Solaris compiler.
Fix the N64 build on mips-sgi-irix6.5.
Testsuite fixes for Tru64 Unix. Testsuite fixes for Tru64 Unix.
3.0.9 Dec-31-09 3.0.9 Dec-31-09
@@ -323,5 +325,6 @@ Alex Oliva solved the executable page problem for SElinux.
The list above is almost certainly incomplete and inaccurate. I'm The list above is almost certainly incomplete and inaccurate. I'm
happy to make corrections or additions upon request. happy to make corrections or additions upon request.
If you have a problem, or have found a bug, please send a note to If you have a problem, or have found a bug, please send a note to the
green@redhat.com. author at green@moxielogic.com, or the project mailing list at
libffi-discuss@sourceware.org.

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc1. # Generated by GNU Autoconf 2.63 for libffi 3.0.10rc2.
# #
# Report bugs to <http://gcc.gnu.org/bugs.html>. # Report bugs to <http://gcc.gnu.org/bugs.html>.
# #
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc1' PACKAGE_VERSION='3.0.10rc2'
PACKAGE_STRING='libffi 3.0.10rc1' PACKAGE_STRING='libffi 3.0.10rc2'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html' PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
# Factoring default headers for most tests. # Factoring default headers for most tests.
@@ -1546,7 +1546,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures libffi 3.0.10rc1 to adapt to many kinds of systems. \`configure' configures libffi 3.0.10rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1617,7 +1617,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc1:";; short | recursive ) echo "Configuration of libffi 3.0.10rc2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1724,7 +1724,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc1 libffi configure 3.0.10rc2
generated by GNU Autoconf 2.63 generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1738,7 +1738,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.10rc1, which was It was created by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@ $ $0 $@
@@ -2720,7 +2720,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc1' VERSION='3.0.10rc2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -15520,7 +15520,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by libffi $as_me 3.0.10rc1, which was This file was extended by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -15587,7 +15587,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc1 libffi config.status 3.0.10rc2
configured by $0, generated by GNU Autoconf 2.63, configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([libffi], [3.0.10rc1], [http://gcc.gnu.org/bugs.html]) AC_INIT([libffi], [3.0.10rc2], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h]) AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc1. # Generated by GNU Autoconf 2.63 for libffi 3.0.10rc2.
# #
# Report bugs to <http://gcc.gnu.org/bugs.html>. # Report bugs to <http://gcc.gnu.org/bugs.html>.
# #
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc1' PACKAGE_VERSION='3.0.10rc2'
PACKAGE_STRING='libffi 3.0.10rc1' PACKAGE_STRING='libffi 3.0.10rc2'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html' PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
# Factoring default headers for most tests. # Factoring default headers for most tests.
@@ -1547,7 +1547,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures libffi 3.0.10rc1 to adapt to many kinds of systems. \`configure' configures libffi 3.0.10rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1618,7 +1618,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc1:";; short | recursive ) echo "Configuration of libffi 3.0.10rc2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1725,7 +1725,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc1 libffi configure 3.0.10rc2
generated by GNU Autoconf 2.63 generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1739,7 +1739,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.10rc1, which was It was created by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@ $ $0 $@
@@ -2721,7 +2721,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc1' VERSION='3.0.10rc2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -15578,7 +15578,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by libffi $as_me 3.0.10rc1, which was This file was extended by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -15645,7 +15645,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc1 libffi config.status 3.0.10rc2
configured by $0, generated by GNU Autoconf 2.63, configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([libffi], [3.0.10rc1], [http://gcc.gnu.org/bugs.html]) AC_INIT([libffi], [3.0.10rc2], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h]) AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

12
README
View File

@@ -1,7 +1,7 @@
Status Status
====== ======
libffi-3.0.10 was released on XXXXXXXXXX, 2010. Check the libffi web libffi-3.0.10 was released on XXXXXXXXXX, 2011. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>. page for updates: <URL:http://sourceware.org/libffi/>.
@@ -58,8 +58,10 @@ tested:
| AVR32 | Linux | | AVR32 | Linux |
| HPPA | HPUX | | HPPA | HPUX |
| IA-64 | Linux | | IA-64 | Linux |
| M68K | RTEMS |
| MIPS | IRIX | | MIPS | IRIX |
| MIPS | Linux | | MIPS | Linux |
| MIPS | RTEMS |
| MIPS64 | Linux | | MIPS64 | Linux |
| PowerPC | Linux | | PowerPC | Linux |
| PowerPC | Mac OSX | | PowerPC | Mac OSX |
@@ -140,7 +142,8 @@ History
See the ChangeLog files for details. See the ChangeLog files for details.
3.0.10 ???-??-?? 3.0.10 ???-??-??
Add iOS support. Add support for Apple's iOS.
Add RTEMS support for MIPS and M68K.
Fix the N64 build on mips-sgi-irix6.5. Fix the N64 build on mips-sgi-irix6.5.
Enable builds with Microsoft's compiler. Enable builds with Microsoft's compiler.
Enable x86 builds with Oracle's Solaris compiler. Enable x86 builds with Oracle's Solaris compiler.
@@ -327,5 +330,6 @@ Alex Oliva solved the executable page problem for SElinux.
The list above is almost certainly incomplete and inaccurate. I'm The list above is almost certainly incomplete and inaccurate. I'm
happy to make corrections or additions upon request. happy to make corrections or additions upon request.
If you have a problem, or have found a bug, please send a note to If you have a problem, or have found a bug, please send a note to the
green@redhat.com. author at green@moxielogic.com, or the project mailing list at
libffi-discuss@sourceware.org.

7954
aclocal.m4 vendored

File diff suppressed because it is too large Load Diff

20
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc1. # Generated by GNU Autoconf 2.63 for libffi 3.0.10rc2.
# #
# Report bugs to <http://gcc.gnu.org/bugs.html>. # Report bugs to <http://gcc.gnu.org/bugs.html>.
# #
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc1' PACKAGE_VERSION='3.0.10rc2'
PACKAGE_STRING='libffi 3.0.10rc1' PACKAGE_STRING='libffi 3.0.10rc2'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html' PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
# Factoring default headers for most tests. # Factoring default headers for most tests.
@@ -1550,7 +1550,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures libffi 3.0.10rc1 to adapt to many kinds of systems. \`configure' configures libffi 3.0.10rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1621,7 +1621,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc1:";; short | recursive ) echo "Configuration of libffi 3.0.10rc2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1728,7 +1728,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc1 libffi configure 3.0.10rc2
generated by GNU Autoconf 2.63 generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1742,7 +1742,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.10rc1, which was It was created by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@ $ $0 $@
@@ -2724,7 +2724,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc1' VERSION='3.0.10rc2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -15607,7 +15607,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by libffi $as_me 3.0.10rc1, which was This file was extended by libffi $as_me 3.0.10rc2, which was
generated by GNU Autoconf 2.63. Invocation command line was generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -15674,7 +15674,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc1 libffi config.status 3.0.10rc2
configured by $0, generated by GNU Autoconf 2.63, configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([libffi], [3.0.10rc1], [http://gcc.gnu.org/bugs.html]) AC_INIT([libffi], [3.0.10rc2], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h]) AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -105,7 +105,6 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@ ECHO_T = @ECHO_T@
EGREP = @EGREP@ EGREP = @EGREP@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
FGREP = @FGREP@ FGREP = @FGREP@
GREP = @GREP@ GREP = @GREP@
HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@ HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
@@ -193,7 +192,6 @@ psdir = @psdir@
sbindir = @sbindir@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target = @target@ target = @target@
target_alias = @target_alias@ target_alias = @target_alias@

View File

@@ -103,7 +103,6 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@ ECHO_T = @ECHO_T@
EGREP = @EGREP@ EGREP = @EGREP@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
FGREP = @FGREP@ FGREP = @FGREP@
GREP = @GREP@ GREP = @GREP@
HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@ HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
@@ -191,7 +190,6 @@ psdir = @psdir@
sbindir = @sbindir@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target = @target@ target = @target@
target_alias = @target_alias@ target_alias = @target_alias@

View File

@@ -977,21 +977,3 @@ Index: libffi/README
| AVR32 | Linux | | AVR32 | Linux |
| HPPA | HPUX | | HPPA | HPUX |
| IA-64 | Linux | | IA-64 | Linux |
@@ -139,13 +140,12 @@ History
See the ChangeLog files for details.
3.0.10 ???-??-??
+ Add iOS support.
Fix the N64 build on mips-sgi-irix6.5.
- Testsuite fixes for Tru64 Unix.
Enable builds with Microsoft's compiler.
- Enable x86 builds with Sun's compiler.
-
-3.0.10 ???-??-??
- Fix the N64 build on mips-sgi-irix6.5.
+ Enable x86 builds with Oracle's Solaris compiler.
+ Fix support for calling code compiled with Oracle's Sparc
+ Solaris compiler.
Testsuite fixes for Tru64 Unix.
3.0.9 Dec-31-09

View File

@@ -2,7 +2,7 @@ Index: libffi/README
=================================================================== ===================================================================
--- libffi.orig/README --- libffi.orig/README
+++ libffi/README +++ libffi/README
@@ -114,9 +114,13 @@ It's also possible to build libffi on Wi @@ -116,9 +116,13 @@ It's also possible to build libffi on Wi
Microsoft's Visual C++ compiler. In this case, use the msvcc.sh Microsoft's Visual C++ compiler. In this case, use the msvcc.sh
wrapper script during configuration like so: wrapper script during configuration like so:

View File

@@ -4059,7 +4059,7 @@ Index: libffi/configure
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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.64 for libffi 3.0.9.
+# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc1. +# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc2.
# #
# Report bugs to <http://gcc.gnu.org/bugs.html>. # Report bugs to <http://gcc.gnu.org/bugs.html>.
# #
@@ -5015,8 +5015,8 @@ Index: libffi/configure
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.9' -PACKAGE_VERSION='3.0.9'
-PACKAGE_STRING='libffi 3.0.9' -PACKAGE_STRING='libffi 3.0.9'
+PACKAGE_VERSION='3.0.10rc1' +PACKAGE_VERSION='3.0.10rc2'
+PACKAGE_STRING='libffi 3.0.10rc1' +PACKAGE_STRING='libffi 3.0.10rc2'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html' PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
-PACKAGE_URL='' -PACKAGE_URL=''
@@ -5190,7 +5190,7 @@ Index: libffi/configure
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
-\`configure' configures libffi 3.0.9 to adapt to many kinds of systems. -\`configure' configures libffi 3.0.9 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc1 to adapt to many kinds of systems. +\`configure' configures libffi 3.0.10rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -5199,7 +5199,7 @@ Index: libffi/configure
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
- short | recursive ) echo "Configuration of libffi 3.0.9:";; - short | recursive ) echo "Configuration of libffi 3.0.9:";;
+ short | recursive ) echo "Configuration of libffi 3.0.10rc1:";; + short | recursive ) echo "Configuration of libffi 3.0.10rc2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -5217,7 +5217,7 @@ Index: libffi/configure
cat <<\_ACEOF cat <<\_ACEOF
-libffi configure 3.0.9 -libffi configure 3.0.9
-generated by GNU Autoconf 2.64 -generated by GNU Autoconf 2.64
+libffi configure 3.0.10rc1 +libffi configure 3.0.10rc2
+generated by GNU Autoconf 2.63 +generated by GNU Autoconf 2.63
-Copyright (C) 2009 Free Software Foundation, Inc. -Copyright (C) 2009 Free Software Foundation, Inc.
@@ -5317,7 +5317,7 @@ Index: libffi/configure
- rm -rf conftest.dSYM conftest_ipa8_conftest.oo - rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- return $ac_retval - return $ac_retval
+It was created by libffi $as_me 3.0.10rc1, which was +It was created by libffi $as_me 3.0.10rc2, which was
+generated by GNU Autoconf 2.63. Invocation command line was +generated by GNU Autoconf 2.63. Invocation command line was
-} # ac_fn_c_try_link -} # ac_fn_c_try_link
@@ -6590,7 +6590,7 @@ Index: libffi/configure
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
- VERSION='3.0.9' - VERSION='3.0.9'
+ VERSION='3.0.10rc1' + VERSION='3.0.10rc2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -16156,7 +16156,7 @@ Index: libffi/configure
ac_log=" ac_log="
-This file was extended by libffi $as_me 3.0.9, which was -This file was extended by libffi $as_me 3.0.9, which was
-generated by GNU Autoconf 2.64. Invocation command line was -generated by GNU Autoconf 2.64. Invocation command line was
+This file was extended by libffi $as_me 3.0.10rc1, which was +This file was extended by libffi $as_me 3.0.10rc2, which was
+generated by GNU Autoconf 2.63. Invocation command line was +generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -16188,7 +16188,7 @@ Index: libffi/configure
ac_cs_version="\\ ac_cs_version="\\
-libffi config.status 3.0.9 -libffi config.status 3.0.9
-configured by $0, generated by GNU Autoconf 2.64, -configured by $0, generated by GNU Autoconf 2.64,
+libffi config.status 3.0.10rc1 +libffi config.status 3.0.10rc2
+configured by $0, generated by GNU Autoconf 2.63, +configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -17148,7 +17148,7 @@ Index: libffi/configure.ac
+AC_PREREQ(2.63) +AC_PREREQ(2.63)
-AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html]) -AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html])
+AC_INIT([libffi], [3.0.10rc1], [http://gcc.gnu.org/bugs.html]) +AC_INIT([libffi], [3.0.10rc2], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h]) AC_CONFIG_HEADERS([fficonfig.h])
-AM_ENABLE_MULTILIB(, ..) -AM_ENABLE_MULTILIB(, ..)
@@ -34905,7 +34905,7 @@ Index: libffi/README
====== ======
-libffi-3.0.9 was released on December 31, 2009. Check the libffi web -libffi-3.0.9 was released on December 31, 2009. Check the libffi web
+libffi-3.0.10 was released on XXXXXXXXXX, 2010. Check the libffi web +libffi-3.0.10 was released on XXXXXXXXXX, 2011. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>. page for updates: <URL:http://sourceware.org/libffi/>.
@@ -34918,7 +34918,7 @@ Index: libffi/README
At the time of release, the following basic configurations have been At the time of release, the following basic configurations have been
tested: tested:
@@ -55,6 +52,7 @@ tested: @@ -55,12 +52,15 @@ tested:
| Architecture | Operating System | | Architecture | Operating System |
|--------------+------------------| |--------------+------------------|
| Alpha | Linux | | Alpha | Linux |
@@ -34926,7 +34926,15 @@ Index: libffi/README
| ARM | Linux | | ARM | Linux |
| AVR32 | Linux | | AVR32 | Linux |
| HPPA | HPUX | | HPPA | HPUX |
@@ -84,6 +82,7 @@ tested: | IA-64 | Linux |
+| M68K | RTEMS |
| MIPS | IRIX |
| MIPS | Linux |
+| MIPS | RTEMS |
| MIPS64 | Linux |
| PowerPC | Linux |
| PowerPC | Mac OSX |
@@ -84,6 +84,7 @@ tested:
| X86-64 | FreeBSD | | X86-64 | FreeBSD |
| X86-64 | Linux | | X86-64 | Linux |
| X86-64 | OpenBSD | | X86-64 | OpenBSD |
@@ -34934,17 +34942,32 @@ Index: libffi/README
|--------------+------------------| |--------------+------------------|
Please send additional platform test results to Please send additional platform test results to
@@ -141,6 +140,10 @@ See the ChangeLog files for details. @@ -136,10 +137,14 @@ History
Enable builds with Microsoft's compiler. See the ChangeLog files for details.
Enable x86 builds with Sun's compiler.
+3.0.10 ???-??-?? 3.0.10 ???-??-??
+ Fix the N64 build on mips-sgi-irix6.5. + Add support for Apple's iOS.
+ Add RTEMS support for MIPS and M68K.
Fix the N64 build on mips-sgi-irix6.5.
- Testsuite fixes for Tru64 Unix.
Enable builds with Microsoft's compiler.
- Enable x86 builds with Sun's compiler.
+ Enable x86 builds with Oracle's Solaris compiler.
+ Fix support for calling code compiled with Oracle's Sparc
+ Solaris compiler.
+ Testsuite fixes for Tru64 Unix. + Testsuite fixes for Tru64 Unix.
+
3.0.9 Dec-31-09 3.0.9 Dec-31-09
Add AVR32 and win64 ports. Add ARM softfp support. Add AVR32 and win64 ports. Add ARM softfp support.
Many fixes for AIX, Solaris, HP-UX, *BSD. @@ -320,5 +325,6 @@ Alex Oliva solved the executable page pr
The list above is almost certainly incomplete and inaccurate. I'm
happy to make corrections or additions upon request.
-If you have a problem, or have found a bug, please send a note to
-green@redhat.com.
+If you have a problem, or have found a bug, please send a note to the
+author at green@moxielogic.com, or the project mailing list at
+libffi-discuss@sourceware.org.
Index: libffi/testsuite/Makefile.am Index: libffi/testsuite/Makefile.am
=================================================================== ===================================================================
--- libffi.orig/testsuite/Makefile.am --- libffi.orig/testsuite/Makefile.am

View File

@@ -94,9 +94,9 @@ Index: libffi/aclocal.m4
=================================================================== ===================================================================
--- libffi.orig/aclocal.m4 --- libffi.orig/aclocal.m4
+++ libffi/aclocal.m4 +++ libffi/aclocal.m4
@@ -19,6 +19,811 @@ You have another version of autoconf. I @@ -7968,6 +7968,811 @@ m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_D
If you have problems, you may need to regenerate the build system entirely. m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
To do so, use the procedure documented by the package, typically `autoreconf'.])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
+# ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*- +# ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
+# +#

View File

@@ -80,7 +80,6 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@ ECHO_T = @ECHO_T@
EGREP = @EGREP@ EGREP = @EGREP@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
FGREP = @FGREP@ FGREP = @FGREP@
GREP = @GREP@ GREP = @GREP@
HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@ HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
@@ -168,7 +167,6 @@ psdir = @psdir@
sbindir = @sbindir@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@ srcdir = @srcdir@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@ sysconfdir = @sysconfdir@
target = @target@ target = @target@
target_alias = @target_alias@ target_alias = @target_alias@