summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-31 13:52:19 +0000
committerCarl Worth <cworth@cworth.org>2005-08-31 13:52:19 +0000
commit41c321fffaaa035b71aa8d149e748e1aae6d2317 (patch)
tree83c27ee47a310ac79f57cc253e0f9c93e8405641
parenteb2316ecc7dfe2f7a87153c0094bda8754f6d36f (diff)
Add note to use ./autogen.sh instead of ./configure when working with source from cvs.
-rw-r--r--ChangeLog5
-rw-r--r--INSTALL4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 103479e7..f21c3a04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-31 Carl Worth <cworth@cworth.org>
+ * INSTALL: Add note to use ./autogen.sh instead of ./configure
+ when working with source from cvs.
+
+2005-08-31 Carl Worth <cworth@cworth.org>
+
* test/get-and-set.c: Fix test to not try to set a non-invertible
matrix. (We'd gotten away with this due to round-off error on many
systems). Fixes one out of six failures in bug #4245.
diff --git a/INSTALL b/INSTALL
index 0fe69205..854113ea 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,6 +16,10 @@ This final step may require temporary root access (eg. with sudo) if
you don't have write permission to the directory in which cairo will
be installed.
+NOTE: If you are working with source from CVS rather than from a tar
+file, then you should use ./autogen.sh in place of ./configure
+anywhere it is mentioned in these instructions.
+
More detailed build instructions
--------------------------------