diff options
author | Anthony Towns <aj@erisian.com.au> | 2010-09-10 15:50:01 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2010-09-10 15:50:01 +1000 |
commit | 7c2e4114a3a43f919a7a6c967d3f16e5d630f90f (patch) | |
tree | 0b31ffddad5ff8cb54288a37117cf0fcf8893be6 /configure.ac | |
parent | ddc83b4c401be965a9947782becf20cc8c54e6a2 (diff) | |
parent | af200f5b84555de0556b52146379f3934774a3f3 (diff) |
Merge branch 'master' of git://git.gag.com/fw/altos
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d376af3f..4bf8f7fe 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,16 @@ if test "x$JVM_INCLUDE" = "xauto"; then AC_MSG_RESULT([$JVM_INCLUDE]) fi +AC_SUBST(JVM_INCLUDE) + +AC_ARG_WITH(fat-dir, AS_HELP_STRING([--with-fat-dir=PATH], + [Set the directory to install the 'fat' distribution files to (defaults to not installing)]), + [FATDIR=$withval], [FATDIR=none]) + +AM_CONDITIONAL(FATINSTALL, [test "x$FATDIR" != "xnone"]) + +AC_SUBST(FATDIR) + AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S |