File: configure.in

package info (click to toggle)
lxmenu-data 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,780 kB
  • sloc: sh: 7,774; makefile: 47
file content (22 lines) | stat: -rw-r--r-- 455 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([lxmenu-data], [0.1.2],
        [http://lxde.org/])
AM_INIT_AUTOMAKE

GETTEXT_PACKAGE=lxmenu-data
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of default gettext domain])
AC_SUBST(GETTEXT_PACKAGE)

AM_GLIB_GNU_GETTEXT

IT_PROG_INTLTOOL([0.40.0])

dnl dirty hack used to prevent the installation of useless mo files.
USE_NLS=no
AC_SUBST(USE_NLS)

AC_OUTPUT([
Makefile
layout/Makefile
desktop-directories/Makefile
po/Makefile.in
])