1#	$NetBSD: configure.ac,v 1.2 2002/09/15 17:23:01 thorpej Exp $
2#
3# Autoconf definition file for mkdep.
4#
5
6AC_INIT([mkdep], [noversion], [tech-toolchain@NetBSD.org])
7
8AC_PATH_PROG(BSHELL, sh, )
9if test x"$BSHELL" = x; then
10	AC_MSG_ERROR([sh must be somewhere on \$PATH])
11fi
12
13AC_CONFIG_FILES(host-mkdep)
14
15AC_PROG_AWK
16AC_PROG_CPP
17
18AC_OUTPUT
19