File: configure.in

package info (click to toggle)
gnome-backgrounds 2.32.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,608 kB
  • ctags: 26
  • sloc: sh: 737; makefile: 89
file content (22 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AC_INIT([gnome-backgrounds], [2.32.0])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([1.9])

# Internationalization:
GETTEXT_PACKAGE=gnome-backgrounds
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [The domain name to use with gettext.])

AM_GLIB_GNU_GETTEXT()
IT_PROG_INTLTOOL([0.35.0])


AM_MAINTAINER_MODE

AC_OUTPUT([
Makefile
abstract/Makefile
nature/Makefile
po/Makefile.in
])