OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / Libnet / support / bpf-lkm / OpenBSD / configure.in
1 dnl $Id: configure.in,v 1.1.1.1 2000/05/25 00:28:49 route Exp $
2 dnl
3 dnl Libnet Openbsd bpf-lkm autoconfiguration information file
4 dnl Copyright (c) 1999, 2000 Mike D. Schiffman <mike@infonexus.com>
5 dnl All rights reserved.
6 dnl
7 dnl Process this file with autoconf to produce a configure script.
8 dnl
9
10 AC_INIT(ether_mod_load.c)
11 AC_SUBST(KERNEL_VERSION)
12
13 KERNEL_VERSION=`uname -r`
14
15 AC_OUTPUT(Makefile)
16
17 dnl EOF