summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-19 08:00:24 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-19 08:00:24 +0000
commited15e2bcc26311ef953123f0c847d44f31eaa64b (patch)
tree3fde7e72eedc5b3cfc28503939ceebbea444d979 /INSTALL
parent65a90780c0672064a6b68ac75c51eb72d4455799 (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 'INSTALL')
-rw-r--r--INSTALL34
1 files changed, 0 insertions, 34 deletions
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 <csmall@small.dropbear.id.au>