[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: include bindir in AUTOM4TE default
From: |
Akim Demaille |
Subject: |
Re: include bindir in AUTOM4TE default |
Date: |
Mon, 25 Feb 2002 12:39:30 +0100 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux) |
| >>> "Akim" == Akim Demaille <address@hidden> writes:
| [...]
|
| >> dir=`echo "$0" | sed -e 's,[^\\/]*$,,'`
| >> : address@hidden@}
| >>
| >> That should obey PATH if the user typed `autoconf', but
| >> use `/mumble/autom4te' whenever the user ran `/mumble/autoconf'.
|
| Akim> I'm OK with this scheme. I'm fine with applying it, but then, I'm
| Akim> waiting for someone to provide the patch. Pay attention that the full
| Akim> patch should
|
| Akim> - cover all the guys in bin/
| Akim> - use something DOS portable to address the dirname bits
| Akim> - document the rules followed to find the executable.
|
| Index: ChangeLog
| ===================================================================
| RCS file: /cvsroot/autoconf/autoconf/ChangeLog,v
| retrieving revision 1.1849
| diff -u -r1.1849 ChangeLog
| --- ChangeLog 7 Feb 2002 18:31:27 -0000 1.1849
| +++ ChangeLog 13 Feb 2002 22:26:00 -0000
| @@ -1,3 +1,17 @@
| +2002-02-13 Alexandre Duret-Lutz <address@hidden>
| +
| + * doc/autoconf.texi (autoscan Invocation, autoconf Invocation,
| + autoreconf Invocation, autoheader Invocation,
| + autoupdate Invocation): Explain how sub commands such as autom4te
| + are found, and how their location can be specified by the user.
| + * bin/autoscan.in (bindir): New variable.
| + (autom4te): Use it as prefix.
| + * bin/autoheader.in: Likewise.
| + * bin/autoupdate.in: Likewise.
| + * bin/autoreconf.in (bindir): New variable.
| + (autoconf, autoheader): Use it as prefix.
| + * bin/autoconf.in (AUTOM4TE): Use $dir as prefix.
| +
Please, install!
- Re: include bindir in AUTOM4TE default, (continued)
- Re: include bindir in AUTOM4TE default, Akim Demaille, 2002/02/13
- Re: include bindir in AUTOM4TE default, Ralf Corsepius, 2002/02/13
- Re: include bindir in AUTOM4TE default, Akim Demaille, 2002/02/13
- Re: include bindir in AUTOM4TE default, Ralf Corsepius, 2002/02/13
- Re: include bindir in AUTOM4TE default, Akim Demaille, 2002/02/13
- Autoconf is obsolete ? (Was: include bindir in AUTOM4TE default), Ralf Corsepius, 2002/02/13
- Re: Autoconf is obsolete ? (Was: include bindir in AUTOM4TE default), Alexandre Duret-Lutz, 2002/02/13
- Re: Autoconf is obsolete ? (Was: include bindir in AUTOM4TE default), Akim Demaille, 2002/02/14
Re: include bindir in AUTOM4TE default, Akim Demaille, 2002/02/13