configure.ac

changeset 7
d74b26b2f217
parent 6
9db76e20e21e
child 13
7f8432413321
equal deleted inserted replaced
6:9db76e20e21e 7:d74b26b2f217
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(thermometers/main.c) 3 AC_INIT(thermometers/main.c)
4 AM_CONFIG_HEADER(config.h) 4 AM_CONFIG_HEADER(config.h)
5 SUBDIRS="thermometers" 5 SUBDIRS="lib thermometers"
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"
59 AC_HEADER_STDC 59 AC_HEADER_STDC
60 60
61 61
62 AC_SUBST(CXXFLAGS) 62 AC_SUBST(CXXFLAGS)
63 63
64
65 AC_OUTPUT( 64 AC_OUTPUT(
66 Makefile.global 65 Makefile.global
67 ) 66 )
68 67
69 AC_MSG_RESULT([ 68 AC_MSG_RESULT([

mercurial