Autoupdate test failing on Solaris7

2000-09-12 Thread Bernard Dautrevaux
Hi all, I was using CVS autoconf and passing the tests I found two problems that I don't know what to think about. There is one test that fails, the autoupdate test (test 111 in my case). There is two problems in this test: First when creating "au.txt" using "autoconf --trace" autoconf

Re: Autoupdate test failing on Solaris7

2000-09-12 Thread Akim Demaille
> "Bernard" == Bernard Dautrevaux <[EMAIL PROTECTED]> writes: Bernard> There is one test that fails, the autoupdate test (test 111 Bernard> in my case). This is a known problem of autoupdate: it needs a powerful sed. I'm thinking about rewriting it in Perl. Contribution are highly apprec

autoconf 2.49a / Sun WorkShop C/C++

2000-09-12 Thread Dimitri PAPADOPOULOS-ORFANOS
Hi, There used to be a bug in autoconf 2.13 related to the generation of dependencies using the C/C++ compiler. This bug is still there in autoconf 2.49a. I am using the example project below: http://www.murrayc.com/learning/linux/automake/helloworld_cc-0.2.tar.gz The Sun WorkShop C/C++ compile

Re: [autoconf-patches] _AC_OUTPUT_SUBDIRS: check for configure.gnu as well [Resend]

2000-09-12 Thread Akim Demaille
> "diger" == diger Kuhlmann writes: > Okay, look at it that way: Let's assume I have a tree of independent > projects to (cross-)compile. Most use autoconf, some don't, notably > perl5. So to configure in one sweep, I have to put some replacement > of autoconf's configure into that director

Re: autoconf 2.49a / Sun WorkShop C/C++

2000-09-12 Thread Alexandre Oliva
On Sep 12, 2000, Dimitri PAPADOPOULOS-ORFANOS <[EMAIL PROTECTED]> wrote: > There used to be a bug in autoconf 2.13 related to the generation > of dependencies using the C/C++ compiler. This bug is still there in > autoconf 2.49a. autoconf has nothing to do with this. It is automake that introdu

using '$' in --program-transform-name

2000-09-12 Thread mpsuzuki
Dear autoconf maintainors: Before all, Thanks for providing excellent utils under GPL... There's any documents to notice how to use '$' in --program-transform-name option? The autoconf info provides an example using '^', but no example using '$'. The configure script generated by autoconf rewrit

Should the C++ sourcefile extension be changed?

2000-09-12 Thread Morten Eriksen
Hi, I see there was a suggestion to change the extension for C++ sourcecode files a couple of months ago. Someone had tested the .cxx extension and found it to work with all compilers he could lay his hands on (quite a few on UNIX systems, plus at least MSVisualC++ on MSWindows). So, as the curr

Re: [autoconf-patches] _AC_OUTPUT_SUBDIRS: check for configure.gnu as well [Resend]

2000-09-12 Thread Alexandre Oliva
On Sep 12, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > Alternatively (sorry for insisting but your proposal seems a bit too > ``specific'' to get into Autoconf per se), can't you just run > Configure with > AC_CONFIG_SUBDIRS(my/autoconfed/dir1 my/autoconfed/dir2) > AC_CONFIG

FYI: autoupdate-gnu-sed [Was: Autoupdate test failing on Solaris7]

2000-09-12 Thread Akim Demaille
I just committed this: Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * autoupdate.sh (sed): Look for GNU sed. (usage): Ask for GNU sed. Index: autoupdate.sh === RCS file: /cvs/autoconf/autoupdate.sh,v r

RE: Autoupdate test failing on Solaris7

2000-09-12 Thread Bernard Dautrevaux
> -Original Message- > From: Akim Demaille [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 12, 2000 12:11 PM > To: Bernard Dautrevaux > Cc: Autoconf mailing list (Adresse de messagerie) > Subject: Re: Autoupdate test failing on Solaris7 > > > > "Bernard" == Bernard Dautrevaux

Re: [autoconf-patches] _AC_OUTPUT_SUBDIRS: check for configure.gnu as well

2000-09-12 Thread RĂ¼diger Kuhlmann
Hi! >--[Akim Demaille]--<[EMAIL PROTECTED]> > > "diger" == diger Kuhlmann writes: Well... I don't have to tell you what I think about "Gnus"... > Still, why don't you want both Configure and configure in the same > dir? Are you using a case insensitive FS? AmigaOS filesystems are tradit

Fwd: Re: I'm new in cygwin: how to mmap?

2000-09-12 Thread Earnie Boyd
FYI on portability issue. Cheers, Earnie. Note: forwarded message attached. __ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ Hi! "Dr. Volker Zell" <[EMAIL PROTECTED]> wrote: >> "Corinna" == C

RE: autoupdate-gnu-sed [Was: Autoupdate test failing on Solaris7]

2000-09-12 Thread Bernard Dautrevaux
> -Original Message- > From: Akim Demaille [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 12, 2000 2:49 PM > To: Bernard Dautrevaux > Cc: Autoconf mailing list (Adresse de messagerie) > Subject: FYI: autoupdate-gnu-sed [Was: Autoupdate test failing on > Solaris7] > > > > I just c

Re: Autoupdate test failing on Solaris7

2000-09-12 Thread Earnie Boyd
--- Akim Demaille <[EMAIL PROTECTED]> wrote: > > Rewrite everything in Python :) > Somewhere on the net I saw (and I don't remember where) that some entity was willing to pay to actually do just that. So, Akim, your wishes may just come true. Cheers, = ---

Re: autoupdate-gnu-sed [Was: Autoupdate test failing on Solaris7]

2000-09-12 Thread Akim Demaille
> "Bernard" == Bernard Dautrevaux <[EMAIL PROTECTED]> writes: Bernard> Fine for me, although I wonder why you insist at eliminating Bernard> the "-e" sed options when there is only one sed command; I Bernard> know in this case thay may be omitted, but I usually keep Bernard> them for consiste

Re: [autoconf-patches] _AC_OUTPUT_SUBDIRS: check for configure.gnu as well [Resend]

2000-09-12 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> Alternatively (sorry for insisting but your proposal seems a bit Akim> too ``specific'' to get into Autoconf per se), can't you just Akim> run Configure with Akim> AC_CONFIG_SUBDIRS(my/autoconfed/dir1 my/autoconfed/dir2) Aki

Re: Should the C++ sourcefile extension be changed?

2000-09-12 Thread Pavel Roskin
Hello, Morten! > So, as the current extension (.cc) _really_ confuses MSVisualC++, it'd > be nice if the patch below is applied before releasing v2.50. I remember hearing about the problem that M$VC and some Macintosh C++ compiler don't support _any_ common C++ extention by default. Indeed, sea

Re: Should the C++ sourcefile extension be changed?

2000-09-12 Thread Mike Castle
On Tue, Sep 12, 2000 at 01:01:09PM -0400, Pavel Roskin wrote: > I believe it would be more constructive to make M$VC accept .cc extention > is some non-interactive way. Anybody knows how? $(CP) foo.cc foo.cpp $(CC) foo.cpp ? mrc -- Mike Castle Life is like a clock: You can work c

Re: Should the C++ sourcefile extension be changed?

2000-09-12 Thread Pavel Roskin
Hello! On Tue, 12 Sep 2000, Mike Castle wrote: > On Tue, Sep 12, 2000 at 01:01:09PM -0400, Pavel Roskin wrote: > > I believe it would be more constructive to make M$VC accept .cc extention > > is some non-interactive way. Anybody knows how? > > $(CP) foo.cc foo.cpp > $(CC) foo.cpp This should

Re: Blind fix for wierd test ordering in configure

2000-09-12 Thread Gary V. Vaughan
On Tue, Sep 12, 2000 at 01:32:07AM -0300, Alexandre Oliva wrote: > On Sep 11, 2000, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote: > > > I don't actually see the point of making AC_PROG_LIBTOOL require > > _AC_PROG_LIBTOOL, so I figured I must be missing something... > > The point is to avoid dupl

Re: HTML format documentation

2000-09-12 Thread Richard Stallman
CC=sun4-cc ./configure Hence, next time configure is run, it forgets about the CC which was used to build config.cache, and you get an inconsistent system. So configure needs the user to tell things instead of doing stuff in its back. Hence ./configure C

Re: HTML format documentation

2000-09-12 Thread Richard Stallman
> Yes, thank you, I know this. This is what I do. But pardon me, this > is by no means something I consider ``natural''. I said this is the natural way to "follow the spec". Whether it seems entirely natural as a way to do the job is not the question. We are not going to change the

Re: HTML format documentation

2000-09-12 Thread Russ Allbery
Richard Stallman <[EMAIL PROTECTED]> writes: > CC=sun4-cc ./configure > Hence, next time configure is run, it forgets about the CC which was > used to build config.cache, and you get an inconsistent system. > So configure needs the user to tell things instead of doing stuff