From 6745c9de2166f71c2e8f5372f7c388765c15fb0e Mon Sep 17 00:00:00 2001 From: kcook Date: Fri, 5 Nov 2004 03:49:25 +0000 Subject: 2004-11-05 Kelley Cook * acinclude.m4: Properly quote AC_CACHE_CHECK. * Makefile.am: Add in ACLOCAL_AMFLAGS. * aclocal.m4, configure, Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90114 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libgfortran/Makefile.am') diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am index 5be4b9f0fd8..9a0b3b352c1 100644 --- a/libgfortran/Makefile.am +++ b/libgfortran/Makefile.am @@ -3,6 +3,7 @@ ## We like to use C99 routines when available. This makes sure that ## __STDC_VERSION__ is set such that libc includes make them available. AM_CFLAGS = -std=gnu99 +ACLOCAL_AMFLAGS = -I ../config toolexeclib_LTLIBRARIES = libgfortran.la libgfortranbegin.la -- cgit v1.2.1