From 33c9cfbde916151450d53d24960bae14cb5f049e Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 11 Jan 2006 23:50:33 +0000 Subject: 2006-01-11 Jeff Johnston * acinclude.m4: Add hack to prevent INSTALL in subdirs from being set to "../". * Makefile.am: Pass INSTALL in AM_MAKEFLAGS. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.in: Ditto. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * iconvdata/aclocal.m4: Ditto. * iconvdata/configure: Ditto. * libc/*/aclocal.m4: Ditto. * libc/*/configure: Ditto. * libc/libc.texinfo: Ditto. * libm/*/aclocal.m4: Ditto. * libm/*/configure: Ditto. --- newlib/aclocal.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newlib/aclocal.m4') diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4 index ed1940d64..cf5c8c34b 100644 --- a/newlib/aclocal.m4 +++ b/newlib/aclocal.m4 @@ -165,6 +165,9 @@ AC_CHECK_TOOL(RANLIB, ranlib, :) AC_PROG_INSTALL +# Hack +ac_given_INSTALL=$INSTALL + AM_MAINTAINER_MODE # We need AC_EXEEXT to keep automake happy in cygnus mode. However, -- cgit v1.2.3