configure.ac

changeset 487
d5bc44183aa4
parent 433
1421ece29197
child 496
5cf6f099c897
equal deleted inserted replaced
486:5a237a99a793 487:d5bc44183aa4
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="dht11 rc433 thermferm brewco brewpanel" 5 SUBDIRS="dht11 rc433 thermferm brewpanel"
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.5.1" 11 VERSION="0.5.2"
12 COPYRIGHT="Copyright (C) 2014-2015 Michiel Broek, All Rights Reserved" 12 COPYRIGHT="Copyright (C) 2014-2016 Michiel Broek, All Rights Reserved"
13 CYEARS="2014-2015" 13 CYEARS="2014-2016"
14 AC_SUBST(PACKAGE) 14 AC_SUBST(PACKAGE)
15 AC_SUBST(VERSION) 15 AC_SUBST(VERSION)
16 AC_SUBST(COPYRIGHT) 16 AC_SUBST(COPYRIGHT)
17 AC_SUBST(CYEARS) 17 AC_SUBST(CYEARS)
18 AC_PREFIX_DEFAULT(/usr/local) 18 AC_PREFIX_DEFAULT(/usr/local)

mercurial