diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-03-06 05:34:36 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-03-06 05:34:36 (GMT) |
commit | 9919e1a4280c382d6ecb79e56ebb2b3828b6cccd (patch) | |
tree | 87965e8043fd5e594bd3eac6be19adfd0a1b33a4 /config | |
parent | 44da2314b56b3651221a15b4338d156a6d3b9222 (diff) | |
download | hdf5-9919e1a4280c382d6ecb79e56ebb2b3828b6cccd.zip hdf5-9919e1a4280c382d6ecb79e56ebb2b3828b6cccd.tar.gz hdf5-9919e1a4280c382d6ecb79e56ebb2b3828b6cccd.tar.bz2 |
[svn-r311] Changes since 19980305
----------------------
./configure.in
./configure
./config/commence.in
Added checking for `ar' then `xar' and set the $(AR) variable
in the Makefiles. The check is not performed if $AR is
already defined in the environment (including being set in a
config file). We check for `-lcoug' for ASCI/Red.
Diffstat (limited to 'config')
-rw-r--r-- | config/commence.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in index 84cf499..c85da9b 100644 --- a/config/commence.in +++ b/config/commence.in @@ -15,7 +15,7 @@ CC=@CC@ CFLAGS=@CFLAGS@ CPPFLAGS=@CPPFLAGS@ LIBS=@LIBS@ -AR=ar +AR=@AR@ RANLIB=@RANLIB@ RM=rm -f INSTALL=@INSTALL@ |