File: configure.in

package info (click to toggle)
gnome-user-docs 3.4.2-1%2Bbuild1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 58,008 kB
  • sloc: sh: 625; makefile: 374; xml: 59
file content (14 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AC_INIT([gnome-user-docs], [3.4.2],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-user-docs])
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])

YELP_HELP_INIT

AM_MAINTAINER_MODE([enable])

AC_OUTPUT([
Makefile
gnome-user-docs.spec
gnome-help/Makefile
])