summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-04-11 12:58:24 +0200
committerRalf Baechle <ralf@linux-mips.org>2019-04-11 12:58:24 +0200
commit49f951869669f4ebf7a887d8a30b581a266008d5 (patch)
tree34ea2f436a080e214bcbd2067af59706392c5acb
parentc8ceca1b1bd50320f11bba9b65be0600a9da579e (diff)
libtool: Remove useless libtool support.
ax25-apps doesn't build any libraries, so libtools support is useless. Historically libtools was enabled in the ax25 build system since 0.0.1, the oldest release still in existence. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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)