]> gitweb @ CieloNegro.org - oh-my-god.git/blob - configure.ac
preface image
[oh-my-god.git] / configure.ac
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ([2.68])
5 AC_INIT([oh-my-god], [0.1], [null@example.org])
6 AM_INIT_AUTOMAKE
7 AM_MAINTAINER_MODE
8
9 # Checks for the DocBook toolchain.
10 FP_CHECK_DOCBOOK_DTD
11 FP_DOCBOOK_XSL
12 FP_PROG_DBLATEX
13
14 AC_CONFIG_FILES([
15     Makefile
16     src/Makefile
17     src/mission-chan/Makefile
18 ])
19 AC_OUTPUT