tizen 2.4 release
[external/gnome-common.git] / configure.ac
1 AC_PREREQ(2.54)
2 AC_INIT([gnome-common], [3.12.0],
3         [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common])
4
5 AC_CONFIG_SRCDIR([macros2/gnome-autogen.sh])
6
7 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
8
9 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])])
10
11 if test -z "$enable_maintainer_mode"; then
12   enable_maintainer_mode=yes
13 fi
14 AM_MAINTAINER_MODE([enable])
15
16 AC_CONFIG_FILES([
17 Makefile
18 macros2/Makefile
19 doc-build/Makefile
20 doc-build/gnome-doc-common
21 ])
22
23 AC_OUTPUT