GNOME Bugzilla – Bug 81029
X-Newsreader header refinement
Last modified: 2004-12-22 21:47:04 UTC
Hi, Pan announces itself as X-Newsreader: Pan 0.xx.y (Unix) Here's a patch allowing it to tell X-Newsreader: Pan 0.xx.y (@host_alias@) by passing --host= to ./configure. It would be nice :-) Patch is ok for head and pan-0-11-fix branches.
Created attachment 8248 [details] [review] the patch (apply with -p1)
Tried this using autoconf-2.52, but it didn't work: host_alias remains blank. host_triplet gets set to 'i686-pc-linux-gnu', though. Is this what you had in mind ?
Did you pass --host to autogen.sh ? I don't know why, for some people this works without, for other it does not ; host_triplet works all the time. We could use host_triplet, yes, as it works better :)
Requiring everyone to add --host to autogen.sh isn't a good idea. :-) Switched to using the _triplet version, which always seems to work. http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=message-send.c&rev1=1.153&rev2=1.154&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=Makefile.am&rev1=1.191&rev2=1.192&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=smtp.c&rev1=1.64&rev2=1.65&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan&command=DIFF_FRAMESET&file=configure.in&rev1=1.183&rev2=1.184&root=/cvs/gnome