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)