summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:13:36 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:13:36 +0000
commit39ea1f46a1274d8be09c8f9fa742838fa2758e60 (patch)
treead7ff250b37bfa510e3759df25ee301faf6a73a3 /CHANGES
parent6a4b552f3033f7cf98e164339412b605091ef4e1 (diff)
downloadogg-git-39ea1f46a1274d8be09c8f9fa742838fa2758e60.tar.gz
* error out on autotools failures so warnings are caught early on
* clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) svn path=/trunk/ogg/; revision=6990
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 965e795..023b09d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,2 +1,10 @@
+2004-07-05 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * error out on autotools failures so warnings are caught early on
+ * clean up AC_OUTPUT
+ * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel
+ (this can be verified by checking Makefile's generated in other
+ directories and seeing that the var isn't used)
+
- Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
+ separated from vorbis