summaryrefslogtreecommitdiff
path: root/configure.ac
blob: e288c30a4c85cf7818309b1db92e64f5d29b2030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT(rcm, 0.0.2, mike@mike-burns.com)
AM_INIT_AUTOMAKE(rcm, 0.0.2)

# Checks for programs.

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_OUTPUT(Makefile bin/Makefile man/Makefile share/Makefile)