File: configure.in

package info (click to toggle)
system-config-cluster 1.0.53-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,052 kB
  • ctags: 1,323
  • sloc: python: 8,599; sh: 523; makefile: 240
file content (19 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AC_INIT(system-config-cluster.spec.in)
AM_INIT_AUTOMAKE(system-config-cluster, 1.0.53)
AM_PATH_PYTHON(2.3)

ALL_LINGUAS=""

dnl prevent to copy po/Makefile.in.in
GETTEXT_PACKAGE=system-config-cluster
AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
AC_PROG_INTLTOOL
AC_PROG_LN_S

AC_OUTPUT([
Makefile
src/Makefile
po/Makefile.in
system-config-cluster.spec
])