[gfortran] Fix gfortran include problem
François-Xavier Coudert
fxcoudert@gmail.com
Fri Nov 18 10:56:00 GMT 2005
Commited (revision 107172) on mainline to fix the build failure caused
by my previous patch. Sorry again. Still trying to guess why that
didn't break my nightly linux and sparc-solaris builds.
2005-11-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* configure.ac: Add "-I ." to the AM_FCFLAGS.
* configure: Regenerate.
--- trunk/libgfortran/configure.ac 2005/11/18 10:31:45 107171
+++ trunk/libgfortran/configure.ac 2005/11/18 10:51:57 107172
@@ -111,7 +111,7 @@
# 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"
More information about the Fortran
mailing list