summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-12-14 18:50:30 (GMT)
committerGitHub <noreply@github.com>2023-12-14 18:50:30 (GMT)
commit6f2d22d86e6a265535efe22a8bb3872b3b32a52b (patch)
treef79e0d9778b13466282c159dfec67d31faba5b8d /configure.ac
parent184445f4a45c602887ca0624c5295a7b6fea2d21 (diff)
downloadhdf5-6f2d22d86e6a265535efe22a8bb3872b3b32a52b.zip
hdf5-6f2d22d86e6a265535efe22a8bb3872b3b32a52b.tar.gz
hdf5-6f2d22d86e6a265535efe22a8bb3872b3b32a52b.tar.bz2
Add variable option syncing for examples (#3885)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index eace890..689ab3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4205,15 +4205,6 @@ AC_CONFIG_FILES([Makefile
java/src/jni/Makefile
java/test/Makefile
java/test/junit.sh
- java/examples/Makefile
- java/examples/intro/Makefile
- java/examples/intro/JavaIntroExample.sh
- java/examples/datasets/Makefile
- java/examples/datasets/JavaDatasetExample.sh
- java/examples/datatypes/Makefile
- java/examples/datatypes/JavaDatatypeExample.sh
- java/examples/groups/Makefile
- java/examples/groups/JavaGroupExample.sh
hl/Makefile
hl/src/Makefile
hl/test/Makefile
@@ -4243,13 +4234,6 @@ if test -n "$TESTPARALLEL"; then
fi
fi
-AC_CONFIG_COMMANDS([.classes], [], [$MKDIR_P java/src/.classes;
- $MKDIR_P java/test/.classes;
- $MKDIR_P java/examples/intro/.classes;
- $MKDIR_P java/examples/datasets/.classes;
- $MKDIR_P java/examples/datatypes/.classes;
- $MKDIR_P java/examples/groups/.classes])
-
AC_OUTPUT
chmod 755 bin/h5cc