From d18b4bea000b805b64ea8d2814076276323d0322 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 19 Jun 2009 08:00:07 +0000 Subject: 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 77eecab..20391b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_PREREQ(2.59) AC_INIT(ax25-apps, 0.0.8-rc1, linux-hams@vger.kernel.org) AC_CONFIG_SRCDIR(ax25ipd/config.c) +AC_CONFIG_MACRO_DIR([m4] AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) -- cgit v1.2.3