Michael Carmack
2002-Feb-13 17:08 UTC
[vorbis] PATCH: vorbis-tools-1.0rc3 does not accept --mandir
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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Jack Moffitt
2002-Feb-13 17:16 UTC
[vorbis] PATCH: vorbis-tools-1.0rc3 does not accept --mandir
> This patch fixes vorbis-tools-1.0rc3 to accept the standard --mandir > configure option. The patch is against the top-level configure.in:Before you send one of these for each module in cvs, you might consider just entering these all as bugs at bugs.xiph.org. This has the added benefit of not letting us forget about them :) jack. --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.