sync with master
[archive/platform/adaptation/samsung_exynos/libtbm-exynos4412.git] / configure.ac
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.61)
5 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
6
7 # Checks for programs.
8 AC_PROG_INSTALL
9 AC_PROG_MAKE_SET
10
11 AC_CONFIG_SRCDIR([Makefile.am])
12 AM_CONFIG_HEADER([config.h])
13 AC_CONFIG_AUX_DIR(.)
14
15 AM_INIT_AUTOMAKE([dist-bzip2])
16
17 AM_MAINTAINER_MODE
18
19 # Checks for programs.
20 AC_DISABLE_STATIC
21 AC_PROG_LIBTOOL
22 AC_PROG_CC
23
24 bufmgr_dir=${libdir}
25 AC_SUBST(bufmgr_dir)
26
27 AC_CONFIG_FILES([Makefile])
28 AC_OUTPUT