diff options
Diffstat (limited to 'c++/configure')
-rwxr-xr-x | c++/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/configure b/c++/configure index 2c0bb6a..f718936 100755 --- a/c++/configure +++ b/c++/configure @@ -11900,7 +11900,7 @@ rm -f conftest conftest.o conftest.c core core.* *.core dummy.o saved_no_create=$no_create no_create=yes -ac_config_files="$ac_config_files config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile src/h5c++ test/Makefile examples/Makefile" +ac_config_files="$ac_config_files config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile src/h5c++ test/Makefile examples/testh5c++.sh examples/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -12468,6 +12468,7 @@ do "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/h5c++") CONFIG_FILES="$CONFIG_FILES src/h5c++" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; + "examples/testh5c++.sh") CONFIG_FILES="$CONFIG_FILES examples/testh5c++.sh" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |