Need to copy files before distribution, symlinks are bad
[infodrom/cgilib] / INSTALL
diff --git a/INSTALL b/INSTALL
index 67b167f..506d33f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,7 @@ Compiling from Source
 To compile this package you'll have to execute the following two
 commands:
 
-../configure
+./configure
 make
 
 Compiling from CVS
@@ -43,8 +43,8 @@ Run the following commands:
 
 aclocal
 autoconf
-libtoolize --force
-automake --add-missing --foreign
+libtoolize --force --copy
+automake --copy --add-missing --foreign
 
 Before building the final release tarball some files may be removed.