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