summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-19 08:00:07 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-19 08:00:07 +0000
commitd18b4bea000b805b64ea8d2814076276323d0322 (patch)
treeabe97683e9131a6df60a9e2ef246e92b5608dcd6 /Makefile.am
parentccacf84f7602946c76944aae6ce1d5e2aa2b4814 (diff)
Remove all generated files.
Keeping generated files in CVS doesn't only tend to produce large and cluttered files it also may result in build problems due to timestamps in the wrong order. So dump everything, update .cvsignore to ignore these files and resolve all warnings generated by autoreconf. From now on users of a CVS checkout should run the command autoreconf --install --force after having done a CVS checkout. For this to succeed automake, autoconf and libtool will have to be installed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fe5ccf..43634bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,8 @@
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS = ax25ipd ax25rtd call listen ax25mond
-EXTRA_DIST = pathnames.h autogen.sh
+EXTRA_DIST = pathnames.h
installconf:
@for app in $(SUBDIRS); do $(MAKE) -C $$app installconf; done