Re: xemacs configure script doesn't have AC_DEFINE

2000-02-29 Thread Akim Demaille
> "Olly" == Olly Betts <[EMAIL PROTECTED]> writes: Olly> If you ask someone in the UK to draw you a `pound sign' you'll Olly> get one of these: `£' (that's the British currency symbol in Olly> case something is eating high bits or you aren't reading this in Olly> latin1). And in fact the HTM

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-28 Thread Russ Allbery
Olly Betts <[EMAIL PROTECTED]> writes: > Anyway, `@PND@' is a poor mnemonic for UK users - perhaps there's a > better choice? Is `hash' (@HSH@) a globally recognised name for `#', or > is that a UK-only usage? "hash" is fairly universal in my experience, at least among programmers. -- Russ Al

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-28 Thread Olly Betts
In message <[EMAIL PROTECTED]>, Akim Demaille writes: >I'm very OK with changing them. I buy any suggestion of names. >Currently there are four guys: >[...] > s/@PND@/#/g If you ask someone in the UK to draw you a `pound sign' you'll get one of these: `£' (that's the British currency symbol

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-28 Thread Akim Demaille
> "Martin" == Martin Buchholz <[EMAIL PROTECTED]> writes: Martin> I agree that the level of quoting in all autoconf macros Martin> should be consistent. This may be worth breaking Martin> compatibility with current configure.in's. But incompatible Martin> changes should be reserved for majo

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-28 Thread Martin Buchholz
> "AD" == Akim Demaille <[EMAIL PROTECTED]> writes: AD> dnl CPP_MAKEFILE(CPPFLAGS,filename) AD> define([CPP_MAKEFILE], AD> [echo creating $dir/[$2] AD> $CPP -I. -I${top_srcdir}/src [$1] junk.c \ AD> dnl Delete line directives inserted by $CPP AD> | sed -e 's/^\#.*//' \ AD> dnl

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-28 Thread Akim Demaille
| > "AD" == Akim Demaille <[EMAIL PROTECTED]> writes: | AD> So I pulled out the definition of the macro out of AC_OUTPUT, removed | AD> the useless (or have I missed something) changequote (changequote is | AD> *hell*), and it works. | | AD> dnl CPP_MAKEFILE(CPPFLAGS,filename) | AD> define([

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-28 Thread Akim Demaille
> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes: Paul> In the current autoconf draft, @BKL@ and @BKR@ expand to left Paul> and right brackets; that should get you want you want. (Those Paul> names should get changed to @LBK@ and @RBK@, since differences Paul> in similar names should appea

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-27 Thread Paul Eggert
Date: Sun, 27 Feb 2000 02:27:56 -0800 (PST) From: Martin Buchholz <[EMAIL PROTECTED]> I know of no way to quote a non-paired quote character In the current autoconf draft, @BKL@ and @BKR@ expand to left and right brackets; that should get you want you want. (Those names should get chan

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-27 Thread Martin Buchholz
> "AD" == Akim Demaille <[EMAIL PROTECTED]> writes: AD> So I pulled out the definition of the macro out of AC_OUTPUT, removed AD> the useless (or have I missed something) changequote (changequote is AD> *hell*), and it works. AD> dnl CPP_MAKEFILE(CPPFLAGS,filename) AD> define([CPP_MAKEFILE],

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-27 Thread Martin Buchholz
> "AD" == Akim Demaille <[EMAIL PROTECTED]> writes: AD> Your AC_OUTPUT section is frightening... AD> Well, I realize the copy I have is dead broken: AD> echo " Athena header include path: $athena= AD> _h_path" AD> fi AD> test "$with_dnet" =3D yes && echo " Co

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-26 Thread Akim Demaille
Your AC_OUTPUT section is frightening... Well, I realize the copy I have is dead broken: echo " Athena header include path: $athena= _h_path" fi test "$with_dnet" =3D yes && echo " Compiling in support for DNET." I used wget on cvsweb though :( Any better means

Re: xemacs configure script doesn't have AC_DEFINE

2000-02-26 Thread Akim Demaille
> "Martin" == Martin Buchholz <[EMAIL PROTECTED]> writes: Martin> (If you want to try this yourself, get the latest xemacs-21.2 Martin> configure.in. See http://cvs.xemacs.org/ ) I'm looking at it, but frankly, why don't you use m4/*.m4 files? Your configure.in is just huge, and splitting

xemacs configure script doesn't have AC_DEFINE

2000-02-26 Thread Martin Buchholz
With my last patch for SHELL, xemacs' configure is compatible with the Autoconf 2.14.1 from Mandrake Linux 7.0. However, CVS autoconf utterly breaks xemacs. AC_DEFINE is not defined, despite the fact that I define it. I have no idea how to debug this. The messages I get are: configure.in:806: