NetBSD/tools/host-mkdep/configure.ac
tv 5457974230 Move host-mkdep to its own directory. Create and install it before
everything else.  Now it's possible for the target mkdep to build and
install like "normal" host-tools do; should remove the function decl
warnings reported by greywolf@starwolf.com on current-users.
2002-01-10 17:04:20 +00:00

14 lines
226 B
Plaintext

# $NetBSD: configure.ac,v 1.1 2002/01/10 17:04:21 tv Exp $
#
# Autoconf definition file for mkdep.
#
AC_INIT([mkdep], [noversion], [tech-toolchain@netbsd.org])
AC_CONFIG_FILES(host-mkdep)
AC_PROG_AWK
AC_PROG_CPP
AC_OUTPUT