diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-05-26 20:28:24 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-05-26 20:28:24 (GMT) |
commit | 8bb58b439986c25f3fe714280566e59c47a5fef3 (patch) | |
tree | 3756d749839ffcc819119d2d2c1aae5c7f597a61 /aclocal.m4 | |
parent | 009a989c329919f725fb3b8900109e592150342e (diff) | |
download | hdf5-8bb58b439986c25f3fe714280566e59c47a5fef3.zip hdf5-8bb58b439986c25f3fe714280566e59c47a5fef3.tar.gz hdf5-8bb58b439986c25f3fe714280566e59c47a5fef3.tar.bz2 |
[svn-r1284] Pass $AR setting to libtool. A cross-compiler (e.g., TFLOPS) would
like use a "cross-compiling ar" to create the library archive.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,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 \ |