dnl $Id$ dnl dnl Libnet Openbsd bpf-lkm autoconfiguration information file dnl Copyright (c) 1999, 2000 Mike D. Schiffman dnl All rights reserved. dnl dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(ether_mod_load.c) AC_SUBST(KERNEL_VERSION) KERNEL_VERSION=`uname -r` AC_OUTPUT(Makefile) dnl EOF