bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh

2013-05-30 Thread Peter Rosin
On 2013-05-29 11:50, Stefano Lattarini wrote: On 05/29/2013 08:33 AM, Peter Rosin wrote: Hi! On MSYS, I have this situation: $ texi2dvi --version You don't have a working TeX binary installed, but the texi2dvi script can't proceed without it. If you want to use this script, you have to

bug#14500: t/subpkg.sh fails when $CC is not cc

2013-05-30 Thread Peter Rosin
On 2013-05-29 11:32, Stefano Lattarini wrote: On 05/29/2013 09:24 AM, Peter Rosin wrote: Hi! I'm configuring Automake master (baf8a1c22acce0908) with: ./configure CC=.../compile cl ... ... This appears to cause the below FAIL in t/subpkg.sh. Cheers, Peter *snip* checking whether

bug#14501: dependency generation FAIL in t/subobj11a.sh

2013-05-30 Thread Peter Rosin
On 2013-05-29 11:23, Stefano Lattarini wrote: On 05/29/2013 09:48 AM, Peter Rosin wrote: On 2013-05-29 09:41, Peter Rosin wrote: Hi! On Automake master (baf8a1c22acce0908), t/subobj11a.sh fails on MSYS/MSVC (depmode=msvc7msys), like this: + make quux src/.deps/foo.Po:1: *** target pattern

bug#14501: dependency generation FAIL in t/subobj11a.sh

2013-05-30 Thread Stefano Lattarini
On 05/30/2013 09:28 AM, Peter Rosin wrote: On 2013-05-29 11:23, Stefano Lattarini wrote: On 05/29/2013 09:48 AM, Peter Rosin wrote: On 2013-05-29 09:41, Peter Rosin wrote: Hi! On Automake master (baf8a1c22acce0908), t/subobj11a.sh fails on MSYS/MSVC (depmode=msvc7msys), like this: + make

bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh

2013-05-30 Thread Stefano Lattarini
On 05/30/2013 08:24 AM, Peter Rosin wrote: On 2013-05-29 11:50, Stefano Lattarini wrote: On 05/29/2013 08:33 AM, Peter Rosin wrote: Hi! On MSYS, I have this situation: $ texi2dvi --version You don't have a working TeX binary installed, but the texi2dvi script can't proceed without it. If

bug#14501: dependency generation FAIL in t/subobj11a.sh

2013-05-30 Thread Peter Rosin
On 2013-05-30 10:44, Stefano Lattarini wrote: Or even depcmp: avoid trailing backslash in depfile for depmode=msvc7, maybe? Pushed with your subject. Thanks! Cheers, Peter

Re: Always use -c -o when compiling C

2013-05-30 Thread Peter Rosin
On 2013-05-30 00:39, Stefano Lattarini wrote: On 05/30/2013 12:14 AM, Peter Rosin wrote: Hi! I just tried the testsuite on maint with MSYS/MSVC and I have one failure, namely in silent-many-languages.sh. The reason it fails is that while I have specified MSVC as the C and C++ compiler, I

Re: bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh

2013-05-30 Thread Peter Rosin
On 2013-05-29 11:50, Stefano Lattarini wrote: On 05/29/2013 08:33 AM, Peter Rosin wrote: Hi! On MSYS, I have this situation: $ texi2dvi --version You don't have a working TeX binary installed, but the texi2dvi script can't proceed without it. If you want to use this script, you have to

Re: bug#14501: dependency generation FAIL in t/subobj11a.sh

2013-05-30 Thread Peter Rosin
On 2013-05-29 11:23, Stefano Lattarini wrote: On 05/29/2013 09:48 AM, Peter Rosin wrote: On 2013-05-29 09:41, Peter Rosin wrote: Hi! On Automake master (baf8a1c22acce0908), t/subobj11a.sh fails on MSYS/MSVC (depmode=msvc7msys), like this: + make quux src/.deps/foo.Po:1: *** target pattern

Re: Always use -c -o when compiling C

2013-05-30 Thread Stefano Lattarini
On 05/30/2013 08:20 AM, Peter Rosin wrote: On 2013-05-30 00:39, Stefano Lattarini wrote: On 05/30/2013 12:14 AM, Peter Rosin wrote: Hi! I just tried the testsuite on maint with MSYS/MSVC and I have one failure, namely in silent-many-languages.sh. The reason it fails is that while I have

Re: bug#14501: dependency generation FAIL in t/subobj11a.sh

2013-05-30 Thread Stefano Lattarini
On 05/30/2013 09:28 AM, Peter Rosin wrote: On 2013-05-29 11:23, Stefano Lattarini wrote: On 05/29/2013 09:48 AM, Peter Rosin wrote: On 2013-05-29 09:41, Peter Rosin wrote: Hi! On Automake master (baf8a1c22acce0908), t/subobj11a.sh fails on MSYS/MSVC (depmode=msvc7msys), like this: + make

Re: bug#14499: broken texi2dvi causes a FAIL in t/txinfo-no-split.sh

2013-05-30 Thread Stefano Lattarini
On 05/30/2013 08:24 AM, Peter Rosin wrote: On 2013-05-29 11:50, Stefano Lattarini wrote: On 05/29/2013 08:33 AM, Peter Rosin wrote: Hi! On MSYS, I have this situation: $ texi2dvi --version You don't have a working TeX binary installed, but the texi2dvi script can't proceed without it. If

Re: bug#14501: dependency generation FAIL in t/subobj11a.sh

2013-05-30 Thread Peter Rosin
On 2013-05-30 10:44, Stefano Lattarini wrote: Or even depcmp: avoid trailing backslash in depfile for depmode=msvc7, maybe? Pushed with your subject. Thanks! Cheers, Peter

[FYI] {micro} NEWS: document recent testsuite fixes (MinGW/MSYS related)

2013-05-30 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- NEWS | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 39f5121..546d78c 100644 --- a/NEWS +++ b/NEWS @@ -132,7 +132,11 @@ New in 1.13.3: (see automake bug#11413 for a description of

Re: Always use -c -o when compiling C

2013-05-30 Thread Peter Rosin
On 2013-05-30 10:34, Stefano Lattarini wrote: On 05/30/2013 08:20 AM, Peter Rosin wrote: On 2013-05-30 00:39, Stefano Lattarini wrote: On 05/30/2013 12:14 AM, Peter Rosin wrote: Hi! I just tried the testsuite on maint with MSYS/MSVC and I have one failure, namely in

Re: Always use -c -o when compiling C

2013-05-30 Thread Stefano Lattarini
On 05/30/2013 11:35 AM, Peter Rosin wrote: Ok, thanks, how about this? Cheers, Peter From 9f325eea27e41d868fbe020fe4034bec3c758fb0 Mon Sep 17 00:00:00 2001 From: Peter Rosin p...@lysator.liu.se Date: Thu, 30 May 2013 11:31:02 +0200 Subject: [PATCH] automake: assume we can always pass

Re: Always use -c -o when compiling C

2013-05-30 Thread Peter Rosin
On 2013-05-30 11:46, Stefano Lattarini wrote: ACK, and thanks. Pushed. As far as I'm concerned, please go ahead with releases and betas. Thanks for the reviews! Cheers, Peter

[FYI] Merge branch 'micro' into maint

2013-05-30 Thread Stefano Lattarini
commit 0d9399f1efe69864f3295ada6325b14d953149c2 Merge: 9f325ee d3b8ad2 Author: Stefano Lattarini stefano.lattar...@gmail.com Date: Thu May 30 11:55:48 2013 +0200 Merge branch 'micro' into maint * micro: NEWS: document recent testsuite fixes (MinGW/MSYS related) depcomp:

[FYI] {micro} sync: update config.guess from upstream

2013-05-30 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- lib/config.guess | 138 +-- 1 file changed, 73 insertions(+), 65 deletions(-) diff --git a/lib/config.guess b/lib/config.guess index 2055429..120cc0d 100755 --- a/lib/config.guess

[FYI] {micro} release: beta release 1.13.2b (will become 1.13.3)

2013-05-30 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.13.2b. * m4/amversion.m4: Likewise (auto-updated by make bootstrap). Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- Will push soon. If you are aware of any glaring pending issue in the 'micro' branch, please holler ASAP.

[FYI] {micro} announcement: can be generated from development snapshots as well

2013-05-30 Thread Stefano Lattarini
And not only from checkouts corresponding exactly from a beta or stable release. That was only getting in the way of proper testing for the 'announcement' recipe. * maint.mk (determine_release_type): If the make variable DEVEL_SNAPSHOT is set, do not error out if the current version denotes a

[FYI] {micro} maint: support new Automake versioning scheme in tagging/uploading rules

2013-05-30 Thread Stefano Lattarini
* maint.mk (base_version_rx: Drop. (rx-0, rx-1): New. (stable_major_version_rx, stable_minor_version_rx, beta_version_rx): Update. (stable_micro_version_rx, alpha_version_rx: New. (determine_release_type): Adjust. (web-manual-update): Likewise. Signed-off-by: Stefano Lattarini

[FYI] Merge branch 'micro' into maint

2013-05-30 Thread Stefano Lattarini
commit fb3fe261459b68011c0a481d401517c55daae9d1 Merge: 0d9399f 8023872 Author: Stefano Lattarini stefano.lattar...@gmail.com Date: Thu May 30 15:41:34 2013 +0200 Merge branch 'micro' into maint * micro: maint: support new Automake versioning scheme in tagging/uploading rules

Automake test release 1.13.2b (will become 1.13.3)

2013-05-30 Thread Stefano Lattarini
We are pleased to announce the GNU Automake 1.13.2b test release. This is bug-fixing release, fixing a couple of corner-case bugs, and reworking the testsuite to avoid long-standing issues. The testsuite work might have introduced spurious failures on less-tested platforms, so extra testing

Help with static linking

2013-05-30 Thread Kip Warner
Hey lists, Sorry for posting on both autoconf and automake lists. I wasn't sure which one would be more appropriate for this problem. I know this has come up before, judging by the archives, but I cannot figure out the best way to have my executable statically link against certain dependencies.