summaryrefslogtreecommitdiff
path: root/configure.in
blob: ef2fe4d76c42b419645e903db828b7bcadc40e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Process this file with autoconf to produce a configure script.
AC_INIT(p11-tests, 0.1, stef@memberwebs.com)
AM_INIT_AUTOMAKE(p11-tests, 0.1)

AC_CONFIG_SRCDIR([src/p11-tests.c])
AM_CONFIG_HEADER([config.h])

# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL

CFLAGS="$CFLAGS -g -O0 -Wall"

AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT