summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2002-03-04 02:11:03 +0000
committerCraig Small <csmall@enc.com.au>2002-03-04 02:11:03 +0000
commitb0fd93bdc59a7dd5afb28eb825869f06dcc5b186 (patch)
treea1df048fc724e259daafe37a1313785b55be2a42
parentf32ee38be8a8caec7bdb59d9de5ba29c4ef94b8a (diff)
removed some stuff that shouldnt be there
-rw-r--r--.cvsignore6
-rw-r--r--Makefile.in4
-rw-r--r--aclocal.m42
-rwxr-xr-xautogen.sh22
-rw-r--r--ax25/Makefile.in2
-rwxr-xr-xconfigure2
-rw-r--r--dmascc/Makefile.in2
-rw-r--r--hdlcutil/Makefile.in2
-rw-r--r--hdlcutil/fl/Makefile.in2
-rw-r--r--kiss/Makefile.in2
-rw-r--r--netrom/Makefile.in2
-rw-r--r--rose/Makefile.in2
-rw-r--r--tcpip/Makefile.in2
-rw-r--r--user_call/Makefile.in2
-rw-r--r--yamdrv/Makefile.in2
15 files changed, 42 insertions, 14 deletions
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