Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | t00mlabs | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | dnl Created by Anjuta application wizard. |
||
3 | |||
4 | AC_INIT(alertlog, 0.1) |
||
5 | |||
6 | AC_CONFIG_HEADERS([config.h]) |
||
7 | |||
8 | AM_INIT_AUTOMAKE([1.11]) |
||
9 | |||
10 | AM_PATH_PYTHON |
||
11 | |||
12 | |||
13 | dnl *************************************************************************** |
||
14 | dnl Internationalization |
||
15 | dnl *************************************************************************** |
||
16 | IT_PROG_INTLTOOL([0.35.0]) |
||
17 | |||
18 | GETTEXT_PACKAGE=alertlog |
||
19 | AC_SUBST(GETTEXT_PACKAGE) |
||
20 | AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name]) |
||
21 | AM_GLIB_GNU_GETTEXT |
||
22 | |||
23 | |||
24 | |||
25 | |||
26 | |||
27 | |||
28 | AC_OUTPUT([ |
||
29 | Makefile |
||
30 | src/Makefile |
||
31 | po/Makefile.in |
||
32 | ]) |