~ubuntu-branches/debian/jessie/gnome-color-chooser/jessie

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Werner Pantke
  • Date: 2008-01-11 14:09:32 UTC
  • Revision ID: james.westby@ubuntu.com-20080111140932-sdtlwa781q52bclm
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2006-2007 W. Pantke <gnome-color-chooser@punk-ass-bitch.org>
 
2
#  
 
3
# This file is free software; as a special exception the author gives
 
4
# unlimited permission to copy and/or distribute it, with or without 
 
5
# modifications, as long as this notice is preserved.
 
6
 
7
# This program is distributed in the hope that it will be useful, but
 
8
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 
9
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
10
 
 
11
AC_INIT([GNOME Color Chooser],
 
12
        [0.2.3],
 
13
        [Werner Pantke \<gnome-color-chooser\@punk-ass-bitch.org\>],
 
14
        [gnome-color-chooser])
 
15
#AC_CONFIG_AUX_DIR(config)
 
16
AM_CONFIG_HEADER(config.h)
 
17
AM_INIT_AUTOMAKE([dist-bzip2])
 
18
 
 
19
 
 
20
PKG_CHECK_MODULES(DEPS, gtkmm-2.4 >= 2.8.0 libglademm-2.4 >= 2.6.0 libgnome-2.0 >= 2.16.0  libgnomeui-2.0 >= 2.14.0 libxml-2.0 >= 2.6.0 )
 
21
AC_SUBST(DEPS_CFLAGS)
 
22
AC_SUBST(DEPS_LIBS)
 
23
 
 
24
 
 
25
LF_CONFIGURE_CC
 
26
LF_CONFIGURE_CXX
 
27
LF_HOST_TYPE
 
28
LF_SET_WARNINGS
 
29
#AC_PROG_RANLIB
 
30
AC_PROG_INSTALL
 
31
AC_PROG_MAKE_SET
 
32
 
 
33
dnl Initialize intltool
 
34
AC_PROG_INTLTOOL([0.35.0])
 
35
GETTEXT_PACKAGE=$PACKAGE
 
36
AC_SUBST(GETTEXT_PACKAGE)
 
37
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
 
38
AM_GLIB_GNU_GETTEXT
 
39
 
 
40
 
 
41
AC_CONFIG_FILES([
 
42
   Makefile
 
43
   debian_create_deb
 
44
   README
 
45
   doc/Makefile
 
46
   m4/Makefile
 
47
   src/Makefile
 
48
   po/Makefile.in
 
49
   profiles/Makefile
 
50
])
 
51
 
 
52
AC_OUTPUT