diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:43:46 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:43:46 (GMT) |
commit | bc351e9510514fdc7ffc0f83b56bafdb75761d70 (patch) | |
tree | 680ea881865bed3c9dd29de1f51d2294be81d171 /configure | |
parent | 6f849488bc03f607545c3b5233da7213544af443 (diff) | |
download | hdf5-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |