This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]