summaryrefslogtreecommitdiffstats
path: root/fortran/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-05-15 18:04:34 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-05-15 18:04:34 (GMT)
commit71173ca954600572a566e55ada14b6426a6e537c (patch)
tree4efbb676114bd930e028e71ae29c4c7ea6e8c893 /fortran/configure.in
parentdbb42ea3738724d4ad744c03a5f44b5a94e092dd (diff)
downloadhdf5-71173ca954600572a566e55ada14b6426a6e537c.zip
hdf5-71173ca954600572a566e55ada14b6426a6e537c.tar.gz
hdf5-71173ca954600572a566e55ada14b6426a6e537c.tar.bz2
[svn-r3931] Purpose:
Fix Description: Fixed to use the top-level bin/ directory instead of having the files copied here... Platforms tested: Linux
Diffstat (limited to 'fortran/configure.in')
-rw-r--r--fortran/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/configure.in b/fortran/configure.in
index 35081e7..5e9bf84 100644
--- a/fortran/configure.in
+++ b/fortran/configure.in
@@ -1,8 +1,8 @@
dnl ----------------------------------------------------------------------
dnl Process this file with autoconf to produce configure.
dnl
-dnl Copyright (C) 2000 National Center for Supercomputing Applications.
-dnl All rights reserved.
+dnl Copyright (C) 2000-2001 National Center for Supercomputing Applications
+dnl All rights reserved.
dnl ----------------------------------------------------------------------
dnl ----------------------------------------------------------------------
@@ -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)