diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-11 23:50:33 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-11 23:50:33 +0000 |
commit | 33c9cfbde916151450d53d24960bae14cb5f049e (patch) | |
tree | c9733956038f77dd50cfac9c5c29155197899047 /newlib/libc/sys/tic80/aclocal.m4 | |
parent | 3683edc6581f36228f22019955b41ce067e78d38 (diff) | |
download | newlib-33c9cfbde916151450d53d24960bae14cb5f049e.zip newlib-33c9cfbde916151450d53d24960bae14cb5f049e.tar.gz newlib-33c9cfbde916151450d53d24960bae14cb5f049e.tar.bz2 |
2006-01-11 Jeff Johnston <jjohnstn@redhat.com>
* 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.
Diffstat (limited to 'newlib/libc/sys/tic80/aclocal.m4')
-rw-r--r-- | newlib/libc/sys/tic80/aclocal.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/sys/tic80/aclocal.m4 b/newlib/libc/sys/tic80/aclocal.m4 index 42dedc0..55d5e67 100644 --- a/newlib/libc/sys/tic80/aclocal.m4 +++ b/newlib/libc/sys/tic80/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, |