aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
authorfxcoudert <>2005-11-18 10:51:57 +0000
committerfxcoudert <>2005-11-18 10:51:57 +0000
commit5c6f9a346319dc85451411a7d4159c8ffddec27d (patch)
treef7bcfa3be4bac74dfca59ec257e5ac3d8ec61693 /libgfortran/configure.ac
parent6a5c237d888f241fe9775223b246d74b43ffd942 (diff)
* configure.ac: Add "-I ." to the AM_FCFLAGS.
* configure: Regenerate.
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r--libgfortran/configure.ac2
1 files changed, 1 insertions, 1 deletions
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"