diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-06 22:06:35 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-06 22:06:35 (GMT) |
commit | 76457aac6c20f0bad5d5affa10244288726f9f1b (patch) | |
tree | 8fdd7786c3ff41e1fd755c5dd2d85e56d83807a0 /.autom4te.cfg | |
parent | a472b6c30a04ac93b460ae95ef0d3d6dd2d99693 (diff) | |
download | hdf5-76457aac6c20f0bad5d5affa10244288726f9f1b.zip hdf5-76457aac6c20f0bad5d5affa10244288726f9f1b.tar.gz hdf5-76457aac6c20f0bad5d5affa10244288726f9f1b.tar.bz2 |
[svn-r6378] Purpose:
Update
Description:
MANIFEST:
- Added .autom4te.cfg and H5FDfphdf5.[ch] files.
.autom4te.cfg
- When the new versions of libtool/autoconf come out, this file
will help get rid of the annoying autom4te.cache directory.
Platforms tested:
Linux
Diffstat (limited to '.autom4te.cfg')
-rw-r--r-- | .autom4te.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.autom4te.cfg b/.autom4te.cfg new file mode 100644 index 0000000..e998198 --- /dev/null +++ b/.autom4te.cfg @@ -0,0 +1,7 @@ +## ------------------ ## +## User Preferences. ## +## ------------------ ## + +begin-language: "Autoconf" +args: --no-cache +end-language: "Autoconf" |