summaryrefslogtreecommitdiff
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/Makefile.am b/win32/Makefile.am
index 535e3b48..a356c6cb 100644
--- a/win32/Makefile.am
+++ b/win32/Makefile.am
@@ -1,8 +1,5 @@
## Process this with automake to create Makefile.in
-AUTOMAKE_OPTIONS = foreign
-
-
EXTRA_DIST = vorbis.def vorbis_dynamic.dsp vorbis_static.dsp\
vorbisfile.def vorbisfile_dynamic.dsp vorbisfile_static.dsp\
vorbisenc.def vorbisenc_dynamic.dsp vorbisenc_static.dsp\