mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
c4178f96f4
commit
c21431a67e
@ -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.
|
||||||
|
@ -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@
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user