This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
patch for "./configure" in libffi (more pr 7090)
- From: DJ Delorie <dj at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Mon, 11 Nov 2002 23:46:04 -0500
- Subject: patch for "./configure" in libffi (more pr 7090)
Tested by manually adding multilibs to i386-linux and building both in
separate directory and with ./configure. I can't guarantee that there
aren't still subdirs with this bug, if there are subdirs left that
i386 doesn't use, so let me know.
This patch applies as-is to the 3.2 branch also, if wanted there.
Applied to head.
2002-11-11 DJ Delorie <dj@redhat.com>
* configure.in: Look for common files in the right place.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libffi/configure.in,v
retrieving revision 1.32
diff -p -3 -r1.32 configure.in
*** configure.in 30 Sep 2002 11:59:41 -0000 1.32
--- configure.in 12 Nov 2002 04:38:43 -0000
*************** else
*** 30,35 ****
--- 30,36 ----
libffi_basedir="${srcdir}"
fi
AC_SUBST(libffi_basedir)
+ AC_CONFIG_AUX_DIR(${libffi_basedir}/..)
AC_CANONICAL_HOST