This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: make install fails on 3.3 branch in libffi
- From: Christian Cornelssen <ccorn at cs dot tu-berlin dot de>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: <gcc-bugs at gcc dot gnu dot org>
- Date: Tue, 28 Jan 2003 22:23:52 +0100 (CET)
- Subject: Re: make install fails on 3.3 branch in libffi
Hi,
On Tue, 28 Jan 2003, Christian Cornelssen wrote:
> [bullshit]
Sorry. The problem is that `Makefile.in' contains
(presumably from Automake)
mkinstalldirs = $(SHELL) $(top_srcdir)/${libffi_basedir}/../mkinstalldirs
but `configure.in' sets
libffi_basedir=${srcdir}...
So we have to tell Automake not to prepend "$(top_srcdir)/".
Perhaps this is due to `configure.in's
AC_CONFIG_AUX_DIR(${libffi_basedir}/..)
(which may also be wrong at least when libffi_basedir=${srcdir} only).
Could an Autoconf expert look at this?
Regards,
Christian Cornelssen