configure.ac: Add "-I ." to the AM_FCFLAGS.

* configure.ac: Add "-I ." to the AM_FCFLAGS.
	* configure: Regenerate.

From-SVN: r107172
This commit is contained in:
Francois-Xavier Coudert 2005-11-18 11:51:57 +01:00 committed by François-Xavier Coudert
parent 21f868a26a
commit eda4ed4719
3 changed files with 413 additions and 210 deletions

View File

@ -1,3 +1,8 @@
2005-11-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* configure.ac: Add "-I ." to the AM_FCFLAGS.
* configure: Regenerate.
2005-11-18 Hans-Peter Nilsson <hp@axis.com>
* config/fpu-glibc.h (set_fpu): Only call fedisableexcept for

616
libgfortran/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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"