[vorbis] PATCH: mandir incorrectly set in Makefile.in
Michael Carmack
karmak at karmak.org
Wed Feb 13 16:13:09 PST 2002
The following is a small patch to Makefile.in that fixes a problem
when --mandir is passed to configure. Currently this (standard)
option is ignored, being overridden via an explicit setting of
MANDIR in configure.
m.
<p>--- BEGIN 'diff -u' OUTPUT ---
<p>--- TRANSFORM/PATCH/Makefile.in Wed Feb 13 23:41:28 2002
+++ TRANSFORM/PATCH/Makefile.in.original Wed Feb 13 23:41:16 2002
@@ -96,7 +96,7 @@
m4datadir = $(datadir)/aclocal
m4data_DATA = ao.m4
-mandir = @mandir@
+mandir = @MANDIR@
man_MANS = libao.conf.5
EXTRA_DIST = README AUTHORS CHANGES COPYING libao.spec ao.m4 acinclude.m4 $(man_MANS)
<p>--- END 'diff -u' OUTPUT ---
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis
mailing list