From 49f951869669f4ebf7a887d8a30b581a266008d5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 11 Apr 2019 12:58:24 +0200 Subject: 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 --- .gitignore | 2 -- Makefile.am | 1 - configure.ac | 2 -- 3 files changed, 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) -- cgit v1.2.3