]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.am (AUTOMAKE_OPTIONS): Set them.
authorAndreas Tobler <a.tobler@schweiz.ch>
Thu, 11 Mar 2004 19:59:49 +0000 (20:59 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 11 Mar 2004 19:59:49 +0000 (20:59 +0100)
commit3ed8e5b64d13be45d13da3b939ad7f9446a042b0
treeccc0e1af63616898ca25e06fecafe42746da617f
parent1f7aa7cdd65d774a0735ca485546510f907ec5ef
Makefile.am (AUTOMAKE_OPTIONS): Set them.

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.

Co-Authored-By: Paolo Bonzini <bonzini@gnu.org>
From-SVN: r79341
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