1 # $NetBSD: configure.ac,v 1.3 2003/07/26 20:24:00 salo 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)