bugfixes in autotools files

This commit is contained in:
2013-04-15 09:11:56 +00:00
parent 55aa93e6d6
commit f15fcacc68
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -121,6 +121,16 @@ AC_CANONICAL_HOST
AC_PROG_MAKE_SET
AC_MSG_CHECKING([if debug is enabled])
if test "X$USE_DEBUG" = "Xyes"; then
AC_MSG_RESULT([yes])
CFLAGS="$CFLAGS -g"
FFLAGS="$FFLAGS -g"
else
AC_MSG_RESULT([no])
fi
# Determine a C/C++ compiler to use.
# If CC is not already set in the environment, check for gcc and cc, then
# for other C compilers.
@@ -194,16 +204,6 @@ AC_DEFINE_UNQUOTED(MY_UNAME, "$uname", "")
######################## CONFIGURE LINE OPTIONS ###############################
###############################################################################
AC_MSG_CHECKING([if debug is enabled])
if test "X$USE_DEBUG" = "Xyes"; then
AC_MSG_RESULT([yes])
CFLAGS="$CFLAGS -g"
FFLAGS="$FFLAGS -g"
else
AC_MSG_RESULT([no])
fi
############################ fortran enabled ##################################
AC_MSG_CHECKING([if C interface enabled])
if test "X$USE_C" = "Xyes"; then
+1 -1
View File
@@ -5,7 +5,7 @@ SUBDIRS = H5Fed
OBJEXT=o
AM_LDFLAGS = -I../src/include @AM_CPPFLAGS@
AM_CPPFLAGS = -I../src/include @AM_CPPFLAGS@
noinst_PROGRAMS = @BUILD_TESTS@