dnl Process this file with autoconf to produce a configure script. AC_INIT(secnet.c) AC_CONFIG_HEADER(config.h) AC_REVISION($Id$) AC_LANG_C AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_INSTALL AC_PATH_PROG(RM,rm) AC_STDC_HEADERS AC_CHECK_HEADERS(stdint.h inttypes.h) AC_CHECK_HEADERS(linux/if.h) AC_C_BIGENDIAN AC_CHECK_LIB(gmp,mpz_init_set_str) AC_CHECK_LIB(gmp2,mpz_init_set_str) AC_CHECK_LIB(fl,yywrap) AC_CHECK_LIB(adns,adns_init) AC_CHECK_LIB(getopt,getopt_long) AC_CHECK_LIB(gnugetopt,getopt_long) AC_OUTPUT(Makefile,echo timestamp >stamp-h)