summaryrefslogtreecommitdiff
path: root/configure.in
blob: 06c1cd135fd4bf32114c90b74f2a8480b60dcc27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_PREREQ(2.54)
AC_INIT([gnome-common], [2.24.0],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common])

AC_CONFIG_SRCDIR([macros2/gnome-autogen.sh])

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

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

AC_OUTPUT