diff options
author | Peter Eisentraut | 2002-03-29 17:32:55 +0000 |
---|---|---|
committer | Peter Eisentraut | 2002-03-29 17:32:55 +0000 |
commit | 7c1ff354105e2256d7904497d8e282ccec53d2e6 (patch) | |
tree | ae1c9485bf5eda1e049d11e327d5c759da2c19d2 /config/python.m4 | |
parent | eb1ee9e63f1076753769f4ef1e8e0a93898a3e34 (diff) |
Upgrade to Autoconf version 2.53. Replaced many custom macro
calls with new or now-built-in versions. Make sure that all
calls to AC_DEFINE have a third argument, for possible use of
autoheader in the future.
Diffstat (limited to 'config/python.m4')
-rw-r--r-- | config/python.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/python.m4 b/config/python.m4 index afb5dbb9711..6058ef3d2af 100644 --- a/config/python.m4 +++ b/config/python.m4 @@ -1,13 +1,13 @@ # # Autoconf macros for configuring the build of Python extension modules # -# $Header: /cvsroot/pgsql/config/python.m4,v 1.3 2001/07/10 16:33:01 petere Exp $ +# $Header: /cvsroot/pgsql/config/python.m4,v 1.4 2002/03/29 17:32:54 petere Exp $ # # PGAC_PATH_PYTHON # ---------------- -# Look for Python and set the output variable `PYTHON' -# to `python' if found, empty otherwise. +# Look for Python and set the output variable 'PYTHON' +# to 'python' if found, empty otherwise. AC_DEFUN([PGAC_PATH_PYTHON], [AC_PATH_PROG(PYTHON, python) if test x"$PYTHON" = x""; then |