Skip to content

Commit

Permalink
3.0.9rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Dec 24, 2009
1 parent da11bec commit c7fa2da
Show file tree
Hide file tree
Showing 30 changed files with 16,086 additions and 149 deletions.
3 changes: 2 additions & 1 deletion .pc/avr32/Makefile.am
Expand Up @@ -30,7 +30,8 @@ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
src/x86/ffi64.c src/x86/unix64.S src/x86/ffitarget.h \
src/pa/ffitarget.h src/pa/ffi.c src/pa/linux.S src/pa/hpux32.S \
src/frv/ffi.c src/frv/eabi.S src/frv/ffitarget.h src/dlmalloc.c \
libtool-version ChangeLog.libffi
libtool-version ChangeLog.libffi m4/libtool.m4 \
m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4

info_TEXINFOS = doc/libffi.texi

Expand Down
20 changes: 10 additions & 10 deletions .pc/avr32/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for libffi 3.0.9rc5.
# Generated by GNU Autoconf 2.63 for libffi 3.0.9rc6.
#
# Report bugs to <http://gcc.gnu.org/bugs.html>.
#
Expand Down Expand Up @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.9rc5'
PACKAGE_STRING='libffi 3.0.9rc5'
PACKAGE_VERSION='3.0.9rc6'
PACKAGE_STRING='libffi 3.0.9rc6'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'

# Factoring default headers for most tests.
Expand Down Expand Up @@ -1539,7 +1539,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 libffi 3.0.9rc5 to adapt to many kinds of systems.
\`configure' configures libffi 3.0.9rc6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1610,7 +1610,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.9rc5:";;
short | recursive ) echo "Configuration of libffi 3.0.9rc6:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1717,7 +1717,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libffi configure 3.0.9rc5
libffi configure 3.0.9rc6
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1731,7 +1731,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.9rc5, which was
It was created by libffi $as_me 3.0.9rc6, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2713,7 +2713,7 @@ fi
# Define the identity of the package.
PACKAGE='libffi'
VERSION='3.0.9rc5'
VERSION='3.0.9rc6'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -15281,7 +15281,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by libffi $as_me 3.0.9rc5, which was
This file was extended by libffi $as_me 3.0.9rc6, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -15348,7 +15348,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
libffi config.status 3.0.9rc5
libffi config.status 3.0.9rc6
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion .pc/avr32/configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure

AC_PREREQ(2.63)

AC_INIT([libffi], [3.0.9rc5], [http://gcc.gnu.org/bugs.html])
AC_INIT([libffi], [3.0.9rc6], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h])

AC_CANONICAL_SYSTEM
Expand Down
20 changes: 10 additions & 10 deletions .pc/snow-leopard/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for libffi 3.0.9rc5.
# Generated by GNU Autoconf 2.63 for libffi 3.0.9rc6.
#
# Report bugs to <http://gcc.gnu.org/bugs.html>.
#
Expand Down Expand Up @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.9rc5'
PACKAGE_STRING='libffi 3.0.9rc5'
PACKAGE_VERSION='3.0.9rc6'
PACKAGE_STRING='libffi 3.0.9rc6'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'

# Factoring default headers for most tests.
Expand Down Expand Up @@ -1541,7 +1541,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 libffi 3.0.9rc5 to adapt to many kinds of systems.
\`configure' configures libffi 3.0.9rc6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1612,7 +1612,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.9rc5:";;
short | recursive ) echo "Configuration of libffi 3.0.9rc6:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1719,7 +1719,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libffi configure 3.0.9rc5
libffi configure 3.0.9rc6
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1733,7 +1733,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libffi $as_me 3.0.9rc5, which was
It was created by libffi $as_me 3.0.9rc6, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2715,7 +2715,7 @@ fi
# Define the identity of the package.
PACKAGE='libffi'
VERSION='3.0.9rc5'
VERSION='3.0.9rc6'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -15312,7 +15312,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by libffi $as_me 3.0.9rc5, which was
This file was extended by libffi $as_me 3.0.9rc6, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -15379,7 +15379,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
libffi config.status 3.0.9rc5
libffi config.status 3.0.9rc6
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion .pc/snow-leopard/configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure

AC_PREREQ(2.63)

AC_INIT([libffi], [3.0.9rc5], [http://gcc.gnu.org/bugs.html])
AC_INIT([libffi], [3.0.9rc6], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h])

AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit c7fa2da

Please sign in to comment.