User Details
User Details
- User Since
- Mar 27 2017, 4:49 PM (433 w, 1 d)
- Availability
- Available
Mar 4 2011
Mar 4 2011
vapier added a comment to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.
i dont quite understand/agree with the last few comments, but i guess it doesnt
matter that much since the code now uses AC_PATH_TOOL which is all i wanted ;)
Feb 22 2011
Feb 22 2011
vapier added a comment to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.
i'm not requesting you install HOST prefixed wrappers. that would actually be
worse since people setting up cross-compile environments already generically
take care of this issue.
Dec 3 2010
Dec 3 2010
vapier reopened T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL as "Open".
vapier added a comment to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.
AC_PATH_TOOL will fall back to gpg-error-config, so the default behavior is
unchanged. AC_PATH_PROG however will wrongly select the host's gpg-error-config
which breaks cross-compiling. it isnt up to random packages to manage the HOST
prefixed tools, so the gpg-error package not explicitly installing it is
irrelevant. cross-build systems take care of creating the wrappers automatically.
Jul 31 2010
Jul 31 2010
vapier set Version to 1.4.5 on T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.