Revision 1417, 0.8 kB
(checked in by jalet, 21 years ago)
|
Inclusion of Michele Baldessari's work on autotools
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 | AC_INIT(pykota/tool.py) |
---|
2 | |
---|
3 | AM_CONFIG_HEADER(config.h) |
---|
4 | AM_INIT_AUTOMAKE(pykota, 1.18alpha14_unofficial) |
---|
5 | |
---|
6 | AM_MAINTAINER_MODE |
---|
7 | |
---|
8 | |
---|
9 | dnl check for python |
---|
10 | dnl AM_PATH_PYTHON(2.2) |
---|
11 | AM_PATH_PYTHON |
---|
12 | |
---|
13 | |
---|
14 | GETTEXT_PACKAGE=pykota |
---|
15 | AC_SUBST(GETTEXT_PACKAGE) |
---|
16 | AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package]) |
---|
17 | AM_GNU_GETTEXT |
---|
18 | AM_GNU_GETTEXT_VERSION(0.12.1) |
---|
19 | AM_PO_SUBDIRS(po) |
---|
20 | |
---|
21 | AC_OUTPUT([ |
---|
22 | intl/Makefile |
---|
23 | Makefile |
---|
24 | pykota/Makefile |
---|
25 | pykota/accounters/Makefile |
---|
26 | pykota/loggers/Makefile |
---|
27 | pykota/reporters/Makefile |
---|
28 | pykota/requesters/Makefile |
---|
29 | pykota/storages/Makefile |
---|
30 | bin/Makefile |
---|
31 | untested/Makefile |
---|
32 | untested/netatalk/Makefile |
---|
33 | untested/parallel/Makefile |
---|
34 | untested/pjl/Makefile |
---|
35 | untested/postscript/Makefile |
---|
36 | conf/Makefile |
---|
37 | man/Makefile |
---|
38 | openoffice/Makefile |
---|
39 | initscripts/Makefile |
---|
40 | initscripts/ldap/Makefile |
---|
41 | initscripts/postgresql/Makefile |
---|
42 | po/Makefile.in |
---|
43 | ]) |
---|