From 12c17795aa79c9b23f9565d7ca3b42ca6530f6c4 Mon Sep 17 00:00:00 2001 From: tschwinge Date: Tue, 29 May 2012 19:28:57 +0000 Subject: fixincludes/ * configure.ac: Use GCC_AC_FUNC_MMAP_BLACKLIST instead of gcc_AC_FUNC_MMAP_BLACKLIST. * Makefile.in (ACLOCAL_AMFLAGS): Don't include ../gcc. * aclocal.m4: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187984 138bc75d-0d04-0410-961f-82ee72b054a4 --- fixincludes/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixincludes/Makefile.in') diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in index b9857b9579f..92b365cc0f9 100644 --- a/fixincludes/Makefile.in +++ b/fixincludes/Makefile.in @@ -66,7 +66,7 @@ mkinstalldirs=$(SHELL) $(srcdir)/../mkinstalldirs AUTOCONF = autoconf AUTOHEADER = autoheader ACLOCAL = aclocal -ACLOCAL_AMFLAGS = -I ../gcc -I .. -I ../config +ACLOCAL_AMFLAGS = -I .. -I ../config default : all -- cgit v1.2.1