diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -23,8 +23,8 @@ /depcomp /install-sh /libtool -/ltconfig /ltmain.sh +/m4 /missing /stamp-h1 Makefile diff --git a/Makefile.am b/Makefile.am index e330385..405ff58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +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 2deba28..ef434b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ AC_PREREQ(2.59) AC_INIT(ax25-apps, 0.0.8-rc4, linux-hams@vger.kernel.org) +AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_SRCDIR(ax25ipd/config.c) AM_INIT_AUTOMAKE([1.7]) |