aboutsummaryrefslogtreecommitdiffstats
path: root/gobi-api/GobiAPI_1.0.40/configure.ac
blob: 7f772f470c6e54c418940ba034377ee2beff3762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
AC_PREREQ(2.52)

AC_INIT(GobiAPI, 1.0.40, foo@it.com, GobiAPI)
AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE

AC_CONFIG_MACRO_DIR([m4])

AC_CONFIG_HEADERS(config.h)

dnl Required programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_INSTALL
LT_INIT

AC_CONFIG_FILES([
Makefile
Core/Makefile
Database/Makefile
Database/QMI/Makefile
Shared/Makefile
GobiConnectionMgmt/Makefile
GobiImageMgmt/Makefile
GobiQDLService/Makefile
])
AC_OUTPUT