Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-01-21 01:42:46 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-01-21 01:42:46 +0300
commit54abc854d09c5b411a22406de19cbd7cdf88e748 (patch)
treefebb3df05905f4063411d14cbc9e1f000dfd989c /newlib/doc
parent90e1ee2b25dada4767efb416ca445d3bfebe6481 (diff)
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/doc')
-rw-r--r--newlib/doc/aclocal.m42
-rwxr-xr-xnewlib/doc/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/doc/aclocal.m4 b/newlib/doc/aclocal.m4
index 55d5e67ce..b03b0d2ed 100644
--- a/newlib/doc/aclocal.m4
+++ b/newlib/doc/aclocal.m4
@@ -165,7 +165,7 @@ AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_PROG_INSTALL
-# Hack
+# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
ac_given_INSTALL=$INSTALL
AM_MAINTAINER_MODE
diff --git a/newlib/doc/configure b/newlib/doc/configure
index 2ae249818..47e58888c 100755
--- a/newlib/doc/configure
+++ b/newlib/doc/configure
@@ -1419,7 +1419,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