summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 4ff65efc782763fe2f07729bba9614865ae081f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([libtzplatform-config], [1.0])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])

# Checks for programs.
AC_CONFIG_HEADERS([config.h ])
AC_PROG_CC
AM_PROG_AR
LT_INIT([disable-static])

AC_SUBST([LIBTZPLATFORM_CONFIG_SO_VERSION], [1:0:0])
AC_SUBST([LIBTZPLATFORM_CONFIG_VERSION], [1.0])

AC_CONFIG_FILES([
Makefile
src/Makefile
libtzplatform-config.pc:libtzplatform-config.pc.in])
AC_OUTPUT