X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/5d9fd22aa85423521ff7c4c004f6e6299d99aad0..096c89c34505cadba1fc6e7a5367273d5c5bea47:/configure.ac diff --git a/configure.ac b/configure.ac index 5da430b..fac3e56 100644 --- a/configure.ac +++ b/configure.ac @@ -1,37 +1,38 @@ dnl -*-autoconf-*- dnl -dnl Configuration script for fw +dnl Configuration script for fwd dnl dnl (c) 2008 Straylight/Edgeware dnl dnl ----- Licensing notice -------------------------------------------------- dnl -dnl This file is part of the `fw' port forwarder. +dnl This file is part of the `fwd' port forwarder. dnl -dnl `fw' is free software; you can redistribute it and/or modify +dnl `fwd' 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 `fw' is distributed in the hope that it will be useful, +dnl `fwd' 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 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 along with `fwd'; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl-------------------------------------------------------------------------- dnl Initialization. mdw_AUTO_VERSION -AC_INIT([fw], AUTO_VERSION, [mdw@distorted.org.uk]) -AC_CONFIG_SRCDIR([fw.c]) +AC_INIT([fwd], AUTO_VERSION, [mdw@distorted.org.uk]) +AC_CONFIG_SRCDIR([fwd.c]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([foreign]) +mdw_SILENT_RULES dnl-------------------------------------------------------------------------- dnl C programming environment. @@ -56,7 +57,7 @@ AC_SEARCH_LIBS([socket], [socket]) AC_SEARCH_LIBS([gethostbyname], [nsl resolv]) dnl Packages. -PKG_CHECK_MODULES([mLib], [mLib >= 2.0.4]) +PKG_CHECK_MODULES([mLib], [mLib >= 2.2.1]) dnl Functions. AC_CHECK_FUNCS([inet_aton])