﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2231	faac - Freeware Advanced Audio Coder	bdubbs@…	blfs-book@…	"This package is an optional dependency for several packages in the book (directly and indirectly).

http://sourceforge.net/project/showfiles.php?group_id=704

The code is obviously written by a Windows programmer because all the text files have return characters embedded that breaks a Linux build.  To build:

{{{
sed -i -e 's/\r//' bootstrap configure.in Makefile.am
./bootstrap
./configure --prefix=/usr &&
make &&
sudo make install
}}}

Requires autotools"	task	closed	low		BOOK	SVN	low	duplicate		
