From 76457aac6c20f0bad5d5affa10244288726f9f1b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 6 Feb 2003 17:06:35 -0500 Subject: [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 --- .autom4te.cfg | 7 +++++++ MANIFEST | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .autom4te.cfg 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 -- cgit v0.12