Re: automake/472: toolchain issues when building *.o files from *.S files

2005-08-15 Thread Seth Brutzman
Stepan Kasal wrote: Attached please find a patch, which should do this (there are two versions, for 1.9 and for CVS HEAD). The patch is not tested. (It should be possible to apply the 1.9 patch directly to the installed /usr/bin/automake script.) Hey, Stepan! The patch worked beautifully! I

eBay Change Email Notice

2005-08-15 Thread eBay
Please note that this is a system generated email. Please do not reply to this email. If you have questions, please click the following link or paste it in your browser. http://cgi1.ebay.com/aw-cgi/ebayISAPI.dll?SignIn/f=ap_emailDear Customer,Thank you for submitting your change of email address re

Re: overriding cxxld?

2005-08-15 Thread Karl Berry
if special-need; then AC_SUBST([CXXLD], [cxxhack]) else AC_SUBST([CXXLD], ['$(CXX)']) fi Thanks Stepan, that should fly. I wasn't sure if a simple AC_SUBST would override the default, and it is time-consuming to blindly try. Happy hacking, Karl

Re: overriding cxxld?

2005-08-15 Thread Stepan Kasal
Hello, On Sun, Aug 14, 2005 at 11:35:34PM +0200, Karl Berry wrote: > If I could change the configure.ac or Makefile.am source in the > subproduct to change the setting of CXXLD in the final generated > Makefile, that would work. that's easy: add something like if special-need; then AC_SU