aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 0d30560ade1e7fee317ab61caf42309a929bdf65 (plain)
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
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([mageia-xfce-config], [4.100.5.8], [http://bugs.mageia.org])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])

# Checks for programs.
AC_PROG_INSTALL
AC_PROG_MKDIR_P

# For translations
IT_PROG_INTLTOOL

AC_SUBST([GETTEXT_PACKAGE],[$PACKAGE_NAME])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],
	["$GETTEXT_PACKAGE"],
	[Define to the gettext package name.])

# Disable nls support as it's not needed
USE_NLS="no"

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_CONFIG_FILES([Makefile data/Makefile launchers/Makefile po/Makefile.in])
AC_OUTPUT