Skip to content

Commit

Permalink
Commit changes to generated file generated by autogen.sh: configure,
Browse files Browse the repository at this point in the history
       H5Einit.h, and H5Tconv.c.
  • Loading branch information
lrknox committed Aug 4, 2023
1 parent 526aeac commit d1357cb
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 368 deletions.
21 changes: 14 additions & 7 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4615,14 +4615,21 @@ fi
## This allows multiple src-dir builds within one host.


## Run post processing on files created by configure.
## Run post processing on files created by configure
##
## src/H5pubconf.h:
## Generate src/H5pubconf.h from src/H5config.h by prepending H5_ to all
## macro names. This avoid name conflict between HDF5 macro names and those
## generated by another software package that uses the HDF5 library.
##
## src/libhdf5.settings:
## Remove all lines begun with "#" which are generated by CONDITIONAL's of
## configure.
## Remove all lines beginning with "#" which are generated by CONDITIONAL's
## of configure.
##
## src/H5build_settings.c
## Remove all lines beginning with "#" which are generated by CONDITIONAL's
## of configure. This uses a check for whitespace after the pound sign
## to avoid clobbering include statements.
ac_config_commands="$ac_config_commands pubconf"


Expand Down Expand Up @@ -10364,7 +10371,7 @@ else $as_nop
JAVA_TEST=Test.java
CLASS_TEST=Test.class
cat << \EOF > $JAVA_TEST
/* #line 10367 "configure" */
/* #line 10374 "configure" */
public class Test {
}
EOF
Expand Down Expand Up @@ -10603,7 +10610,7 @@ else $as_nop
JAVA_TEST=Test.java
CLASS_TEST=Test.class
cat << \EOF > $JAVA_TEST
/* #line 10606 "configure" */
/* #line 10613 "configure" */
public class Test {
}
EOF
Expand Down Expand Up @@ -10638,7 +10645,7 @@ JAVA_TEST=Test.java
CLASS_TEST=Test.class
TEST=Test
cat << \EOF > $JAVA_TEST
/* [#]line 10641 "configure" */
/* [#]line 10648 "configure" */
public class Test {
public static void main (String args[]) {
System.exit (0);
Expand Down Expand Up @@ -11063,7 +11070,7 @@ else $as_nop


cat << \EOF > Test.java
/* #line 11066 "configure" */
/* #line 11073 "configure" */
import junit.textui.TestRunner;
public class Test {

Expand Down
Loading

0 comments on commit d1357cb

Please sign in to comment.