[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TODO additions
From: |
Dave Love |
Subject: |
Re: TODO additions |
Date: |
17 Nov 2002 22:49:36 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Richard Stallman <address@hidden> writes:
> Using Autoconf means doing it by experiments on the system.
> configure.in can also test the configuration name,
> which means not using Autoconf.
I don't think that's what most people using autoconf mean by `using
autoconf'. The configuration name is actually derived by the autoconf
macro AC_CANONICAL_HOST. However, I guess to most of us, substituting
config info into Makefiles using cpp is `not using autoconf', whereas
doing it directly with AC_OUTPUT and AC_SUBST is.
> If it is going to do that, the present method (with .h files) is
> easier than listing all the values directly on configure.in.
You could use shell fragments instead of .h files to abstract some of
the work if that was useful. It isn't necessary to do that, though.
configure currently extracts info from the .h files, and that could be
extended to do everything with AC_SUBST & al. It wouldn't help with
the current .h files being a mess, though.
- Re: TODO additions, (continued)
- Re: TODO additions, Richard Stallman, 2002/11/01
- Re: TODO additions, Richard Stallman, 2002/11/01
- Re: TODO additions, Dave Love, 2002/11/05
- Re: TODO additions, Richard Stallman, 2002/11/06
- Re: TODO additions, Andreas Schwab, 2002/11/07
- Re: TODO additions, Richard Stallman, 2002/11/08
- Re: TODO additions, Andreas Schwab, 2002/11/11
- Re: TODO additions, Richard Stallman, 2002/11/13
- Re: TODO additions,
Dave Love <=
- Re: TODO additions, Dave Love, 2002/11/11
- Re: TODO additions, Richard Stallman, 2002/11/13
- Re: TODO additions, Dave Love, 2002/11/17
- Re: TODO additions, Richard Stallman, 2002/11/18
- Re: TODO additions, Dave Love, 2002/11/20
- Re: TODO additions, Richard Stallman, 2002/11/21
- Re: TODO additions, Dave Love, 2002/11/24
- Re: TODO additions, Richard Stallman, 2002/11/25
- Re: TODO additions, Dave Love, 2002/11/27
- Re: TODO additions, Richard Stallman, 2002/11/29