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
> > L=`echo m4_ifelse($1, , $PACKAGE, $1)`
Quote!
m4_default([$1], [$PACKAGE])
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
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
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,
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 = ...
===
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
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