Igor, I do not know what I did wrong, perhaps nothing, in doubt, sent
here, instead of -support.
$ autoreconf --version
autoreconf (GNU Autoconf) 2.69
Problem and solution:
patch -Np1 -i ../faad2-2.7-mp4ff-1.patch &&
#aclocal: warning: autoconf input should be named 'configure.ac',
not 'configure.in'
#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: 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
mv -vi configure.in configure.ac &&
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac &&
autoreconf -fi &&
With that, it worked.
Of course, without the patch, no need for autoreconf, configure
succeeded, too.
--
[]s,
Fernando
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page