summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-02-01 17:55:29 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-02-01 17:55:29 (GMT)
commit7268977fb10ce4b640a8ebf3ab07a50f0d8268fa (patch)
treec6ab58e8283dfe1af1109f2a79dfaa07eb2a2842 /bin
parent30bfb1e0eaa2783479b2adcf81e0c147963140f6 (diff)
downloadhdf5-7268977fb10ce4b640a8ebf3ab07a50f0d8268fa.zip
hdf5-7268977fb10ce4b640a8ebf3ab07a50f0d8268fa.tar.gz
hdf5-7268977fb10ce4b640a8ebf3ab07a50f0d8268fa.tar.bz2
[svn-r9908] Purpose:
Bug fix Description: Dependencies for aclocal.m4 seemed to be confused. This was causing make to try to re-generate a bunch of configuration files. Solution: Updated and re-ran reconfigure.sh script. Platforms tested: sleipnir, copper, sol
Diffstat (limited to 'bin')
-rw-r--r--bin/reconfigure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure.sh b/bin/reconfigure.sh
index c6f5e99..06330e1 100644
--- a/bin/reconfigure.sh
+++ b/bin/reconfigure.sh
@@ -20,10 +20,10 @@ else
# If this is heping, run commands in order
echo /usr/bin/aclocal
/usr/bin/aclocal
- echo /usr/bin/automake --foreign
- /usr/bin/automake --foreign
echo /usr/local/autoconf-2.59/bin/autoheader
/usr/local/autoconf-2.59/bin/autoheader
+ echo /usr/bin/automake --foreign
+ /usr/bin/automake --foreign
echo /usr/local/autoconf-2.59/bin/autoconf
/usr/local/autoconf-2.59/bin/autoconf