summaryrefslogtreecommitdiff
path: root/configure.in
blob: 195ab93fe099adcc2274590404169ac76e86b3fd (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
AC_PREREQ(2.54)
AC_INIT([mate-common], [1.2.1], [https://github.com/mate-desktop/mate-common])

AC_CONFIG_SRCDIR([macros2/mate-autogen])

AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])

m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])

if test -z "$enable_maintainer_mode"; then
    enable_maintainer_mode=yes
fi

AM_MAINTAINER_MODE([enable])

AC_CONFIG_FILES([
Makefile
mate-common.spec
macros2/Makefile
doc-build/Makefile
doc-build/mate-doc-common
])

AC_OUTPUT