summaryrefslogtreecommitdiffstats
path: root/config/depend2.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-02-01 03:17:02 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-02-01 03:17:02 (GMT)
commit26303241febadd20aea77fc8a1d48f05823170af (patch)
tree4ba1d92050fa6cc33feab6a38bc9778f71bbb146 /config/depend2.in
parent9f17319144fca94a852fd500487b0e4ae48e0997 (diff)
downloadhdf5-26303241febadd20aea77fc8a1d48f05823170af.zip
hdf5-26303241febadd20aea77fc8a1d48f05823170af.tar.gz
hdf5-26303241febadd20aea77fc8a1d48f05823170af.tar.bz2
[svn-r9902] Purpose:
Configuration feature Description: HDF5 now uses automake to generate Makefiles Solution: Makefile.in files are now generated from Makefile.am files. To reconfigure (after chaning a Makefile.am or configure.in): /bin/sh bin/reconfigure.sh Platforms tested: Many
Diffstat (limited to 'config/depend2.in')
-rw-r--r--config/depend2.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/depend2.in b/config/depend2.in
deleted file mode 100644
index f67914f..0000000
--- a/config/depend2.in
+++ /dev/null
@@ -1,11 +0,0 @@
-## -*- makefile -*-
-
-## This platform doesn't support automatic dependencies because we're
-## not using GNU gcc. GNU gcc is needed in order to generate the list
-## of header files included by a source file.
-
-## Since automatic dependencies are not being used, we attempt to include the
-## `.distdep' file from the source tree. This file was automatically generated
-## on some system that satisfies the above requirements.
-
--include $(srcdir)/Dependencies