X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/195d8decee6194c1fa2b0ed676437474ff5ba3b2..206212ca161b23aece16795f0b4e61a133ba7a6a:/configure.in diff --git a/configure.in b/configure.in index 196b693..0952eb7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,4 @@ -dnl -*-fundamental-*- -dnl -dnl $Id: configure.in,v 1.5 1999/10/10 16:46:58 mdw Exp $ +dnl -*-m4-*- dnl dnl Configuration script for fw dnl @@ -15,34 +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.5 1999/10/10 16:46:58 mdw -dnl Version bump. -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.0) +AM_INIT_AUTOMAKE(fw, 1.2.7) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -57,13 +39,14 @@ mdw_DECL_ENVIRON mdw_CHECK_MANYLIBS(socket, socket) mdw_CHECK_MANYLIBS(gethostbyname, nsl resolv) +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_CONFIG_SUBDIRS(mLib) AC_OUTPUT(Makefile) dnl ----- That's all, folks -------------------------------------------------