[svn-r2663] Purpose:

Bug Fix 37
Description:
	Okay...this is really it now. Sorry for all the other "fixes".
	This will take care of the top_builddir macro for the Fortran
	interface.
Solution:
	Hardcoded the path to the build directory.
Platforms tested:
	Modi4.
This commit is contained in:
Bill Wendling 2000-10-11 11:34:34 -05:00
parent c4178f96f4
commit c21431a67e
3 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@
## ##
## ##
top_srcdir=@top_srcdir@ top_srcdir=@top_srcdir@
top_builddir=.. top_builddir=../..
srcdir=@srcdir@ srcdir=@srcdir@
@COMMENCE@ @COMMENCE@
hdf5_dir=$(top_srcdir)/../src hdf5_dir=$(top_builddir)/../src
## Add include directory to the C preprocessor flags and the h5test and hdf5 ## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list. ## libraries to the library list.

View File

@ -5,7 +5,7 @@
## All rights reserved. ## All rights reserved.
## ##
top_srcdir=@top_srcdir@ top_srcdir=@top_srcdir@
top_builddir=@top_builddir@ top_builddir=../..
srcdir=@srcdir@ srcdir=@srcdir@
@COMMENCE@ @COMMENCE@

View File

@ -5,11 +5,11 @@
## ##
## ##
top_srcdir=@top_srcdir@ top_srcdir=@top_srcdir@
top_builddir=.. top_builddir=../..
srcdir=@srcdir@ srcdir=@srcdir@
@COMMENCE@ @COMMENCE@
hdf5_dir=$(top_srcdir)/../src hdf5_dir=$(top_builddir)/../src
## Add include directory to the C preprocessor flags and the h5test and hdf5 ## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list. ## libraries to the library list.