File: configure.in

package info (click to toggle)
hspell-gui 0.2.6-4.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 628 kB
  • ctags: 124
  • sloc: sh: 3,111; ansic: 501; makefile: 57
file content (32 lines) | stat: -rw-r--r-- 679 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
24
25
26
27
28
29
30
31
32
dnl Process this file with autoconf to produce a configure script.

AC_INIT(configure.in)
AM_INIT_AUTOMAKE(hspell-gui, 0.2.6)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE

AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC

pkg_modules="gtk+-2.0 >= 2.0.0 libpanelapplet-2.0 libgnomeui-2.0"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)

GETTEXT_PACKAGE=hspell-gui
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")

dnl Add the languages which your application supports here.
ALL_LINGUAS="he sv"
AM_GLIB_GNU_GETTEXT

LIBEXECDIR=${prefix}/libexec

AC_OUTPUT([
Makefile
src/Makefile
po/Makefile.in
])