X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/d9c3b2e73830bef9a16a2990ab8e3ec24b35315c..206212ca161b23aece16795f0b4e61a133ba7a6a:/configure.in diff --git a/configure.in b/configure.in index 7b8f4b6..0952eb7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,4 @@ -dnl -*-fundamental-*- -dnl -dnl $Id: configure.in,v 1.9 2000/03/23 23:19:42 mdw Exp $ +dnl -*-m4-*- dnl dnl Configuration script for fw dnl @@ -15,37 +13,18 @@ dnl `fw' is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. -dnl +dnl dnl `fw' is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. -dnl +dnl dnl You should have received a copy of the GNU General Public License dnl along with `fw'; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -dnl ----- Revision history -------------------------------------------------- -dnl -dnl $Log: configure.in,v $ -dnl Revision 1.9 2000/03/23 23:19:42 mdw -dnl Version bump. -dnl -dnl Revision 1.6 1999/11/11 19:08:27 mdw -dnl Build separately from mLib. -dnl -dnl Revision 1.3 1999/07/27 18:30:53 mdw -dnl Various minor portability fixes. -dnl -dnl Revision 1.2 1999/07/26 23:35:09 mdw -dnl Relatively minor changes to support new functionality. -dnl -dnl Revision 1.1.1.1 1999/07/01 08:56:23 mdw -dnl Initial revision. -dnl - AC_INIT(fw.c) -AM_INIT_AUTOMAKE(fw, 1.2.4) +AM_INIT_AUTOMAKE(fw, 1.2.7) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -60,11 +39,12 @@ mdw_DECL_ENVIRON mdw_CHECK_MANYLIBS(socket, socket) mdw_CHECK_MANYLIBS(gethostbyname, nsl resolv) -mdw_MLIB(1.6.2) +mdw_MLIB(2.0.3) AC_CHECK_FUNCS(inet_aton) AC_CHECK_FUNCS(setrlimit) AC_CHECK_FUNCS(setgroups) +AC_CHECK_FUNCS(getnetbyname) AC_CHECK_FUNCS(strsignal _sys_siglist, break) AC_OUTPUT(Makefile)