File: configure.ac

package info (click to toggle)
libgpevtype 0.16-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,520 kB
  • ctags: 81
  • sloc: sh: 8,733; ansic: 769; xml: 226; makefile: 55
file content (23 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(libgpevtype, 0.16, gpe@handhelds.org)
AC_CONFIG_SRCDIR([tag-db.c])
AM_INIT_AUTOMAKE([foreign dist-bzip2])

# Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL

# depends on...
DEP_MODULES="glib-2.0 >= 2.2 mimedir-1.0 libeventdb"


PKG_CHECK_MODULES(VTYPE, $DEP_MODULES)

#gtk-doc for documentation
GTK_DOC_CHECK(1.2)

AC_CONFIG_FILES([Makefile libgpevtype.pc libgpevtype-uninstalled.pc doc/Makefile])
AC_OUTPUT