summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac2
3 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 372eb17..550da61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,8 +22,6 @@
/configure
/depcomp
/install-sh
-/libtool
-/ltmain.sh
/m4
/missing
/stamp-h1
diff --git a/Makefile.am b/Makefile.am
index 405ff58..e330385 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-ACLOCAL_AMFLAGS = -I m4
SUBDIRS = ax25ipd ax25rtd call listen ax25mond
EXTRA_DIST = pathnames.h ax25-apps.spec
diff --git a/configure.ac b/configure.ac
index 8f91b5d..fd1c17d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(ax25-apps, 0.0.8-rc5, linux-hams@vger.kernel.org)
-AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_SRCDIR(ax25ipd/config.c)
AM_INIT_AUTOMAKE([1.7])
@@ -12,7 +11,6 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_GCC_TRADITIONAL
-AC_PROG_LIBTOOL
dnl Checks for libraries.
AC_SUBST(AX25_LIB)