summaryrefslogtreecommitdiffstats
path: root/fortran/configure
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/configure')
-rwxr-xr-xfortran/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/configure b/fortran/configure
index 21f6918..fe7bec5 100755
--- a/fortran/configure
+++ b/fortran/configure
@@ -11056,7 +11056,8 @@ echo "$as_me: executing $ac_dest commands" >&6;}
case $ac_dest in
default-1 )
echo "creating src/H5pubconf_fortran.h"
- sed 's/#define /#define H5_/' < src/H5config_fortran.h |\
+ sed 's/PACKAGE/FORTRAN_PACKAGE/' < src/H5config_fortran.h |\
+ sed 's/#define /#define H5_/' |\
sed 's/#undef /#undef H5_/' > pubconf_fortran
if test ! -f src/H5pubconf_fortran.h; then