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