Trivial update
[platform/upstream/gnome-common.git] / configure.in
1 AC_PREREQ(2.54)
2 AC_INIT([gnome-common], [2.27.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 no-dist-gzip dist-bzip2])
8
9 if test -z "$enable_maintainer_mode"; then
10   enable_maintainer_mode=yes
11 fi
12 AM_MAINTAINER_MODE([enable])
13
14 AC_CONFIG_FILES([
15 Makefile
16 gnome-common.spec
17 macros2/Makefile
18 doc-build/Makefile
19 doc-build/gnome-doc-common
20 ])
21
22 AC_OUTPUT