[vorbis] PATCH: vorbis-tools-1.0rc3 does not accept --mandir

Michael Carmack karmak at karmak.org
Wed Feb 13 17:08:57 PST 2002



This patch fixes vorbis-tools-1.0rc3 to accept the standard --mandir
configure option. The patch is against the top-level configure.in:

m.

<p>--- Begin 'diff -u' output ---

<p>--- TRANSFORM/PATCH/configure.in        Thu Feb 14 00:58:23 2002
+++ TRANSFORM/PATCH/configure.in.original       Thu Feb 14 00:33:49 2002
@@ -105,14 +105,10 @@
 dnl Work around FHS stupidity
 dnl --------------------------------------------------
 
-if test -z "$mandir"; then
-    if test "$prefix" = "/usr"; then
-        MANDIR='$(datadir)/man'
-    else
-        MANDIR='$(prefix)/man'
-    fi
+if test "$prefix" = "/usr"; then
+    MANDIR='$(datadir)/man'
 else
-    MANDIR=$mandir
+    MANDIR='$(prefix)/man'
 fi
 AC_SUBST(MANDIR)

<p>--- End 'diff -u' output ---

--- >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