OSDN Git Service

2004-03-11 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Mar 2004 19:59:49 +0000 (19:59 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Mar 2004 19:59:49 +0000 (19:59 +0000)
commitb375837dc4d00625cb1fccd8906fdd1153939404
treeccc0e1af63616898ca25e06fecafe42746da617f
parentea5219c24570a2c0a482d1594b3eb7c92e8961c0
2004-03-11  Andreas Tobler  <a.tobler@schweiz.ch>
    Paolo Bonzini  <bonzini@gnu.org>

* Makefile.am (AUTOMAKE_OPTIONS): Set them.
Remove VPATH. Remove rules for object files. Remove multilib support.
(AM_CCASFLAGS): Add.
* configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
(AC_PREREQ): Bump version to 2.59.
(AC_INIT): Fill with version info and bug address.
(ORIGINAL_LD_FOR_MULTILIBS): Remove.
(AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
De-precious CC so that the right flags are passed down to multilibs.
(AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
(AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
(AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
* configure: Rebuilt.
* aclocal.m4: Likewise.
* Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
* fficonfig.h.in: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79341 138bc75d-0d04-0410-961f-82ee72b054a4
libffi/ChangeLog
libffi/Makefile.am
libffi/Makefile.in
libffi/aclocal.m4
libffi/configure
libffi/configure.in
libffi/fficonfig.h.in
libffi/include/Makefile.in
libffi/testsuite/Makefile.in