summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-03-30 23:08:50 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-03-30 23:08:50 (GMT)
commit6864ebdd6aeb44aa86193f7723b872dbf1ed26fa (patch)
tree205c2df353cdf29ad349ebe207b4ca3afcd7335e /configure
parent437418e7ca67f404b0529b07a79d1497e92462f0 (diff)
downloadhdf5-6864ebdd6aeb44aa86193f7723b872dbf1ed26fa.zip
hdf5-6864ebdd6aeb44aa86193f7723b872dbf1ed26fa.tar.gz
hdf5-6864ebdd6aeb44aa86193f7723b872dbf1ed26fa.tar.bz2
[svn-r12183] Purpose:
Configure cleanup Description: Removed unused macros, migrated to non-depreciated macros. Solution: The changes to use standard AC_TRY_LIB macros earlier this week seem not to have broken anything, so I deleted the local macros in acsite.m4 (with an eye to eventually deleting the rest of the file and using only autoconf-supported macros). Replaced the depreciated AC_TRY_LIB with AC_LIB_IFELSE to shut up warnings during reconfigure. Platforms tested: mir, copper (should be just cleanup)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 0ce39ef..7328199 100755
--- a/configure
+++ b/configure
@@ -48491,12 +48491,10 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
cat >conftest.$ac_ext <<_ACEOF
- program main
include 'mpif.h'
integer:: ierr
call mpi_file_open( ierr )
- end
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
@@ -48599,12 +48597,10 @@ rm -f conftest.err conftest.$ac_objext \
if test "X$PARALLEL" = "Xyes"; then
cat >conftest.$ac_ext <<_ACEOF
- program main
include 'mpif.h'
integer:: ierr
call mpi_file_open( ierr )
- end
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5