diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2002-01-22 03:32:32 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2002-01-22 03:32:32 (GMT) |
commit | 6621873bd2080fed68451e875cb52b34f34db57d (patch) | |
tree | 883896f551dae6bbd00f10f0551fbd4bfb875e54 /c++/configure | |
parent | c524358b6c153620046913c4922978c2f3679a03 (diff) | |
download | hdf5-6621873bd2080fed68451e875cb52b34f34db57d.zip hdf5-6621873bd2080fed68451e875cb52b34f34db57d.tar.gz hdf5-6621873bd2080fed68451e875cb52b34f34db57d.tar.bz2 |
[svn-r4845]
Purpose:
Added platform support
Description:
Added new macro DEFAULT_LIBS to specify default library for the
C++ API tests
Platforms tested:
IRIX 6.5 (modi4)
Diffstat (limited to 'c++/configure')
-rwxr-xr-x | c++/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/configure b/c++/configure index d887bb6..2d4bd54 100755 --- a/c++/configure +++ b/c++/configure @@ -1665,6 +1665,7 @@ rm -f confcache # Actually configure libtool. ac_aux_dir is where install-sh is found. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +#LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" DEFAULT_LIBS="$DEFAULT_LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ @@ -2320,6 +2321,7 @@ s%@FFLAGS@%$FFLAGS%g s%@DEFS@%$DEFS%g s%@LDFLAGS@%$LDFLAGS%g s%@LIBS@%$LIBS%g +s%@DEFAULT_LIBS@%$DEFAULT_LIBS%g s%@exec_prefix@%$exec_prefix%g s%@prefix@%$prefix%g s%@program_transform_name@%$program_transform_name%g |