From ed15e2bcc26311ef953123f0c847d44f31eaa64b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 19 Jun 2009 08:00:24 +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. --- INSTALL | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL deleted file mode 100644 index e367a18..0000000 --- a/INSTALL +++ /dev/null @@ -1,34 +0,0 @@ -Installation Instructions for AX.25 Tools -========================================= - -To make these programs you will need the following: - glibc2.1 (Debian 2.1.1-5 or RedHat glibc-2.1.2-3) - A Modern kernel (2.2.x) - libtool - ax25-lib 0.0.5 or better - zlib - -To build it you type: - ./configure - make - make install - -By default, it will install the files in /usr/local. To change this -so that binaries go in /usr and the conf files go in /etc - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make - make install - -To install example configuration files type - make installconf - - -While the configure script attempts to detect broken header files, it may -be that some slip through. You can try to use the other header files by -editing config.h and changing the relevant lines to: - -#undef HAVE_NETAX25_AX25_H -#undef HAVE_NETROM_NETROM_H -#undef HAVE_NETROSE_ROSE_H - - - Craig Small -- cgit v1.2.3