#3748: libtirpc 0.2.2 and automake 1.13 mismatch
-----------------------------+----------------------------------------------
Reporter: pierre.labastie | Owner: blfs-book@…
Type: defect | Status: new
Priority: normal | Milestone: current
Component: BOOK | Version: SVN
Severity: minor | Keywords:
-----------------------------+----------------------------------------------
The autoreconf command does not work, with an error message:
{{{
error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
}}}
One possibility is to run:
{{{
autoupdate
}}}
before autoreconf, but it generates a warning because of an autoconf
version mismatch. Then autoreconf generates only warnings about obsolete
macros. But the package builds OK
Another way:
{{{
sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS' configure.ac
}}}
Still autoreconf generates warnings about obsolete macros.
BTW, the command:
{{{
if [ ! -r /usr/include/rpc/rpc.h ]; then
tar -xvf ../rpcnis-headers.tar.bz2 -C /usr/include
fi
}}}
should be run as root.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3748>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page