X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=4bf8f7fe5a874ae593f369d6297b56db34c44c58;hp=19ae0ac8c877553d62ab77e919604252f17881a5;hb=10310672a83a66dc630718b151d653fc066f8e59;hpb=887b11f6b9c81b9f15348d54017e700ca7dc5e55 diff --git a/configure.ac b/configure.ac index 19ae0ac8..4bf8f7fe 100644 --- a/configure.ac +++ b/configure.ac @@ -56,10 +56,19 @@ 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 -AC_PROG_RANLIB AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG @@ -126,4 +135,5 @@ ao-tools/ao-view/Makefile ao-tools/libaltos/Makefile ao-tools/altosui/Makefile ao-utils/Makefile +src/Version ])