File: configure.ac

package info (click to toggle)
mate-user-guide 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 74,608 kB
  • sloc: xml: 12,975; sh: 196; makefile: 115
file content (34 lines) | stat: -rw-r--r-- 760 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
23
24
25
26
27
28
29
30
31
32
33
34
AC_INIT([mate-user-guide], [1.26.0], [https://github.com/mate-desktop/mate-user-guide/issues/new])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip])
AM_SILENT_RULES([yes])

AM_MAINTAINER_MODE([enable])

GETTEXT_PACKAGE="mate-user-guide"
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext translation domain])
AC_SUBST(GETTEXT_PACKAGE)

AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"])

YELP_HELP_INIT

AC_OUTPUT([
Makefile
mate-user-guide.desktop.in
po/Makefile.in
mate-user-guide/Makefile
])

AC_OUTPUT

echo "
Configure summary:

	${PACKAGE_STRING}
	`echo $PACKAGE_STRING | sed "s/./=/g"`

	Native Language support.....:  ${USE_NLS}
"