5457974230
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.
14 lines
226 B
Plaintext
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
|