~indicator-network-developers/ubuntu-connman-test/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Kalle Valo
  • Date: 2010-07-02 08:05:58 UTC
  • Revision ID: kalle.valo@canonical.com-20100702080558-k8ixyhtqo229ap9i
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
AC_INIT([ubuntu-connman-test], [0.0.0])
 
3
AM_INIT_AUTOMAKE
 
4
 
 
5
AC_PREREQ(2.53)
 
6
 
 
7
AM_CONFIG_HEADER(config.h)
 
8
 
 
9
AM_MAINTAINER_MODE
 
10
 
 
11
AC_SUBST(VERSION)
 
12
AC_CONFIG_MACRO_DIR([m4])
 
13
 
 
14
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
15
 
 
16
###########################
 
17
# Files
 
18
###########################
 
19
 
 
20
AC_OUTPUT([
 
21
Makefile
 
22
scripts/Makefile
 
23
])
 
24
 
 
25
###########################
 
26
# Results
 
27
###########################
 
28
 
 
29
AC_MSG_NOTICE([
 
30
 
 
31
Configuration:
 
32
 
 
33
        Prefix:        $prefix
 
34
])