summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-05-25 22:32:22 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-05-25 22:32:22 (GMT)
commit11af4d72c4937534f41dcf1b765e4e2604e3b5de (patch)
tree4185f22a561a15ca528bdb40806da84d794e7c23 /bin
parent3eff1a1dfbfc0646168974f9431e93585573dc1d (diff)
downloadhdf5-11af4d72c4937534f41dcf1b765e4e2604e3b5de.zip
hdf5-11af4d72c4937534f41dcf1b765e4e2604e3b5de.tar.gz
hdf5-11af4d72c4937534f41dcf1b765e4e2604e3b5de.tar.bz2
[svn-r10802] Purpose:
Configuration feature Description: Formerly, bin/reconfigure needed to invoke Automake with the --foreign flag or it would fail. It turns out that there is a clever way to specify this flag inside configure.in so that it doesn't need to be explicitly invoked. This should make it easier for people not using machines connected to AFS (e.g., the netCDF folks) to invoke Automake on HDF5. Platforms tested: mir and heping
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 56b0779..7592911 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -27,8 +27,8 @@ PATH=/afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin:$PATH
echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader
/afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader
- echo /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --foreign --add-missing
- /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --foreign --add-missing
+ echo /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --add-missing
+ /afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9 --add-missing
echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf
/afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf