configure.ac

changeset 551
3721f9c08843
parent 550
04c942cded91
child 554
ab9f22ab57b5
equal deleted inserted replaced
550:04c942cded91 551:3721f9c08843
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_INIT(thermferm/thermferm.c) 3 AC_INIT(thermferm/thermferm.c)
4 AM_CONFIG_HEADER(config.h) 4 AM_CONFIG_HEADER(config.h)
5 SUBDIRS="thermferm brewpanel" 5 SUBDIRS="thermferm brewpanel tools"
6 AC_SUBST(SUBDIRS) 6 AC_SUBST(SUBDIRS)
7 7
8 dnl General settings 8 dnl General settings
9 dnl After changeing the version number, run autoconf! 9 dnl After changeing the version number, run autoconf!
10 PACKAGE="mbsePi-apps" 10 PACKAGE="mbsePi-apps"
11 VERSION="0.8.3" 11 VERSION="0.8.4"
12 COPYRIGHT="Copyright (C) 2014-2018 Michiel Broek, All Rights Reserved" 12 COPYRIGHT="Copyright (C) 2014-2018 Michiel Broek, All Rights Reserved"
13 CYEARS="2014-2018" 13 CYEARS="2014-2018"
14 AC_SUBST(PACKAGE) 14 AC_SUBST(PACKAGE)
15 AC_SUBST(VERSION) 15 AC_SUBST(VERSION)
16 AC_SUBST(COPYRIGHT) 16 AC_SUBST(COPYRIGHT)

mercurial