Commit eda4ed47 by Francois-Xavier Coudert Committed by François-Xavier Coudert

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

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

From-SVN: r107172
parent 21f868a2
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> 2005-11-18 Hans-Peter Nilsson <hp@axis.com>
* config/fpu-glibc.h (set_fpu): Only call fedisableexcept for * config/fpu-glibc.h (set_fpu): Only call fedisableexcept for
......
...@@ -111,7 +111,7 @@ m4_rename([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS]) ...@@ -111,7 +111,7 @@ m4_rename([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
# Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC. # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
if test "x$GCC" = "xyes"; then 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 ## We like to use C99 routines when available. This makes sure that
## __STDC_VERSION__ is set such that libc includes make them available. ## __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" AM_CFLAGS="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment