1
dnl Process this file with autoconf to produce a configure script.
4
AC_INIT([stopwatch], [0.0.0])
5
AC_CONFIG_SRCDIR([config.h.in])
6
AC_COPYRIGHT([Copyright 2008-2009 Rodney Dawes])
8
AM_INIT_AUTOMAKE([1.9 foreign])
9
AM_CONFIG_HEADER([config.h])
13
IT_PROG_INTLTOOL([0.40.0])
15
GETTEXT_PACKAGE="${PACKAGE}"
16
dnl Add the languages which your application supports here.
17
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$PACKAGE",
18
[translation domain of this package])
19
AC_SUBST(GETTEXT_PACKAGE)
23
# AM_GLIB_GNU_GETTEXT above subst. $DATADIRNAME
24
# this is the directory where the *.{mo,gmo} files are installed
25
localedir='${prefix}/${DATADIRNAME}/locale'
28
PKG_CHECK_MODULES(GTK, [gtk+-2.0])
32
AC_PATH_PROG([ICONRENDER], [icontool-render])