root / pykota / trunk / configure.in @ 2074

Revision 1417, 0.8 kB (checked in by jalet, 20 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 
1AC_INIT(pykota/tool.py)
2
3AM_CONFIG_HEADER(config.h)
4AM_INIT_AUTOMAKE(pykota, 1.18alpha14_unofficial)
5
6AM_MAINTAINER_MODE
7
8
9dnl check for python
10dnl AM_PATH_PYTHON(2.2)
11AM_PATH_PYTHON
12
13
14GETTEXT_PACKAGE=pykota
15AC_SUBST(GETTEXT_PACKAGE)
16AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package])
17AM_GNU_GETTEXT
18AM_GNU_GETTEXT_VERSION(0.12.1)
19AM_PO_SUBDIRS(po)
20
21AC_OUTPUT([
22intl/Makefile
23Makefile
24pykota/Makefile
25pykota/accounters/Makefile
26pykota/loggers/Makefile
27pykota/reporters/Makefile
28pykota/requesters/Makefile
29pykota/storages/Makefile
30bin/Makefile
31untested/Makefile
32untested/netatalk/Makefile
33untested/parallel/Makefile
34untested/pjl/Makefile
35untested/postscript/Makefile
36conf/Makefile
37man/Makefile
38openoffice/Makefile
39initscripts/Makefile
40initscripts/ldap/Makefile
41initscripts/postgresql/Makefile
42po/Makefile.in
43])
Note: See TracBrowser for help on using the browser.