Patches item #3429037, was opened at 2011-10-27 03:38 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3429037...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None
Status: Pending Resolution: Accepted
Priority: 5 Private: No Submitted By: Ricardo Fabbri (ricardofabbri) Assigned to: Nobody/Anonymous (nobody) Summary: Gem doesn't compile with newer automake
Initial Comment: As of this date, using newer automake, such as automake from Git (which is common ammong developers), breaks Gem build. By running autogen.sh in the Gem directory, after a while one faces the error:
src/Output/Makefile.am:11: error: `pkglibdir' is not a legitimate directory for `DATA' autoreconf: automake failed with exit status: 1
The attached patch fixes this. It just removes the unused pkglib_DATA = line
For a discussion related to recent changes in automake on pkglib and pkglibexec prefixes, see: http://www.mail-archive.com/coreutils@gnu.org/msg01407.html
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-27 09:19
Message: thx, applied
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3429037...