summaryrefslogtreecommitdiff
path: root/configure.in
blob: 3cfb55e307146dae1e8e677d7454acd8073e8fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl Process this file with autoconf to produce a configure script.

AC_INIT(fondu.c)
AC_PROG_CC
AC_CANONICAL_HOST
export HOST=$host

AC_SUBST(VPATH)
AC_SUBST(HOST)

AC_OUTPUT(Makefile)
chmod -w Makefile