Re: m4_shift does not work

2001-08-03 Thread akim
On Fri, Aug 03, 2001 at 10:01:42PM +0100, Roger Leigh wrote: > On Thu, Aug 02, 2001 at 11:07:21PM +0200, [EMAIL PROTECTED] wrote: > > On Wed, Aug 01, 2001 at 02:59:53PM +0100, Roger Leigh wrote: > > > In autoconf-2.13, shift was explicitly undefined in acgeneral.m4. > > > In 2.50 it seems to be re

Re: m4_shift does not work

2001-08-03 Thread akim
> > L=`echo m4_ifelse($1, , $PACKAGE, $1)` Quote! m4_default([$1], [$PACKAGE])

Re: m4_shift does not work

2001-08-03 Thread Roger Leigh
On Thu, Aug 02, 2001 at 11:07:21PM +0200, [EMAIL PROTECTED] wrote: > On Wed, Aug 01, 2001 at 02:59:53PM +0100, Roger Leigh wrote: > > In autoconf-2.13, shift was explicitly undefined in acgeneral.m4. > > In 2.50 it seems to be renamed to m4_shift, and there is also > > m4_shiftn in m4sh.m4. Howev

Re: "make check" may have trashed my system

2001-08-03 Thread Paul J. Menchini
Paul, I discovered that every non-directory file in / was gone; in particular, the symbolic links /bin, /lib, and /sys (in addition to /tmp and some local symbolic links) and the files /boot, /kadb and /vmunix (as well as some backup versions of /vmunix) were gone. In ad

Re: Autoconf 2.52b released

2001-08-03 Thread Ralf Corsepius
Am 01 Aug 2001 19:40:38 +0200 schrieb Akim Demaille: > > I've just uploaded Autoconf 2.52b (for Autoconf 2.52a was broken, of > course...). > > It might seem a bit premature, but recently there have been dramatical > changes in Autoconf: > > 1. The package layout has completely changed AFAIS,

can I suppress "invalid unused variable name"?

2001-08-03 Thread Steve M. Robbins
Hi, I am working with a library (CGAL) that is not autoconfigured, but has its own system that generates a makefile fragment with important make variables defined. In particular, it defines CGAL_LDFLAGS. In my Makefile.am, I use include $(CGAL_MAKEFILE) ... LDADD = ...

Special offer for foreign residents only.. 1941140

2001-08-03 Thread [EMAIL PROTECTED]
=== We apologize, but this offer does not apply to the following countries at this time: United States, India, Pakistan. === Currency Trading Made Simple! Do Y

A build system using ``Recursive Make Considered harmful''

2001-08-03 Thread Scott A Crosby
Hello. I read the ``Recursive Make Considered harmful'' paper[1] about a year ago. As I was recently faced with creating my first large codebaes, I needed a build system. I decided to do one the 'right way', so I could reuse it for future projects. I implemented the scheme described in the paper