[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
include bindir in AUTOM4TE default
From: |
Jens Petersen |
Subject: |
include bindir in AUTOM4TE default |
Date: |
12 Nov 2001 17:48:25 +0900 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) |
I hope this does "the right thing". When testing autoconf
versioning outside PATH, it's rather annoying autoconf can't
find its autom4te by itself, hence this patch.
2001-11-12 Jens Petersen <address@hidden>
* bin/autoconf.in (AUTOM4TE): Prefix with bindir, so that autoconf
runs even when it is installed outside the current PATH.
Index: bin/autoconf.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/bin/autoconf.in,v
retrieving revision 1.142
diff -u -r1.142 autoconf.in
--- bin/autoconf.in 2001/09/20 14:55:49 1.142
+++ bin/autoconf.in 2001/11/12 08:45:34
@@ -82,7 +82,7 @@
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
# Variables.
-: address@hidden@}
+: address@hidden@/@address@hidden
dir=`echo "$0" | sed -e 's,[^\\/]*$,,'`
outfile=
verbose=:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- include bindir in AUTOM4TE default,
Jens Petersen <=