diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-12-23 20:43:10 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-12-23 20:43:10 (GMT) |
commit | 27240a903163ff876e50aa3b66c0ae1653011c41 (patch) | |
tree | 166cbd6ea4482975dc08385f194dd9d0b819bf77 /config | |
parent | d24bacb8a47f945e6919f067e8057ad30012bd5a (diff) | |
download | hdf5-27240a903163ff876e50aa3b66c0ae1653011c41.zip hdf5-27240a903163ff876e50aa3b66c0ae1653011c41.tar.gz hdf5-27240a903163ff876e50aa3b66c0ae1653011c41.tar.bz2 |
[svn-r3200] Purpose:
Bug fix
Description:
install method was cached as 'cp -r'. It did not work
in --srcdir option as the configure set the method to ../cp -r.
Solution:
Removed the cached entry. Let it look for install or use install-sh.
Platforms tested:
LLNL Blue (found and used /usr/local/gnu/bin/install).
Diffstat (limited to 'config')
-rw-r--r-- | config/powerpc-ibm-aix4.3.2.0 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/powerpc-ibm-aix4.3.2.0 b/config/powerpc-ibm-aix4.3.2.0 index cf5b0ed..ebfc2a1 100644 --- a/config/powerpc-ibm-aix4.3.2.0 +++ b/config/powerpc-ibm-aix4.3.2.0 @@ -39,7 +39,6 @@ hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} ac_cv_header_stdc=${ac_cv_header_stdc='yes'} ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes} -ac_cv_path_install=${ac_cv_path_install='cp -r'} RUNPARALLEL="MP_PROCS=2 poe" # cache the sizeof of "standard C types" so that configure can run faster. |