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-24 20:24:02 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-01-24 20:24:02 +0300
commit3acaaf543f9aa98b4b833d295b2d551a6621ae09 (patch)
treeefd0f0a84cc5b105464724db21b1dc54f2bdbc3c /newlib/aclocal.m4
parent26d27a276f9490958d8318b5ac0087b4f81b072c (diff)
2006-01-24 Jeff Johnston <jjohnstn@redhat.com>
* acinclude.m4: Add nodefine to AM_INIT_AUTOMAKE macro invocation so as not to define PACKAGE and VERSION in newlib.h. * aclocal.m4: Regenerated. * configure: Ditto. * newlib.hin: Ditto.
Diffstat (limited to 'newlib/aclocal.m4')
-rw-r--r--newlib/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4
index 865bcb3f6..5303ae452 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)
+AM_INIT_AUTOMAKE(newlib, 1.14.0, nodefine)
# 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