diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-05-15 18:00:20 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-05-15 18:00:20 (GMT) |
commit | c9abea2e532225c51ec5558428da4b6bf9e6fe91 (patch) | |
tree | cd9d3d52cf1ec3003d9dbdf5fb71bcf33d3012bb /c++/configure | |
parent | 83f26c15a2e73c5bc0c1c50e482d106b132c5394 (diff) | |
download | hdf5-c9abea2e532225c51ec5558428da4b6bf9e6fe91.zip hdf5-c9abea2e532225c51ec5558428da4b6bf9e6fe91.tar.gz hdf5-c9abea2e532225c51ec5558428da4b6bf9e6fe91.tar.bz2 |
[svn-r3930] Purpose:
Fix
Description:
Removed the redundant executables here. We just use the ones in the
top-level of the tree.
Platforms tested:
Linux
Diffstat (limited to 'c++/configure')
-rwxr-xr-x | c++/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/configure b/c++/configure index 36a2093..877db1e 100755 --- a/c++/configure +++ b/c++/configure @@ -636,7 +636,7 @@ fi ac_aux_dir= -for ac_dir in bin $srcdir/bin; do +for ac_dir in ../bin $srcdir/../bin; do if test -f $ac_dir/install-sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" @@ -648,7 +648,7 @@ for ac_dir in bin $srcdir/bin; do fi done if test -z "$ac_aux_dir"; then - { echo "configure: error: can not find install-sh or install.sh in bin $srcdir/bin" 1>&2; exit 1; } + { echo "configure: error: can not find install-sh or install.sh in ../bin $srcdir/../bin" 1>&2; exit 1; } fi ac_config_guess=$ac_aux_dir/config.guess ac_config_sub=$ac_aux_dir/config.sub |