From: SourceForge.net <no...@so...> - 2012-04-12 16:07:59
|
Bugs item #3515650, was opened at 2012-04-07 01:47 Message generated for change (Comment added) made by evg_krsk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586350&aid=3515650&group_id=88346 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: Other >Group: Git >Status: Closed >Resolution: Fixed >Priority: 9 Private: No Submitted By: Elias Pipping (pipping) >Assigned to: Evgenii Terechkov (evg_krsk) Summary: dist-lzma is deprecated and makes automake-1.11.4 fail Initial Comment: I'm attaching a patch that replaces dist-lzma with dist-xz. Without that patch: % autoreconf; echo $? configure.ac:23: warning: macro `AM_GCONF_SOURCE_2' not found in library configure.ac:3: lzma compression is deprecated; use `dist-xz' or `dist-lzip' instead autoreconf-2.68: automake failed with exit status: 1 1 % With that patch: % autoreconf; echo $? configure.ac:23: warning: macro `AM_GCONF_SOURCE_2' not found in library 0 % ---------------------------------------------------------------------- >Comment By: Evgenii Terechkov (evg_krsk) Date: 2012-04-12 09:07 Message: Applied, thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586350&aid=3515650&group_id=88346 |