X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=dea71396539971e5f029353c44c145eb311b6d58;hb=cdb32b1717db4e8cb8cf94d810e74ce2b569566b;hp=28a673c53b12ecd189a776870736fb227112b3e3;hpb=2296175eff9e4286eaf44451690701a46595987e;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 28a673c5..dea71396 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.2.9.3) +AC_INIT([altos], 1.2.9.4) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -335,6 +335,7 @@ else save_LIBS="$LIBS" CC="$with_avr_cc" + CFLAGS="-mmcu=attiny85" AC_LANG_PUSH([C]) AC_MSG_CHECKING([if ]$with_avr_cc[ can link programs]) AC_LINK_IFELSE([AC_LANG_PROGRAM([])], @@ -405,6 +406,8 @@ ao-tools/ao-sky-flash/Makefile ao-tools/ao-dumpflash/Makefile ao-tools/ao-edit-telem/Makefile ao-tools/ao-dump-up/Makefile +ao-tools/ao-elftohex/Makefile +ao-tools/ao-usbload/Makefile ao-utils/Makefile src/Version ])