summaryrefslogtreecommitdiffstats
path: root/configure.in
blob: a79fc30f74ffe400afb1b3d1b8096430793c12e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_INIT([gnome-user-docs], [2.18.2],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-user-docs])
AM_INIT_AUTOMAKE

GNOME_DOC_INIT

AM_MAINTAINER_MODE

PKG_CHECK_MODULES(GNOME2_USER_DOCS, [ gnome-doc-utils >= 0.5.6 ])

AC_OUTPUT([
Makefile
gnome-user-docs.spec
gnome2-user-guide/Makefile
gnome2-accessibility-guide/Makefile
gnome2-system-admin-guide/Makefile
])