aboutsummaryrefslogtreecommitdiff
path: root/configure.scan
blob: d512b99ccbbd262921e5a5d57585baa2501e23c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl Process this file with autoconf to produce a configure script.
AC_INIT(metroplus.c)

dnl Checks for programs.

dnl Checks for libraries.

dnl Checks for header files.
AC_HEADER_STDC

dnl Checks for typedefs, structures, and compiler characteristics.

dnl Checks for library functions.

AC_OUTPUT(makefile)