summaryrefslogtreecommitdiff
path: root/configure.in
blob: d0aee4ad88d5a07c7caf91f0c08824f0200f3ae2 (plain)
1
2
3
4
5
6
dnl Process this file with autoconf to produce a configure script.

AC_INIT(fondu.c)
AC_PROG_CC

AC_OUTPUT(Makefile)