Re: LyX 140 configure problem with awk

2005-09-13 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> so you should find the strings "\\arabic{section}" and >> "\\Alph{section}" in the .pot file. Bennett> Yes -- they're all there (at least every one I checked!). Very good. I'll apply the patch. JMarc

Re: LyX 140 configure problem with awk

2005-09-13 Thread Bennett Helm
On Sep 13, 2005, at 8:56 AM, Jean-Marc Lasgouttes wrote: What I am interested in are entries related to LabelString in layout files, so my enumi example was not very well chosen. Actually, it was my fault: I was stupidly looking at lyx.pot from the wrong build. For example, numarticle.inc

Re: LyX 140 configure problem with awk

2005-09-13 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Sep 13, 2005, at 5:16 AM, Jean-Marc Lasgouttes wrote: >> The important question is whether the information in lyx.pot is >> reasonable. You should see entries like: >> >> msgid "\\arabic{enumi}." msgstr "" >> >> (what is imp

Re: LyX 140 configure problem with awk

2005-09-13 Thread Bennett Helm
On Sep 13, 2005, at 5:16 AM, Jean-Marc Lasgouttes wrote: The important question is whether the information in lyx.pot is reasonable. You should see entries like: msgid "\\arabic{enumi}." msgstr "" (what is important here is the double backslash). I don't get \\arabic{enumi} in particular. I

Re: LyX 140 configure problem with awk

2005-09-13 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> That seems to work for me. The important question is whether the information in lyx.pot is reasonable. You should see entries like: msgid "\\arabic{enumi}." msgstr "" (what is important here is the double backslash). JMarc

Re: LyX 140 configure problem with awk

2005-09-12 Thread Bennett Helm
On Sep 12, 2005, at 10:38 AM, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: To fix 2/ properly, I see two radically different solutions: a) set POSIXLY_CORRECT before invoking awk, so that gawk is in POSIX mode and w

Re: LyX 140 configure problem with awk

2005-09-12 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >> To fix 2/ properly, I see two radically different solutions: >> a) set POSIXLY_CORRECT before invoking awk, so that gawk is in >> POSIX mode and we can use the second gsub flavour. Angus> I think tha

Re: LyX 140 configure problem with awk

2005-09-09 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > To fix 2/ properly, I see two radically different solutions: > a) set POSIXLY_CORRECT before invoking awk, so that gawk is in POSIX > mode and we can use the second gsub flavour. I think that an app that conforms to POSIX has at least some chance of working in a mult

Re: LyX 140 configure problem with awk

2005-09-09 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Some Luddite decided to add gawk-specific code. I believe that Angus> Lars knows where and what... Well, actually, the gawk-specific code was already there, but we did not test for it, and thus created broken .pot files. The two pr

Re: LyX 140 configure problem with awk

2005-09-08 Thread Angus Leeming
Bennett Helm wrote: > Now that I've finally got cvs set up again, I notice that there's a > problem with configure on machines without gawk (like Mac OS X). > Although the code starting at line 1904 correctly finds that I don't > have gawk, mawk, or nawk but do have awk, and although ac_cv_prog_AW

LyX 140 configure problem with awk

2005-09-08 Thread Bennett Helm
Now that I've finally got cvs set up again, I notice that there's a problem with configure on machines without gawk (like Mac OS X). Although the code starting at line 1904 correctly finds that I don't have gawk, mawk, or nawk but do have awk, and although ac_cv_prog_AWK is properly set to