summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-03-25 07:10:22 +0100
committerConstantin Jucovschi <jucovschi@gmail.com>2010-03-25 01:21:20 -0400
commita9e93f984d8406f60596f210187878d750a9644a (patch)
tree8f97ca1ef3c65b71aa9bae42a8c1bcbdc4d2c6fe /configure.ac
parent4f28060ee6e673dbaabb579af953527bcfb21031 (diff)
downloadrasdaman-upstream-a9e93f984d8406f60596f210187878d750a9644a.tar.gz
rasdaman-upstream-a9e93f984d8406f60596f210187878d750a9644a.tar.xz
rasdaman-upstream-a9e93f984d8406f60596f210187878d750a9644a.zip
Added java/ directory to automake system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab7cb24..54878ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AM_PROG_CC_C_O
dnl we preffer java
AC_PROG_JAVA_CC
dnl we need bison not yacc
+AC_CHECK_PROGS(JAR_TOOL, jar, [${am_missing_run} bison])
AC_CHECK_PROGS(YACC, bison, [${am_missing_run} bison])
# Checks for libraries.
@@ -129,7 +130,8 @@ AC_CONFIG_FILES([Makefile
bin/Makefile
manuals_and_examples/Makefile
insertutils/Makefile
- include/Makefile
+ include/Makefile
+ java/Makefile
])
# --------------- Header Template Definitions ----------------------