X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=4bf8f7fe5a874ae593f369d6297b56db34c44c58;hp=61c03b183c40d9b3191749b6155cb3062b34a3be;hb=82744c3497d37650b88dee80be7956c4bd1cffb2;hpb=1e4c18777d982061f5e507a4d4f4f1cd4d685268 diff --git a/configure.ac b/configure.ac index 61c03b18..4bf8f7fe 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,14 @@ 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