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