aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-09 16:09:18 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-09 16:09:18 +0000
commit600afc7ff1df3aedc69dd34d7a3d8c0a40b10a82 (patch)
tree578f8a3d4a842f89e184fc966ed6cc18d9564f92 /INSTALL
parent6850f74d8f4c1ac2353ddd460590f1af8edb5572 (diff)
downloadplptools-600afc7ff1df3aedc69dd34d7a3d8c0a40b10a82.tar.gz
plptools-600afc7ff1df3aedc69dd34d7a3d8c0a40b10a82.tar.bz2
plptools-600afc7ff1df3aedc69dd34d7a3d8c0a40b10a82.zip
Remove autogen.sh and hence Makefile.am.in (becomes Makefile.am), and
add a note about use of autoreconf to INSTALL.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 39290b4..25c888f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,5 +57,9 @@ Basic Installation
ldconfig after installation. Another option is to run configure
with the option --prefix=/usr
+
+ To build from CVS, you will first need to run
+
+ autoreconf -i
+
Have fun.
- -Fritz