From b0fd93bdc59a7dd5afb28eb825869f06dcc5b186 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 4 Mar 2002 02:11:03 +0000 Subject: removed some stuff that shouldnt be there --- .cvsignore | 6 ++++++ Makefile.in | 4 ++-- aclocal.m4 | 2 +- autogen.sh | 22 ++++++++++++++++++++++ ax25/Makefile.in | 2 +- configure | 2 +- dmascc/Makefile.in | 2 +- hdlcutil/Makefile.in | 2 +- hdlcutil/fl/Makefile.in | 2 +- kiss/Makefile.in | 2 +- netrom/Makefile.in | 2 +- rose/Makefile.in | 2 +- tcpip/Makefile.in | 2 +- user_call/Makefile.in | 2 +- yamdrv/Makefile.in | 2 +- 15 files changed, 42 insertions(+), 14 deletions(-) create mode 100644 .cvsignore create mode 100755 autogen.sh diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..2af76e8 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,6 @@ +Makefile +config.cache +config.h +config.log +config.status +stamp-h diff --git a/Makefile.in b/Makefile.in index 4c909d2..42898f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -104,7 +104,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) $(ACLOCAL_M4): configure.in cd $(srcdir) && $(ACLOCAL) -config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) +config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) diff --git a/aclocal.m4 b/aclocal.m4 index f54277a..bec679e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4 +dnl aclocal.m4 generated automatically by aclocal 1.4-p4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..1b15b61 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,22 @@ +#!/bin/sh +# +# autogen.sh glue for ax25-tools +# $Id: autogen.sh,v 1.1 2002/03/04 02:11:03 csmall Exp $ +# +# Requires: automake, autoconf, dpkg-dev +set -e + +# Refresh GNU autotools toolchain. +aclocal +autoheader +automake --verbose --foreign --add-missing + +# The automake package already links config.sub/guess to /usr/share/misc/ +for i in config.guess config.sub missing install-sh mkinstalldirs ; do + test -r /usr/share/automake/${i} && cp -f /usr/share/automake/${i} . + chmod 755 ${i} +done + +autoconf + +exit 0 diff --git a/ax25/Makefile.in b/ax25/Makefile.in index e0ef985..6672d3f 100644 --- a/ax25/Makefile.in +++ b/ax25/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/configure b/configure index b4b9a9c..b0865c0 100755 --- a/configure +++ b/configure @@ -524,7 +524,7 @@ fi -VERSION=0.0.8 +VERSION=0.0.9 PACKAGE=ax25-tools ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do diff --git a/dmascc/Makefile.in b/dmascc/Makefile.in index b1929a9..b086243 100644 --- a/dmascc/Makefile.in +++ b/dmascc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/hdlcutil/Makefile.in b/hdlcutil/Makefile.in index 4e1c271..e20f6ba 100644 --- a/hdlcutil/Makefile.in +++ b/hdlcutil/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/hdlcutil/fl/Makefile.in b/hdlcutil/fl/Makefile.in index 53a7a6a..fa17a7f 100644 --- a/hdlcutil/fl/Makefile.in +++ b/hdlcutil/fl/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/kiss/Makefile.in b/kiss/Makefile.in index 55dc193..8d8655b 100644 --- a/kiss/Makefile.in +++ b/kiss/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/netrom/Makefile.in b/netrom/Makefile.in index 59d45eb..c0f008b 100644 --- a/netrom/Makefile.in +++ b/netrom/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/rose/Makefile.in b/rose/Makefile.in index f26924c..0274ca0 100644 --- a/rose/Makefile.in +++ b/rose/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/tcpip/Makefile.in b/tcpip/Makefile.in index a86ad71..f553d4c 100644 --- a/tcpip/Makefile.in +++ b/tcpip/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/user_call/Makefile.in b/user_call/Makefile.in index c688844..a5024b1 100644 --- a/user_call/Makefile.in +++ b/user_call/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/yamdrv/Makefile.in b/yamdrv/Makefile.in index b109bce..e1d6b0f 100644 --- a/yamdrv/Makefile.in +++ b/yamdrv/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation -- cgit v1.2.3