Re: Ultrix problem

2000-12-28 Thread Harlan Stenn
While tracking down the apparent non-problem with OBJEXT I followed somebody's advice and ran the "configure" step under "sh -x", which produced the following output on the Ultrix box: ... MISSING=${SHELL} /pogo/users/stenn/src/ntp.001227/missing + eval ${SHELL} /pogo/users/stenn/src/ntp.00122

Re: OBJEXT and latest CVS autoconf?

2000-12-28 Thread Harlan Stenn
Folks, It might be a local scripting problem - my current thought is that a strange local environmental case caused two builds to be directed into the same build directory. I'm testing this theory now, and it sure looks like that's the problem... Let's assume this is the case. If it isn't, I s

Re: OBJEXT and latest CVS autoconf?

2000-12-28 Thread Assar Westerlund
Harlan Stenn <[EMAIL PROTECTED]> writes: > > Does this happen when not running three parallel configures? > > Hasn't yet. So it would seem to be a race-condition which would indicate that configure is creating files in srcdir in error. Could you track down when that happens? I find that a good

Re: OBJEXT and latest CVS autoconf?

2000-12-28 Thread Harlan Stenn
> > checking whether the C compiler works... cat: cannot open conftest.c > > no > > configure: error: C compilermake: *** No targets specifmake: *** No target > s specified and no makefile found. Stop. > > > > This has never happened before. > > > > Anybody have any ideas on how I can help

Re: OBJEXT and latest CVS autoconf?

2000-12-28 Thread Assar Westerlund
Harlan Stenn <[EMAIL PROTECTED]> writes: > checking whether the C compiler works... cat: cannot open conftest.c > no > configure: error: C compilermake: *** No targets specifmake: *** No targets >specified and no makefile found. Stop. > > This has never happened before. > > Anybody have an

Bug in AC_FUNC_MEMCMP (Re: Typo in autoreconf)

2000-12-28 Thread Motoyuki Kasahara
* From: Pavel Roskin <[EMAIL PROTECTED]> * Date: Mon, 25 Dec 2000 09:58:16 -0500 (EST) > > Hi, > > I found a typo in `autoreconf.sh' ($localddir -> $localdir). > > Fix applied. > Thanks! Thank you for applying my patch. I found another bug in AC_FUNC_MEMCMP. It lacks `,' between 1st and 2nd arg

Re: Ultrix problem

2000-12-28 Thread Derek R. Price
Harlan Stenn wrote: > /bin/sh: : not found > WARNING: `:' is needed, and you do not seem to have it handy on your > system. You might have modified some files without having the > proper tools for further handling them. Check the `README' file, > it often tells you