diff options
| author | Bdale Garbee <bdale@gag.com> | 2014-09-09 23:28:39 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2014-09-09 23:28:39 -0600 | 
| commit | 16405fd3eb6f82ef3a709e3ed30fc48faef7b547 (patch) | |
| tree | c111819b3ba0c9357af41c81b798326b9df7adad /configure.ac | |
| parent | 5a2f6ed6210844f7284fbf9f7ecba68c8a14fa52 (diff) | |
| parent | 28bd5057252e61bc5b1a35a00bc1f9fdfde097f7 (diff) | |
Merge branch 'branch-1.5' into debian
Conflicts:
	ChangeLog
	Releasing
	altosui/Instdrv/NSIS/Includes/java.nsh
	altosui/altos-windows.nsi.in
	configure.ac
	doc/Makefile
	doc/altusmetrum.xsl
	micropeak/micropeak-windows.nsi.in
	telegps/telegps-windows.nsi.in
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/configure.ac b/configure.ac index fdae9b6f..a6a9d3c5 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.4.1) +AC_INIT([altos], 1.5)  AC_CONFIG_SRCDIR([src/kernel/ao.h])  AM_INIT_AUTOMAKE([foreign dist-bzip2])  AM_MAINTAINER_MODE @@ -29,8 +29,8 @@ AC_SUBST(VERSION_DASH)  dnl ==========================================================================  dnl Java library versions -ALTOSUILIB_VERSION=2 -ALTOSLIB_VERSION=4 +ALTOSUILIB_VERSION=3 +ALTOSLIB_VERSION=5  AC_SUBST(ALTOSLIB_VERSION)  AC_DEFINE(ALTOSLIB_VERSION,$ALTOSLIB_VERSION,[Version of the AltosLib package]) @@ -459,7 +459,7 @@ xauto)  	xx86_64|xi*86)  		save_CFLAGS="$CFLAGS"  		save_LIBS="$LIBS" -		LIBS="-lbluetooth" +		LIBS="-ldl"  		CFLAGS="-m64"  		AC_MSG_CHECKING([if ]$CC[ ]$CFLAGS[ can link programs])  		AC_LINK_IFELSE([AC_LANG_PROGRAM([])], @@ -534,6 +534,10 @@ ao-tools/ao-dump-up/Makefile  ao-tools/ao-elftohex/Makefile  ao-tools/ao-usbload/Makefile  ao-tools/ao-flash/Makefile +ao-tools/ao-test-igniter/Makefile +ao-tools/ao-test-baro/Makefile +ao-tools/ao-test-flash/Makefile +ao-tools/ao-cal-accel/Makefile  ao-utils/Makefile  src/Version  ]) | 
