Re: [PATCH] Add OS info to version output

2002-07-01 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: > > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> Good point. Then what about the following patch to src/lyx_main.C: > > I change the configure script to use the variable $host, which should > do what you want. Please check it out. OK. Now I get with "lyx

Re: [PATCH] Add OS info to version output

2002-07-01 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Good point. Then what about the following patch to src/lyx_main.C: I change the configure script to use the variable $host, which should do what you want. Please check it out. JMarc

Re: [PATCH] Add OS info to version output

2002-07-01 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> My can't we just use the output from config.guess: Lars> ./config.guess i686-pc-linux-gnu Lars> What other information do we need? The actual os version? This is what $host is supposed to return. JMarc

Re: [PATCH] Add OS info to version output

2002-06-20 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: >> >> > "R" == R Lahaye <[EMAIL PROTECTED]> writes: >> >> R> Jean-Marc Lasgouttes wrote: >> >> > "R" == R Lahaye <[EMAIL PROTECTED]> writes: >> >> >> >> >> How relevant is it to know your exact version of freebsd? >>

Re: [PATCH] Add OS info to version output

2002-06-18 Thread R. Lahaye
John Levon writes: > On Wed, Jun 19, 2002 at 12:23:43PM +0900, R. Lahaye wrote: > > > When I do a "lyx --version", the output doesn't mention > > anything about my OS. I have added this to configure.in > > and patch is attached. > > Eh ? Why should it ? > > uname -a does that perfectly well ...

Re: [PATCH] Add OS info to version output

2002-06-18 Thread John Levon
On Wed, Jun 19, 2002 at 12:23:43PM +0900, R. Lahaye wrote: > When I do a "lyx --version", the output doesn't mention > anything about my OS. I have added this to configure.in > and patch is attached. Eh ? Why should it ? uname -a does that perfectly well ... regards john -- "If a thing is no

[PATCH] Add OS info to version output

2002-06-18 Thread R. Lahaye
Hi, When I do a "lyx --version", the output doesn't mention anything about my OS. I have added this to configure.in and patch is attached. Any idea what ${host_alias} is supposed to do here? This variable remains empty on my FreeBSD compilation! Regards, Rob. OSrelease.diff.gz Description: G