summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-03-26 21:01:03 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-03-26 21:01:03 +0000
commitd614ea3e8b1d28f8d9a848beb2c2ce5e3c3ed4d0 (patch)
treebeba2034a95274084832821fb8b29adacd74d70b
parent18fbf66e4ee4fdf27c20ec1243b6fe546d1275b1 (diff)
downloadautomake-d614ea3e8b1d28f8d9a848beb2c2ce5e3c3ed4d0.tar.gz
* m4/python.m4 (AM_PATH_PYTHON): Make sure am_display_PYTHON is
set when $PYTHON has been set by the user. From Esben Haabendal Soerensen.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS5
-rw-r--r--THANKS1
-rw-r--r--m4/python.m41
4 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fce2a72f4..9ca578664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-26 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * m4/python.m4 (AM_PATH_PYTHON): Make sure am_display_PYTHON is
+ set when $PYTHON has been set by the user.
+ From Esben Haabendal Soerensen.
+
2004-03-22 Alexandre Duret-Lutz <adl@gnu.org>
* doc/automake.texi (Default _SOURCES): Typo.
diff --git a/NEWS b/NEWS
index c0266e029..f3be61443 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
Bugs fixed in 1.8.3a:
+* Long standing bugs:
+
+ - Fix AM_PATH_PYTHON to correctly display $PYTHON when it has been
+ overridden by the user.
+
* Bugs introduced by 1.8:
- Do not warn when JAVAROOT is overridden, this is legitimate.
diff --git a/THANKS b/THANKS
index a4f5690f0..16313d388 100644
--- a/THANKS
+++ b/THANKS
@@ -65,6 +65,7 @@ Eric Siegerman erics_97@pobox.com
Eric Sunshine sunshine@sunshineco.com
Erick Branderhorst branderh@iaehv.nl
Erik Lindahl E.Lindahl@chem.rug.nl
+Esben Haabendal Soerensen bart@kom.aau.dk
Ezra Peisach epeisach@MED-XTAL.BU.EDU
Flavien Astraud flav42@yahoo.fr
François Pinard pinard@iro.umontreal.ca
diff --git a/m4/python.m4 b/m4/python.m4
index fb4b710c8..9d66d8876 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -71,6 +71,7 @@ python2.1 python2.0 python1.6 python1.5])
AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
[AC_MSG_RESULT(yes)],
[AC_MSG_ERROR(too old)])
+ am_display_PYTHON=$PYTHON
else
# Otherwise, try each interpreter until we find one that satisfies
# VERSION.