Home | History | Annotate | Line # | Download | only in host-mkdep
configure.ac revision 1.1
      1 #	$NetBSD: configure.ac,v 1.1 2002/01/10 17:04:21 tv Exp $
      2 #
      3 # Autoconf definition file for mkdep.
      4 #
      5 
      6 AC_INIT([mkdep], [noversion], [tech-toolchain (a] netbsd.org])
      7 
      8 AC_CONFIG_FILES(host-mkdep)
      9 
     10 AC_PROG_AWK
     11 AC_PROG_CPP
     12 
     13 AC_OUTPUT
     14