From 5c6f9a346319dc85451411a7d4159c8ffddec27d Mon Sep 17 00:00:00 2001 From: fxcoudert <> Date: Fri, 18 Nov 2005 10:51:57 +0000 Subject: * configure.ac: Add "-I ." to the AM_FCFLAGS. * configure: Regenerate. --- libgfortran/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/configure.ac') diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index bf2c25dde55..e8e983b9d3c 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -111,7 +111,7 @@ m4_rename([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS]) # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC. if test "x$GCC" = "xyes"; then - AM_FCFLAGS="-Wall -fno-repack-arrays -fno-underscoring" + AM_FCFLAGS="-I . -Wall -fno-repack-arrays -fno-underscoring" ## 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 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings" -- cgit v1.2.3