X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=a1c8c4fc66b74c3aa89fd9d0e565674b63899631;hb=cbad587b49c565edd2c9356a015d6cfd52df93a3;hp=cb765e1ed916ef37f54a4951e0a28d417ce1191f;hpb=69d42b26223b45df4167aa3baafba100ad71baab;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index cb765e1e..a1c8c4fc 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.1) +AC_INIT([altos], 1.1.9.3) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -26,6 +26,18 @@ AM_MAINTAINER_MODE VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` AC_SUBST(VERSION_DASH) + +dnl ========================================================================== +dnl Java library versions + +ALTOSUILIB_VERSION=1 +ALTOSLIB_VERSION=1 + +AC_SUBST(ALTOSLIB_VERSION) +AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) +AC_SUBST(ALTOSUILIB_VERSION) +AC_DEFINE(ALTOSUILIB_VERSION,$ALTOSUILIB_VERSION,[Version of the AltosUILib package]) + dnl ========================================================================== AM_CONFIG_HEADER(config.h) @@ -146,10 +158,15 @@ AM_CONDITIONAL([LIBSTLINK], [test x$HAVE_STLINK != xno]) AC_OUTPUT([ Makefile altoslib/Makefile +altosuilib/Makefile +altosuilib/AltosUIVersion.java altosui/Makefile -altosui/AltosVersion.java altosui/Info.plist -altosui/libaltos/Makefile +altosui/altos-windows.nsi +libaltos/Makefile +micropeak/Makefile +micropeak/Info.plist +micropeak/micropeak-windows.nsi altosdroid/Makefile altosdroid/local.properties ao-tools/Makefile @@ -163,6 +180,7 @@ ao-tools/ao-load/Makefile ao-tools/ao-telem/Makefile ao-tools/ao-stmload/Makefile ao-tools/ao-send-telem/Makefile +ao-tools/ao-sky-flash/Makefile ao-utils/Makefile src/Version ])