Cast int to size_t, enclose function with ifdef
[platform/core/system/tizen-platform-config.git] / configure.ac
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_INIT([libtzplatform-config], [1.0])
5 AC_PREREQ([2.59])
6 AM_INIT_AUTOMAKE([1.10 -Wall no-define])
7
8 # Checks for programs.
9 AC_CONFIG_HEADERS([config.h ])
10 AC_PROG_CC
11 AM_PROG_AR
12 LT_INIT([disable-static])
13
14 AC_SUBST([LIBTZPLATFORM_CONFIG_SO_VERSION], [2:0:0])
15 AC_SUBST([LIBTZPLATFORM_CONFIG_VERSION], [2.0])
16
17 AC_CONFIG_FILES([
18 Makefile
19 src/Makefile
20 libtzplatform-config.pc:libtzplatform-config.pc.in])
21 AC_OUTPUT