Expand PMF_FN_* macros.
[netbsd-mini2440.git] / tools / host-mkdep / configure.ac
blob27861341dc7d1c1771e4f8d4809524bf270bfd68
1 #       $NetBSD: configure.ac,v 1.2 2002/09/15 17:23:01 thorpej Exp $
3 # Autoconf definition file for mkdep.
6 AC_INIT([mkdep], [noversion], [tech-toolchain@NetBSD.org])
8 AC_PATH_PROG(BSHELL, sh, )
9 if test x"$BSHELL" = x; then
10         AC_MSG_ERROR([sh must be somewhere on \$PATH])
13 AC_CONFIG_FILES(host-mkdep)
15 AC_PROG_AWK
16 AC_PROG_CPP
18 AC_OUTPUT