summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-02-06 22:06:35 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-02-06 22:06:35 (GMT)
commit76457aac6c20f0bad5d5affa10244288726f9f1b (patch)
tree8fdd7786c3ff41e1fd755c5dd2d85e56d83807a0
parenta472b6c30a04ac93b460ae95ef0d3d6dd2d99693 (diff)
downloadhdf5-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
-rw-r--r--.autom4te.cfg7
-rw-r--r--MANIFEST5
2 files changed, 10 insertions, 2 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"
diff --git a/MANIFEST b/MANIFEST
index 5d8959e..dc66dfd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -6,6 +6,7 @@
# in column one with a '#'.
#------------------------------------------------------------------------------
+./.autom4te.cfg _DO_NOT_DISTRIBUTE_
./COPYING
./MANIFEST
./Makefile.dist
@@ -211,8 +212,6 @@
./doc/html/TechNotes/SWControls.html
./doc/html/TechNotes/SymbolTables.html
./doc/html/TechNotes/TestReview.html
-./doc/html/TechNotes/TestReview/H5Dget_offset.html
-./doc/html/TechNotes/TestReview/H5Tget_native_type.html
./doc/html/TechNotes/ThreadSafeLibrary.html
./doc/html/TechNotes/VFL.html
./doc/html/TechNotes/VFLfunc.html
@@ -808,6 +807,8 @@
./src/H5FDcore.h
./src/H5FDfamily.c
./src/H5FDfamily.h
+./src/H5FDfphdf5.c
+./src/H5FDfphdf5.h
./src/H5FDgass.c
./src/H5FDgass.h
./src/H5FDlog.c