diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-05 22:17:22 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-05 22:17:22 (GMT) |
commit | d61a6df3e007f2225bdb265a7ef1c586e9aefe9b (patch) | |
tree | 48ab8c30a5bd76994f7ded21e81b63a4b0819618 /fortran | |
parent | ed99e59d6869e2f3d627ae4f5aa4df6c19df0b04 (diff) | |
download | hdf5-d61a6df3e007f2225bdb265a7ef1c586e9aefe9b.zip hdf5-d61a6df3e007f2225bdb265a7ef1c586e9aefe9b.tar.gz hdf5-d61a6df3e007f2225bdb265a7ef1c586e9aefe9b.tar.bz2 |
[svn-r6983] Purpose:
Update
Description:
Small format change for Fortran configure file.
Platforms tested:
Verbena (Fortran & C++)
Arabica (Fortran & C++)
Modi4 (Fortran & Parallel)
Misc. update:
Diffstat (limited to 'fortran')
-rwxr-xr-x | fortran/configure | 11 | ||||
-rw-r--r-- | fortran/configure.in | 10 |
2 files changed, 12 insertions, 9 deletions
diff --git a/fortran/configure b/fortran/configure index 0fb52f4..1c803d4 100755 --- a/fortran/configure +++ b/fortran/configure @@ -995,7 +995,8 @@ Optional Features: --enable-fast-install=PKGS optimize for fast installation default=yes --disable-libtool-lock avoid locking (might break parallel builds) --enable-production Determines how to run the compiler. - --enable-static-exec Build only statically linked executables default=no + --enable-static-exec Build only statically linked executables + [default=no] --enable-linux-lfs Enable support for large (64-bit) files on Linux. [default=check] --enable-stream-vfd Build the Stream Virtual File Driver [default=no] @@ -3894,7 +3895,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 3897 "configure"' > conftest.$ac_ext + echo '#line 3898 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -4435,7 +4436,7 @@ chmod -w . save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" compiler_c_o=no -if { (eval echo configure:4438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then +if { (eval echo configure:4439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s out/conftest.err; then @@ -6246,7 +6247,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 6249 "configure" +#line 6250 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -6344,7 +6345,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 6347 "configure" +#line 6348 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/fortran/configure.in b/fortran/configure.in index 4f8a779..3859348 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -327,10 +327,12 @@ fi dnl ---------------------------------------------------------------------- dnl If we should build only static executables dnl -AC_MSG_CHECKING(if should build only statically linked executables) -AC_ARG_ENABLE(static_exec, - [ --enable-static-exec Build only statically linked executables [default=no]], - STATIC_EXEC=$enableval) +AC_MSG_CHECKING([if should build only statically linked executables]) +AC_ARG_ENABLE([static_exec], + [AC_HELP_STRING([--enable-static-exec], + [Build only statically linked executables + [default=no]])], + STATIC_EXEC=$enableval) if test "X$STATIC_EXEC" = "Xyes"; then echo "yes" |