diff options
author | Guido van Rossum <guido@python.org> | 1994-08-12 13:18:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-12 13:18:25 (GMT) |
commit | a0e9a77183c14683d2da2f6ce601db0c12952d33 (patch) | |
tree | 67604d22086cb700dd2fcdad04aa70d2354b8d8d /Makefile.in | |
parent | 3f9a6ec9e672acb733db1633d5544120e1bd6841 (diff) | |
download | cpython-a0e9a77183c14683d2da2f6ce601db0c12952d33.zip cpython-a0e9a77183c14683d2da2f6ce601db0c12952d33.tar.gz cpython-a0e9a77183c14683d2da2f6ce601db0c12952d33.tar.bz2 |
* configure.in, Makefile.in: remove the AC_PREFIX() call -- it's
more trouble than it's worth at CWI and most other people seem to
install Python in the default (/usr/local) anway. Changed comment
describing --prefix in Makefile.in
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 35977b5..66d05ec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,8 +31,7 @@ INSTALL= @INSTALL@ # Install prefixes are treated specially by the configure script: # it only changes these lines if it has received a --prefix=... or -# --exec-prefix-... command line option, or if it has figured out -# a value by searching for python in $PATH. Note that $(prefix) is +# --exec-prefix=... command line option. Note that $(prefix) is # also used when compiling config.c in Modules to set the default # module search path, so if you change it later be sure to change it # there too and rebuild. |