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
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
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_
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
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
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
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_
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
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
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
> >
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
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
>
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
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
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
>>
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
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
--
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:
>
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
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
--
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
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
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
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
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
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
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
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
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
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
30 matches
Mail list logo