search for: flac__has_docbook_to_man

Displaying 3 results from an estimated 3 matches for "flac__has_docbook_to_man".

2004 Sep 10
1
Altivec, automake
...vision 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 test -n "$NASM" ; then *************** *** 337,342 **** --- 343...
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
2012 Dec 04
0
[PATCH] Update FSF address.
...Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. if FLaC__HAS_DOCBOOK_TO_MAN flac.1: flac.sgml diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am index 6d6be71..abc10f5 100644 --- a/src/flac/Makefile.am +++ b/src/flac/Makefile.am @@ -11,9 +11,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -#...