Re: Problem with latest CVS autoconf

2000-11-30 Thread Akim Demaille
| acversion.m4: | # This file is part of Autoconf. -*- Autoconf -*- | # Version of Autoconf. | # Copyright 1999, 2000 Free Software Foundation, Inc. | | m4_define([AC_ACVERSION], [2.49b]) | | acversion.m4.in: | | # This file is part of Autoconf.

Re: Problem with latest CVS autoconf

2000-11-30 Thread Harlan Stenn
No, I still have the problem, just as described. H --- | acversion.m4: | # This file is part of Autoconf. -*- Autoconf -*- | # Version of Autoconf. | # Copyright 1999, 2000 Free Software Foundation, Inc. | | m4_define([AC_ACVERSION], [2.49b]) | |

Re: Problem with latest CVS autoconf

2000-11-30 Thread Harlan Stenn
The problem went away after I flushed my build direcory and re-ran configure. H

Re: Problem with latest CVS autoconf

2000-11-30 Thread Pavel Roskin
Hello, Harlan! The problem went away after I flushed my build direcory and re-ran configure. Congratulations! It's always a good idea to start from scratch. I wrongly assumed that you knew it, so it's my fault :-) Regards, Pavel Roskin

Re: Problem with latest CVS autoconf

2000-11-30 Thread Harlan Stenn
G'day, Pavel! Hello, Harlan! The problem went away after I flushed my build direcory and re-ran configure. Congratulations! It's always a good idea to start from scratch. I wrongly assumed that you knew it, so it's my fault :-) My fault too - I go out of my way to make sure folks do

Re: Problem with latest CVS autoconf

2000-11-29 Thread Pavel Roskin
Hello, Harlan! /usr/local/bin/gm4 -I .. ../autoconf.m4 -D divert | \ sed 's/#.*//;/^$/d' process.log My first thought was that something is wrong with your sed, but let's look further... Processing ../autoconf.m4 produced output: ../autoconf.m4: define(AC_ACVERSION, 2.49b) This clearly

Re: Problem with latest CVS autoconf

2000-11-29 Thread Harlan Stenn
acversion.m4: # This file is part of Autoconf. -*- Autoconf -*- # Version of Autoconf. # Copyright 1999, 2000 Free Software Foundation, Inc. m4_define([AC_ACVERSION], [2.49b]) acversion.m4.in: # This file is part of Autoconf. -*-

Re: Problem with latest CVS autoconf

2000-11-28 Thread Alexandre Oliva
On Nov 28, 2000, Harlan Stenn [EMAIL PROTECTED] wrote: G'day, Pavel! When I try to build the latest CVS autoconf I get: ... Processing ../autoconf.m4 produced output: ../autoconf.m4: define(AC_ACVERSION, 2.49b) gmake[1]: *** [autoconf.m4f] Error 1 I could not reproduce the

Re: Problem with latest CVS autoconf

2000-11-28 Thread Pavel Roskin
My bad - sorry. Solaris 2.8. I do a cvs update and: That's interesting. I thought they jumped from 2.6 to 7, so it's probably Solaris 8. % cd autoconf % mkdir A.`config.guess` % cd !$ % ../configure Please send us the full output. Don't forget stderr. ../configure log 21 % gmake The

Re: Problem with latest CVS autoconf

2000-11-28 Thread Harlan Stenn
harlan@hawaii gm4 --version GNU m4 1.4 harlan@hawaii More stuff in a couple of minutes... H

Re: Problem with latest CVS autoconf

2000-11-28 Thread Harlan Stenn
That's interesting. I thought they jumped from 2.6 to 7, so it's probably Solaris 8. They did. config.guess still calls it 2.8, though. 8 == 5.8 == 2.8, depending on what script you look at. % cd autoconf % mkdir A.`config.guess` % cd !$ % ../configure Please send us the full