From 54abc854d09c5b411a22406de19cbd7cdf88e748 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 20 Jan 2006 22:42:46 +0000 Subject: 2006-01-20 Jeff Johnston * 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. --- newlib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 1cb2d31c3..f249ce49c 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to generate Makefile.in AUTOMAKE_OPTIONS = cygnus dejagnu +ACLOCAL_AMFLAGS = -I . # Multilib support variables. MULTISRCTOP = -- cgit v1.2.3