diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-01-20 22:42:46 +0000 |
commit | 54abc854d09c5b411a22406de19cbd7cdf88e748 (patch) | |
tree | febb3df05905f4063411d14cbc9e1f000dfd989c /newlib/libm/configure | |
parent | 90e1ee2b25dada4767efb416ca445d3bfebe6481 (diff) | |
download | cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.gz cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.tar.bz2 cygnal-54abc854d09c5b411a22406de19cbd7cdf88e748.zip |
2006-01-20 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: New file to generate newlib.hin from.
* newlib.hin: Regenerated.
* stamp-h.in: Regenerated.
* Makefile.am: Add ACLOCAL_AMFLAGS so aclocal can be
called automatically.
* Makefile.in: Regenerated.
* acinclude.m4: Add proper comment for hack in previous change.
* aclocal.m4 */aclocal.m4: Regenerated.
* configure */configure: Regenerated.
Diffstat (limited to 'newlib/libm/configure')
-rwxr-xr-x | newlib/libm/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/configure b/newlib/libm/configure index d0471707c..075165c8d 100755 --- a/newlib/libm/configure +++ b/newlib/libm/configure @@ -1455,7 +1455,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -# Hack +# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */ ac_given_INSTALL=$INSTALL echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 |