search for: docbook_to_man

Displaying 2 results from an estimated 2 matches for "docbook_to_man".

2004 Sep 10
1
Altivec, automake
...=== RCS file: /cvsroot/flac/flac/configure.in,v retrieving revision 1.94 diff -c -r1.94 configure.in *** configure.in 29 Jul 2004 05:25:36 -0000 1.94 --- configure.in 29 Jul 2004 10:20:55 -0000 *************** *** 311,316 **** --- 311,322 ---- AC_DEFINE(FLAC__HAS_DOXYGEN) fi + AC_CHECK_PROGS(DOCBOOK_TO_MAN, docbook-to-man docbook2man) + AM_CONDITIONAL(FLaC__HAS_DOCBOOK_TO_MAN, test -n "$DOCBOOK_TO_MAN") + if test -n "$DOCBOOK_TO_MAN" ; then + AC_DEFINE(FLAC__HAS_DOCBOOK_TO_MAN) + fi + AC_CHECK_PROGS(NASM, nasm) AM_CONDITIONAL(FLaC__HAS_NASM, test -n "$NASM") if te...
2004 Sep 10
2
Altivec, automake
finished hooking up the altivec stuff so it works in ProjectBuilder. I ran a test, doing a 'flac -t' on 400MB of files compresses at level 5. the runtime dropped from from 180 sec to 105 sec! once I get the latest autotools on my ibook I'll try and get asm compilation to work that way. Josh --- Josh Coalson <xflac@yahoo.com> wrote: > OK, checked it all in (only minor