summaryrefslogtreecommitdiffstats
path: root/fortran/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-05-15 18:00:20 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-05-15 18:00:20 (GMT)
commitc9abea2e532225c51ec5558428da4b6bf9e6fe91 (patch)
treecd9d3d52cf1ec3003d9dbdf5fb71bcf33d3012bb /fortran/configure.in
parent83f26c15a2e73c5bc0c1c50e482d106b132c5394 (diff)
downloadhdf5-c9abea2e532225c51ec5558428da4b6bf9e6fe91.zip
hdf5-c9abea2e532225c51ec5558428da4b6bf9e6fe91.tar.gz
hdf5-c9abea2e532225c51ec5558428da4b6bf9e6fe91.tar.bz2
[svn-r3930] Purpose:
Fix Description: Removed the redundant executables here. We just use the ones in the top-level of the tree. Platforms tested: Linux
Diffstat (limited to 'fortran/configure.in')
-rw-r--r--fortran/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/configure.in b/fortran/configure.in
index 308d85a..c890232 100644
--- a/fortran/configure.in
+++ b/fortran/configure.in
@@ -11,7 +11,7 @@ dnl
AC_REVISION($Id$)
AC_INIT(src/HDF5.f90)
AC_CONFIG_HEADER(src/H5config.h)
-AC_CONFIG_AUX_DIR(bin)
+AC_CONFIG_AUX_DIR(../bin)
AC_CANONICAL_HOST
AC_SUBST(CPPFLAGS)