moving to gitlab? (was: Re: ping: Fixes for guile.m4)

2019-01-22 Thread Aleix Conchillo Flaqué
On Mon, Jan 21, 2019 at 6:59 AM Mike Gran wrote: > It isn't so easy to get one-off patches noticed right now, as far > as I can tell. Sometimes, you have better luck by putting them > in the bug-tracker, and then Mark might notice them. > Any chance or interest in moving to gitlab? My apologies

Re: ping: Fixes for guile.m4

2019-01-21 Thread alex sassmannshausen
ello, > > > > In December Aleix proposed the following patch to address an issue in > > guile.m4 whereby guile programs using the autotools infrastructure would > > not find guile and other tools on distributions such as Ubuntu: > > > > http://lists.gnu.org/arc

ping: Fixes for guile.m4

2019-01-21 Thread Alex Sassmannshausen
Hello, In December Aleix proposed the following patch to address an issue in guile.m4 whereby guile programs using the autotools infrastructure would not find guile and other tools on distributions such as Ubuntu: http://lists.gnu.org/archive/html/guile-devel/2018-12/msg2.htm Guile-Hall

Re: [PATCH] Fixes for guile.m4

2018-12-02 Thread Aleix Conchillo Flaqué
ke/manual/html_node/Serials.html > I was not aware of that. Thanks! Let's try again the, patch attached. Aleix 0001-Fix-guile.m4-GUILD-GUILE_CONFIG-and-GUILE_TOOLS.patch Description: Binary data

[PATCH] Fixes for guile.m4

2018-12-02 Thread Aleix Conchillo Flaqué
prove visibility and also would be much easier to send patches, reviews, etc. It doesn't affect me much since this might be the second patch I send in 8 years, I was just wondering. Best, Aleix 0001-Fix-guile.m4-GUILD-GUILE_CONFIG-and-GUILE_TOOLS.patch Description: Binary data

Autoconf guile.m4 improvement

2014-08-12 Thread Dmitry Bogatov
/guile.m4(GUILE_SITE_DIR): Add new substitution variable GUILE_SITE_LOCAL, that outputs "guile-site" under prefix of package beeing installed, not under guile prefix. This way `make dist-check` will be happy. Signed-off-by: Dmitry Bogatov --- meta/guile.m4 | 16 ++

Re: guile.m4 for autogen

2012-08-29 Thread Harlan Stenn
Bruce, I just tracked down one of the problems: stenn@deacon> grep ag_cv_test_guile_version * config.log:ag_cv_test_guile_version='Backtrace: In ice-9/boot-9.scm: 149: 8 [catch #t # ...] 157: 7 [#] In unknown file: ?: 6 [catch-closure] In ice-9/boot-9.scm: 63: 5 [call-with-prompt prompt0 ...] In

Re: guile.m4 for autogen

2012-08-24 Thread Bruce Korb
Hi Ludovic, On 08/24/12 06:36, Ludovic Courtès wrote: I'd prefer to use guile.m4, even though it uses guile-config. It insists. Unfortunately, it does not work. For me. configure.ac:140: the top level configure:14130: error: possibly undefined macro: AC_LIB_LINKFLAGS_FROM_LIBS

Re: guile.m4 for autogen

2012-08-24 Thread Ludovic Courtès
Hi Bruce, Bruce Korb skribis: > Hi Harlan, > > On 08/18/12 14:41, Harlan Stenn wrote: >> Have you tried using pkg-config in autogen's configure to find the guile >> CFLAGS and loader stuff? > > I'd prefer to use guile.m4, even though it uses guile-config.

Re: guile.m4 for autogen

2012-08-19 Thread Bruce Korb
Hi Harlan, On 08/18/12 14:41, Harlan Stenn wrote: Have you tried using pkg-config in autogen's configure to find the guile CFLAGS and loader stuff? I'd prefer to use guile.m4, even though it uses guile-config. It insists. Unfortunately, it does not work. For me. configure.ac:14

Re: guile.m4 site dir backward compatiblity

2010-10-03 Thread Andy Wingo
On Sat 02 Oct 2010 23:34, Mike Gran writes: > The attached patch allows me to distribute Guile 1.9.x's guile.m4 > in a package that is supposed to compile with both 1.9.x and 1.8.x. Applied, thanks. Andy -- http://wingolog.org/

guile.m4 site dir backward compatiblity

2010-10-02 Thread Mike Gran
Hi all- The attached patch allows me to distribute Guile 1.9.x's guile.m4 in a package that is supposed to compile with both 1.9.x and 1.8.x. Thanks, Mike 0001-Add-v1.8.x-backward-compatiblity-to-GUILE_SITE_DIR.patch Description: Binary data

Re: guile.m4

2009-08-16 Thread Mike Gran
On Sat, 2009-08-15 at 15:43 +0200, Ludovic Courtès wrote: > Hi, > > Mike Gran writes: > > > guile.m4's serial number should be bumped for releases if it has changed. > > AFAICS there hasn't been any change recently. Did you spot something? > > Thanks

Re: guile.m4

2009-08-15 Thread Ludovic Courtès
Hi, Mike Gran writes: > guile.m4's serial number should be bumped for releases if it has changed. AFAICS there hasn't been any change recently. Did you spot something? Thanks, Ludo'.

guile.m4

2009-08-14 Thread Mike Gran
Hi- guile.m4's serial number should be bumped for releases if it has changed. Thanks, Mike