Autoconf and automake fixing.
authormdw <mdw>
Fri, 22 Apr 2005 21:55:58 +0000 (21:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 9 Mar 2006 20:13:57 +0000 (20:13 +0000)
.links
acconfig.h [deleted file]
setup

diff --git a/.links b/.links
index b3f8cad..5ecd9c6 100644 (file)
--- a/.links
+++ b/.links
@@ -1,4 +1 @@
 COPYING
-install-sh
-mkinstalldirs
-missing
diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644 (file)
index 7a1818c..0000000
+++ /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 (executable)
--- a/setup
+++ b/setup
@@ -5,5 +5,5 @@ mklinks
 mkaclocal
 autoheader
 autoconf
-automake
+automake -a
 mkdir build