Tizen 2.0 Release
[apps/core/preloaded/gnome-common.git] / configure.in
1 AC_PREREQ(2.54)
2 AC_INIT([gnome-common], [2.28.0],
3         [http://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 gnome-common.spec
19 macros2/Makefile
20 doc-build/Makefile
21 doc-build/gnome-doc-common
22 ])
23
24 AC_OUTPUT