Christian Hesse <[email protected]> writes: > Simon Josefsson <[email protected]> on Thu, 2013/01/10 15:04: >> Christian Hesse <[email protected]> writes: >> >> > Hello everybody, >> > >> > I need these changes to build from git with latest automake. >> >> Hi. This was dicussed on the automake list some time ago: >> >> http://lists.gnu.org/archive/html/automake/2012-05/msg00014.html >> >> Can you check whether 'm4_ifdef([AM_PROG_AR], [AM_PROG_AR])' alone is >> sufficient? I think it should be. > > Looks good. My updated and tested patch is attached.
Thanks. What error do you get if this part is not applied? -AUTOMAKE_OPTIONS = 1.6 +# no-portability allows us to use GNU make variable assignments +# without automake complaining. +AUTOMAKE_OPTIONS = 1.6 -Wno-portability It doesn't seem related to the AM_PROG_AR issue. Possibly this indicate a problem that could be fixed in libpskc/gtk-doc/Makefile.am or libpskc/gtk-doc.make instead. /Simon
