summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 63f9d74..66ffbcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,11 +154,14 @@ AC_CONFIG_FILES([Makefile
manuals_and_examples/Makefile
insertutils/Makefile
include/Makefile
- java/Makefile
- petascope/Makefile
systemtest/Makefile
])
+dnl These files are not used, so better not create them and have dist
+dnl tarballs fail.
+dnl AC_CONFIG_FILES([java/Makefile])
+dnl AC_CONFIG_FILES([petascope/Makefile])
+
# --------------- Header Template Definitions ----------------------
####################################################################
AH_TEMPLATE([DEBUG], [Enables debug functionality])