]> gitweb @ CieloNegro.org - oh-my-god.git/blob - configure.ac
autoolisation
[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 programs.
10
11 # Checks for libraries.
12
13 # Checks for header files.
14
15 # Checks for typedefs, structures, and compiler characteristics.
16
17 # Checks for library functions.
18
19 AC_CONFIG_FILES([Makefile
20                  src/Makefile])
21 AC_OUTPUT