summaryrefslogtreecommitdiffstats
path: root/ax25rtd
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-22 19:44:24 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-22 19:44:24 +0000
commitebc40965fcaaf6f6e5e3f709c5e6a0f5eadf27c4 (patch)
treee6f8dae7b7831b9f4770dd867f8c8a151a70957c /ax25rtd
parentcac0b0cfb7f587c371ccf2fa359ff37a23d45736 (diff)
Convert to autoconf 2.59. Delete junk from past centuries.
Diffstat (limited to 'ax25rtd')
-rw-r--r--ax25rtd/.cvsignore5
-rw-r--r--ax25rtd/Makefile.in7
2 files changed, 8 insertions, 4 deletions
diff --git a/ax25rtd/.cvsignore b/ax25rtd/.cvsignore
new file mode 100644
index 0000000..aa542b9
--- /dev/null
+++ b/ax25rtd/.cvsignore
@@ -0,0 +1,5 @@
+.deps
+.libs
+Makefile
+ax25rtctl
+ax25rtd
diff --git a/ax25rtd/Makefile.in b/ax25rtd/Makefile.in
index a1e2e25..f24f243 100644
--- a/ax25rtd/Makefile.in
+++ b/ax25rtd/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -15,8 +15,6 @@
@SET_MAKE@
-SOURCES = ax25rtctl.c $(ax25rtd_SOURCES)
-
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
@@ -43,7 +41,7 @@ sbin_PROGRAMS = ax25rtd$(EXEEXT) ax25rtctl$(EXEEXT)
subdir = ax25rtd
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -142,6 +140,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
+SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@