update changelogs for Debian build
[fw/altos] / configure.ac
index 19ae0ac8c877553d62ab77e919604252f17881a5..4bf8f7fe5a874ae593f369d6297b56db34c44c58 100644 (file)
@@ -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
 ])