From fc03320730ac8be2c0af25b226135733aaeaddd6 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 22 Apr 2005 21:55:58 +0000 Subject: [PATCH] Autoconf and automake fixing. --- .links | 3 --- acconfig.h | 63 -------------------------------------------------------------- setup | 2 +- 3 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 acconfig.h diff --git a/.links b/.links index b3f8cad..5ecd9c6 100644 --- a/.links +++ b/.links @@ -1,4 +1 @@ COPYING -install-sh -mkinstalldirs -missing diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 7a1818c..0000000 --- a/acconfig.h +++ /dev/null @@ -1,63 +0,0 @@ -/* -*-c-*- - * - * $Id: acconfig.h,v 1.4 2004/04/08 01:36:25 mdw Exp $ - * - * Configuration header for fw - * - * (c) 1999 Straylight/Edgeware - */ - -/*----- Licensing notice --------------------------------------------------* - * - * This file is part of the `fw' port forwarder. - * - * `fw' is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * `fw' is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with `fw'; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -#ifndef ACCONFIG_H -#define ACCONFIG_H - -#ifdef __cplusplus - extern "C" { -#endif - -/*----- Configuration macros ----------------------------------------------*/ -@TOP@ - -/* Package name. */ -#define PACKAGE "fw" - -/* Package version number. */ -#define VERSION "1.0.0" - -/* Define if `environ' is declared somewhere sensible. */ -#undef DECL_ENVIRON - -@BOTTOM@ - - /* Cygwin advertises a number of limits and raises errors if you use them. - * This is a bit crap, and we ought to be able to cope, but for now we just - * don't do resource limits on Cygwin. Sorry. */ -#ifdef __CYGWIN__ -# undef HAVE_SETRLIMIT -#endif - -/*----- That's all, folks -------------------------------------------------*/ - -#ifdef __cplusplus - } -#endif - -#endif diff --git a/setup b/setup index 5173638..c95bf52 100755 --- a/setup +++ b/setup @@ -5,5 +5,5 @@ mklinks mkaclocal autoheader autoconf -automake +automake -a mkdir build -- 2.11.0