File: configure.ac

package info (click to toggle)
pdfchain 0.123-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,968 kB
  • ctags: 879
  • sloc: sh: 9,721; cpp: 3,866; makefile: 107
file content (48 lines) | stat: -rw-r--r-- 937 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.

AC_INIT(pdfchain, 0.123, http://pdfchain.sourceforge.net/)

AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE

AC_ISC_POSIX
AC_PROG_CXX
AM_PROG_CC_STDC
AC_HEADER_STDC




dnl ***************************************************************************
dnl Internatinalization
dnl ***************************************************************************
GETTEXT_PACKAGE=pdfchain
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL([0.35.0])



AM_PROG_LIBTOOL



PKG_CHECK_MODULES(PDFCHAIN, [gtkmm-2.4 >= 2.8])




AC_OUTPUT([
Makefile
src/Makefile
po/Makefile.in
pixmaps/Makefile
icons/Makefile
icons/large/Makefile
icons/medium/Makefile
icons/mini/Makefile
application/Makefile
])