aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..e7c8fcb
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,11 @@
+AC_INIT([baselayout-java],[0.1.0],[java@gentoo.org],[baselayout-java],[https://bugs.gentoo.org/])
+AC_PREREQ([2.68])
+AC_CONFIG_SRCDIR([src/run-java-tool])
+AM_INIT_AUTOMAKE([1.11 subdir-objects])
+
+AC_PROG_LN_S
+AC_PROG_SED
+
+AC_CONFIG_FILES([Makefile])
+
+AC_OUTPUT