Re: [E-devel] configure.ac English terms

2012-12-28 Thread Vincent Torri
On Fri, Dec 28, 2012 at 3:06 PM, Leif Middelschulte wrote: > Hi Vincent, > > could you, the master of autotools, add LANG=C to the grep commands in the > EFL, as described below? I don't want to poach in your teretory ;) do whatever you want > > Thanks, > > Leif > > Am Freitag, 28. Dezember 201

Re: [E-devel] configure.ac English terms

2012-12-28 Thread Leif Middelschulte
Hi Vincent, could you, the master of autotools, add LANG=C to the grep commands in the EFL, as described below? I don't want to poach in your teretory ;) Thanks, Leif Am Freitag, 28. Dezember 2012 um 13:08 schrieb Gustavo Sverzut Barbieri: > On Friday, December 28, 2012, Leif Middelschulte wr

Re: [E-devel] configure.ac English terms

2012-12-28 Thread Leif Middelschulte
Am Freitag, 28. Dezember 2012 um 13:19 schrieb Carsten Haitzler: > On Thu, 27 Dec 2012 16:35:58 +0100 Leif Middelschulte > mailto:leif.middelschu...@gmail.com)> said: > > > Hello everyone, > > > > Does anybody have a problem with replacing the English terms parameters of > > grep in m4_define([v_

Re: [E-devel] configure.ac English terms

2012-12-28 Thread Leif Middelschulte
Am Freitag, 28. Dezember 2012 um 13:08 schrieb Gustavo Sverzut Barbieri: > On Friday, December 28, 2012, Leif Middelschulte wrote: > > > Am Freitag, 28. Dezember 2012 um 04:50 schrieb Carsten Haitzler: > > > On Thu, 27 Dec 2012 16:35:58 +0100 Leif Middelschulte > > > mailto:leif.middelschu...@gmai

Re: [E-devel] configure.ac English terms

2012-12-28 Thread Gustavo Sverzut Barbieri
On Friday, December 28, 2012, Leif Middelschulte wrote: > Am Freitag, 28. Dezember 2012 um 04:50 schrieb Carsten Haitzler: > > On Thu, 27 Dec 2012 16:35:58 +0100 Leif Middelschulte > > (mailto: > leif.middelschu...@gmail.com )> said: > > > > > Hello everyone, > > > > > > Does anybody have a probl

Re: [E-devel] configure.ac English terms

2012-12-28 Thread The Rasterman
On Thu, 27 Dec 2012 16:35:58 +0100 Leif Middelschulte said: > Hello everyone, > > Does anybody have a problem with replacing the English terms parameters of > grep in m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | > grep -v '\(export\|Unversioned directory\)' || echo 0) | awk

Re: [E-devel] configure.ac English terms

2012-12-28 Thread Leif Middelschulte
Am Freitag, 28. Dezember 2012 um 04:50 schrieb Carsten Haitzler: > On Thu, 27 Dec 2012 16:35:58 +0100 Leif Middelschulte > mailto:leif.middelschu...@gmail.com)> said: > > > Hello everyone, > > > > Does anybody have a problem with replacing the English terms parameters of > > grep in m4_define([v_

Re: [E-devel] configure.ac English terms

2012-12-27 Thread The Rasterman
On Thu, 27 Dec 2012 16:35:58 +0100 Leif Middelschulte said: > Hello everyone, > > Does anybody have a problem with replacing the English terms parameters of > grep in m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | > grep -v '\(export\|Unversioned directory\)' || echo 0) | awk

[E-devel] configure.ac English terms

2012-12-27 Thread Leif Middelschulte
Hello everyone, Does anybody have a problem with replacing the English terms parameters of grep in m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) (taken from config

Re: [E-devel] configure.ac change proposal

2010-12-21 Thread The Rasterman
On Tue, 21 Dec 2010 00:13:34 -0500 Mike Blumenkrantz said: > On Mon, 20 Dec 2010 15:52:52 -0800 > Michael Jennings wrote: > > > On Tuesday, 21 December 2010, at 08:37:01 (+0900), > > Carsten Haitzler wrote: > > > > > i'd say no - why change what works just to make the shell script shorter > >

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread Mike Blumenkrantz
On Mon, 20 Dec 2010 15:52:52 -0800 Michael Jennings wrote: > On Tuesday, 21 December 2010, at 08:37:01 (+0900), > Carsten Haitzler wrote: > > > i'd say no - why change what works just to make the shell script shorter by > > a bit? michael already made a point - you will get the M. by changing th

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread Michael Jennings
On Tuesday, 21 December 2010, at 08:37:01 (+0900), Carsten Haitzler wrote: > i'd say no - why change what works just to make the shell script shorter by a > bit? michael already made a point - you will get the M. by changing this you: > > 1. risk breaking things where grep isn't a full gnu grep >

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread The Rasterman
On Mon, 20 Dec 2010 16:30:33 -0500 Mike Blumenkrantz said: > On Sun, 19 Dec 2010 15:19:31 -0800 > Michael Jennings wrote: > > > On Sunday, 19 December 2010, at 23:47:43 (+0100), > > Joerg Sonnenberger wrote: > > > > > > The spec files use: > > > > > > > > svnversion | sed 's/[^0-9].*$//' || e

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread Mike Blumenkrantz
On Sun, 19 Dec 2010 15:19:31 -0800 Michael Jennings wrote: > On Sunday, 19 December 2010, at 23:47:43 (+0100), > Joerg Sonnenberger wrote: > > > > The spec files use: > > > > > > svnversion | sed 's/[^0-9].*$//' || echo > > > > > > which is portable. > > > > One important differences is

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Christopher Michael
That's git's problem, yea ? dh On 12/19/2010 04:32 PM, Albin Tonnerre wrote: > On Sun, 19 Dec 2010 16:18 -0500, Mike Blumenkrantz wrote : >> On Sun, 19 Dec 2010 15:36:57 -0500 >> Mike Blumenkrantz wrote: >> >>> Currently we use some really ugly shell scripting to grab the svn revision >>> of >>

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Christopher Michael
On 12/19/2010 03:36 PM, Mike Blumenkrantz wrote: > Currently we use some really ugly shell scripting to grab the svn revision of > our packages. I propose that we change this to what I have been using with > the > darkness theme for some time: > > current: > (svnversion "${SVN_REPO_PATH:-.}" | gr

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Michael Jennings
On Sunday, 19 December 2010, at 23:47:43 (+0100), Joerg Sonnenberger wrote: > > The spec files use: > > > > svnversion | sed 's/[^0-9].*$//' || echo > > > > which is portable. > > One important differences is that it picks up M if you have any local > changes. Check again. :) Michael --

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Joerg Sonnenberger
On Sun, Dec 19, 2010 at 02:20:21PM -0800, Michael Jennings wrote: > On Sunday, 19 December 2010, at 22:30:18 (+0100), > Joerg Sonnenberger wrote: > > > "grep -o" is not portable. Can't you do: > > > > svnversion -n "${SVN_REPO_PATH:-.}"| sed 's,^\([0-9]*\).*$,\1,' > > The spec files use: >

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Michael Jennings
On Sunday, 19 December 2010, at 22:30:18 (+0100), Joerg Sonnenberger wrote: > "grep -o" is not portable. Can't you do: > > svnversion -n "${SVN_REPO_PATH:-.}"| sed 's,^\([0-9]*\).*$,\1,' The spec files use: svnversion | sed 's/[^0-9].*$//' || echo which is portable. Michael -- Mi

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Joerg Sonnenberger
On Sun, Dec 19, 2010 at 03:36:57PM -0500, Mike Blumenkrantz wrote: > changed: > svnversion -n "${SVN_REPO_PATH:-.}"|grep -Eo "^[0-9]+" "grep -o" is not portable. Can't you do: svnversion -n "${SVN_REPO_PATH:-.}"| sed 's,^\([0-9]*\).*$,\1,' for much the same result? Joerg --

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Albin Tonnerre
On Sun, 19 Dec 2010 16:18 -0500, Mike Blumenkrantz wrote : > On Sun, 19 Dec 2010 15:36:57 -0500 > Mike Blumenkrantz wrote: > > > Currently we use some really ugly shell scripting to grab the svn revision > > of > > our packages. I propose that we change this to what I have been using with > > t

Re: [E-devel] configure.ac change proposal

2010-12-19 Thread Mike Blumenkrantz
On Sun, 19 Dec 2010 15:36:57 -0500 Mike Blumenkrantz wrote: > Currently we use some really ugly shell scripting to grab the svn revision of > our packages. I propose that we change this to what I have been using with > the darkness theme for some time: > > current: > (svnversion "${SVN_REPO_PAT

[E-devel] configure.ac change proposal

2010-12-19 Thread Mike Blumenkrantz
Currently we use some really ugly shell scripting to grab the svn revision of our packages. I propose that we change this to what I have been using with the darkness theme for some time: current: (svnversion "${SVN_REPO_PATH:-.}" | grep -v export || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr

Re: [E-devel] Configure.ac uses non-portable use of sed, breaking autogen.sh on MacOS

2010-06-03 Thread Dave Ray
The dot character in the configure script was not the only error, just the only one discussed in the autoconf thread. The other errors look similar may be due to same problem. Here are the details. Read through this to the end and I think it looks pretty obvious. Here is the total output of

Re: [E-devel] Configure.ac uses non-portable use of sed, breaking autogen.sh on MacOS

2010-06-03 Thread Vincent Torri
On Thu, 3 Jun 2010, Vincent Torri wrote: > > > On Thu, 3 Jun 2010, Gustavo Sverzut Barbieri wrote: > >> On Thu, Jun 3, 2010 at 3:10 PM, Dave Ray wrote: >>> I attempted to compile e17 on MacOS-X Leopard (10.5.8) after doing a >>> fresh OS install. >>> >>> All autoconf.sh scripts are failing in a

Re: [E-devel] Configure.ac uses non-portable use of sed, breaking autogen.sh on MacOS

2010-06-03 Thread Dave Ray
On Jun 3, 2010, at 12:17 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jun 3, 2010 at 3:10 PM, Dave Ray wrote: >> ... >> According to the thread, configure.ac contains a non-portable use of >> sed that is causing the failure only on MacOS. >> ... > > Possibly it was Sachiel's changes from yesterd

Re: [E-devel] Configure.ac uses non-portable use of sed, breaking autogen.sh on MacOS

2010-06-03 Thread Vincent Torri
On Thu, 3 Jun 2010, Gustavo Sverzut Barbieri wrote: > On Thu, Jun 3, 2010 at 3:10 PM, Dave Ray wrote: >> I attempted to compile e17 on MacOS-X Leopard (10.5.8) after doing a >> fresh OS install. >> >> All autoconf.sh scripts are failing in an unusual way. >> >> Spoke to Vincent Torri, who poste

Re: [E-devel] Configure.ac uses non-portable use of sed, breaking autogen.sh on MacOS

2010-06-03 Thread Gustavo Sverzut Barbieri
On Thu, Jun 3, 2010 at 3:10 PM, Dave Ray wrote: > I attempted to compile e17 on MacOS-X Leopard (10.5.8) after doing a > fresh OS install. > > All autoconf.sh scripts are failing in an unusual way. > > Spoke to Vincent Torri, who posted my problem on the M4 list. You can > read the whole thread he

[E-devel] Configure.ac uses non-portable use of sed, breaking autogen.sh on MacOS

2010-06-03 Thread Dave Ray
I attempted to compile e17 on MacOS-X Leopard (10.5.8) after doing a fresh OS install. All autoconf.sh scripts are failing in an unusual way. Spoke to Vincent Torri, who posted my problem on the M4 list. You can read the whole thread here: http://lists.gnu.org/archive/html/autoconf/2010-06/ms

[E-devel] configure.ac

2008-10-04 Thread Peter Wehrfritz
Hi all, The filename "configure.in" is deprecated for a long time now. Since we are know using svn it'd be easy to move the files to the correct name "configure.ac". If there aren't any objections, I will do the rename. Regards Peter