summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-04-08 18:43:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-04-08 18:43:46 (GMT)
commitbc351e9510514fdc7ffc0f83b56bafdb75761d70 (patch)
tree680ea881865bed3c9dd29de1f51d2294be81d171 /configure
parent6f849488bc03f607545c3b5233da7213544af443 (diff)
downloadhdf5-bc351e9510514fdc7ffc0f83b56bafdb75761d70.zip
hdf5-bc351e9510514fdc7ffc0f83b56bafdb75761d70.tar.gz
hdf5-bc351e9510514fdc7ffc0f83b56bafdb75761d70.tar.bz2
[svn-r1174] INSTALL_parallel.ascired:
Changed to use the mpio version by Daniel Sands. Added --disable-shared to ask for a non-shared version. configure: $AR was not passed to the creation of libtool. tflops uses xar instead of the generic ar.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f5a9594..32cb3c1 100755
--- a/configure
+++ b/configure
@@ -1300,7 +1300,7 @@ case "$host" in
esac
# Actually configure libtool. ac_aux_dir is where install-sh is found.
-CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
+AR="$AR" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \