summaryrefslogtreecommitdiff
path: root/lib/modes
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2004-07-26 13:31:38 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2004-07-26 13:31:38 +0000
commitce13174d4aa17a060b9458a0cabb636a2dca5323 (patch)
tree055f72668ced9956b89ed1e5c0879bb38ec7478e /lib/modes
parent96c06653bb93ae4d2759ddb9fc13550e42bac99e (diff)
downloadlibvorbis-git-ce13174d4aa17a060b9458a0cabb636a2dca5323.tar.gz
This patch fixes a few autotools issues with vorbis svn
* error out on autotools failures so warnings are caught early on * move around AC_CANONICAL_HOST to squash warning * add AC_CANONICAL_TARGET * don't squash LIBS but set VORBIS_LIBS instead * 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) * use OGG_LIBS and VORBIS_LIBS in Makefile.am svn path=/trunk/vorbis/; revision=7345
Diffstat (limited to 'lib/modes')
-rw-r--r--lib/modes/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/modes/Makefile.am b/lib/modes/Makefile.am
index b91242f6..279a7f00 100644
--- a/lib/modes/Makefile.am
+++ b/lib/modes/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = foreign
-
EXTRA_DIST = floor_all.h psych_44.h residue_44.h setup_11.h setup_32.h \
setup_8.h psych_11.h psych_8.h residue_44u.h setup_16.h \
setup_44.h setup_X.h psych_16.h residue_16.h residue_8.h \