diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-07 22:59:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-07 22:59:42 (GMT) |
commit | 055784e0edd40148c53318005b700749b4fa3e4f (patch) | |
tree | 1184f22af5d220e57d27bd40143f5014765475a5 /bin/chkconfigure | |
parent | 49cb864ba341378b087d4e9d4b886caba654cc48 (diff) | |
download | hdf5-055784e0edd40148c53318005b700749b4fa3e4f.zip hdf5-055784e0edd40148c53318005b700749b4fa3e4f.tar.gz hdf5-055784e0edd40148c53318005b700749b4fa3e4f.tar.bz2 |
[svn-r9640] Purpose:
Bug fix.
Description:
Got the list of configure files wrong. Fixed it.
Platforms tested:
Tested in eirene by hand.
Diffstat (limited to 'bin/chkconfigure')
-rwxr-xr-x | bin/chkconfigure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure index 91405f2..c0ba098 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -25,7 +25,7 @@ nerrors=0 AUTOCONFVERSION=2.53 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' -CONFIGUREFILES="configure c++/configure fortran/configure" +CONFIGUREFILES="configure" # Function definitions |