summaryrefslogtreecommitdiffstats
path: root/newlib/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/aclocal.m4')
-rw-r--r--newlib/aclocal.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4
index 5303ae452..ed1940d64 100644
--- a/newlib/aclocal.m4
+++ b/newlib/aclocal.m4
@@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(newlib, 1.14.0, nodefine)
+AM_INIT_AUTOMAKE(newlib, 1.14.0)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
@@ -165,9 +165,6 @@ AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_PROG_INSTALL
-# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
-ac_given_INSTALL=$INSTALL
-
AM_MAINTAINER_MODE
# We need AC_EXEEXT to keep automake happy in cygnus mode. However,