Re: [blfs-support] Error installing FAAD2

2013-08-14 Thread Dave Wagler
On Wed, Aug 14, 2013 at 11:12 AM, Armin K. wrote: > > > Try using sed -i "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" configure.in > Worked, thanks again, Dave -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above

Re: [blfs-support] Error installing FAAD2

2013-08-14 Thread Armin K.
On 08/14/2013 05:38 PM, Dave Wagler wrote: > When installing faad2-2.7 this happens: > > $ patch -Np1 -i ../faad2-2.7-mp4ff-1.patch && > > autoreconf -fi > patching file common/mp4ff/Makefile.am > aclocal: warning: autoconf input should be named 'configure.ac >

Re: [blfs-support] Error installing FAAD2

2013-08-14 Thread Bruce Dubbs
Dave Wagler wrote: > When installing faad2-2.7 this happens: > > $ patch -Np1 -i ../faad2-2.7-mp4ff-1.patch && >>> autoreconf -fi >> patching file common/mp4ff/Makefile.am >> aclocal: warning: autoconf input should be named 'configure.ac', not ' >> configure.in' >> configure.in:28: error: 'AM_CONFI

[blfs-support] Error installing FAAD2

2013-08-14 Thread Dave Wagler
When installing faad2-2.7 this happens: $ patch -Np1 -i ../faad2-2.7-mp4ff-1.patch && > > autoreconf -fi > patching file common/mp4ff/Makefile.am > aclocal: warning: autoconf input should be named 'configure.ac', not ' > configure.in' > configure.in:28: error: 'AM_CONFIG_HEADER': this macro is obs