#!/bin/sh # # Libnet 1.1 libnet-config compilation script # (c) 1998 - 2004 Mike D. Schiffman # # Kept for compatibility with existing projects. For new # projects, or those looking to upgrade, we recommend the # new pkg-config framework, libnet.pc. See the README.md # for details on how to use it. # # @configure_input@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ libnet_defines="@PKG_CONFIG_DEFINES@" libnet_cflags="-I${includedir} @PKG_CONFIG_CFLAGS@" libnet_libs="-L${libdir} @PKG_CONFIG_LIBS@ -lnet" usage() { cat <