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
>     <http://configure.ac>', not 'configure.in <http://configure.in>'
>     configure.in:28 <http://configure.in:28>: error: 'AM_CONFIG_HEADER':
>     this macro is obsolete.
>         You should use the 'AC_CONFIG_HEADERS' macro instead.
>     /usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is
>     expanded from...
>     configure.in:28 <http://configure.in:28>: the top level
>     autom4te: /usr/bin/m4 failed with exit status: 1
>     aclocal: error: echo failed with exit status: 1
>     autoreconf: aclocal failed with exit status: 1
> 
> 
> Help?
> 
> Thanks,
> Dave
> 
> 

Try using sed -i "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" configure.in
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to