Confusing/bogus message in config.log

2001-03-27 Thread Ralf Corsepius
Hi, Config.logs generated by an autoconf-2.95e (CVS) generated configure contain this message: > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure 2.49e, executed with I don't know wha

URGENT INVESTMENT PURPOSE

2001-03-27 Thread sato nasir
I got your contact through one of my late uncles old diaries who worked in several foreign mission as a diplomat for Nigeria,and I am deemed to believe that you are a trustworthy and nice person to do business with. I am DR.SATO NASIR,and I am the personal assistant to Mr Mohammed Abacha,the firs

Re: Confusing/bogus message in config.log

2001-03-27 Thread Peter Eisentraut
Ralf Corsepius writes: > Config.logs generated by an autoconf-2.95e (CVS) generated configure > contain this message: > > > This file contains any messages produced by compilers while > > running configure, to aid debugging if configure makes a mistake. > > > > It was created by configure 2.49e,

Re: Confusing/bogus message in config.log

2001-03-27 Thread Lars J. Aas
On Tue, Mar 27, 2001 at 05:59:13PM +0200, Peter Eisentraut wrote: : I've previously tried to convince people of this as well, to no avail. : Look at what you get from configure --version! How about a patch like this? 2001-03-27 Lars J. Aas <[EMAIL PROTECTED]> * acgeneral.m4 (AC_INIT_V

Re: Confusing/bogus message in config.log

2001-03-27 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> How about a patch like this? Thanks, please install.

Re: autoheader problem

2001-03-27 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> The autoheader utility seems to deal fine with Lars> AC_CONFIG_HEADERS([config.h include/Inventor/SbBasic.h Lars> include/Inventor/system/inttypes.h]) Lars> but not with Lars> AC_CONFIG_HEADERS([ config.h include/Inventor/SbBasic.h La

Re: Confusing/bogus message in config.log

2001-03-27 Thread Lars J. Aas
On Tue, Mar 27, 2001 at 06:49:28PM +0200, Akim Demaille wrote: : > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : : Lars> How about a patch like this? : : Thanks, please install. Just did (my first :). Got a mailer daemon in reply, though: > [EMAIL PROTECTED]: >SMTP error from re

Re: Confusing/bogus message in config.log

2001-03-27 Thread Peter Eisentraut
Lars J. Aas writes: > RCS file: /cvs/autoconf/acgeneral.m4,v > retrieving revision 1.704 > diff -u -r1.704 acgeneral.m4 > --- acgeneral.m4 2001/03/19 13:32:35 1.704 > +++ acgeneral.m4 2001/03/27 16:15:21 > @@ -1371,7 +1371,7 @@ >cat <<\EOF])dnl > m4_ifset([AC_PACKAGE_STRING], >

Re: Confusing/bogus message in config.log

2001-03-27 Thread Akim Demaille
| On Tue, Mar 27, 2001 at 06:49:28PM +0200, Akim Demaille wrote: | : > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: | : | : Lars> How about a patch like this? | : | : Thanks, please install. | | Just did (my first :). Got a mailer daemon in reply, though: | | > [EMAIL PROTECTED]: |

Re: Confusing/bogus message in config.log

2001-03-27 Thread Lars J. Aas
On Tue, Mar 27, 2001 at 07:31:23PM +0200, Peter Eisentraut wrote: : Lars J. Aas writes: : > - [configure (AC_PACKAGE_STRING) AC_ACVERSION])]) : > + [AC_PACKAGE_STRING configure, by GNU Autoconf :AC_ACVERSION])]) : : A Gnits dude would probably pref

Re: Solution for building perl modules

2001-03-27 Thread Jeremy Slade
Tim Van Holder writes: > On 26 Mar 2001 15:24:16 -0700, Jeremy Slade wrote: > > .made_mode = MyMod.C Makefile.perl > > $(MAKE) -fMakefile.perl > > touch $@ > > Minor portability issue: try to avoid names starting with leading dots. > If your code is supposed to never run on DOS, t

Re: autoheader problem

2001-03-27 Thread Alexandre Oliva
On Mar 27, 2001, Akim Demaille <[EMAIL PROTECTED]> wrote: > * autoheader.sh (config_h): Be robust to new lines when extracting > the first argument of AC_CONFIG_HEADERS. > Reported by Lars J. Aas. Looks good to me, thanks! Except that you may want to quote the $2, just i