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. --- autogen.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 2805c51..0000000 --- a/autogen.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# -# autogen.sh glue for ax25-tools -# $Id: autogen.sh,v 1.1 2002/03/04 01:26:44 csmall Exp $ -# -# Requires: automake, autoconf, dpkg-dev -set -e - -# Refresh GNU autotools toolchain. -aclocal -autoheader -automake --verbose --foreign --add-missing - -# The automake package already links config.sub/guess to /usr/share/misc/ -for i in config.guess config.sub missing install-sh mkinstalldirs ; do - test -r /usr/share/automake/${i} && cp -f /usr/share/automake/${i} . - chmod 755 ${i} -done - -autoconf - -exit 0 -- cgit v1.2.3