On 05/31/2013 10:24 AM, Richard Heck wrote:
I am getting what's below when trying to build current trunk. This is
on a completely new clone, as well.
I assume this is somehow due to the gettext stuff.
Richard
=====
../lyx/lyx-devel/ [⚡ master] > ./autogen.sh
Using automake (GNU automake) 1.11.6
Using autoconf (GNU Autoconf) 2.68
Building macros...
m4/po.m4:40: warning: macro `AM_PATH_PROG_WITH_TEST' not found in library
m4/po.m4:65: warning: macro `AM_PATH_PROG_WITH_TEST' not found in library
m4/po.m4:82: warning: macro `AM_PATH_PROG_WITH_TEST' not found in library
[snip]
Solution: Install gettext-devel package.
Richard