summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-12 13:18:25 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-12 13:18:25 (GMT)
commita0e9a77183c14683d2da2f6ce601db0c12952d33 (patch)
tree67604d22086cb700dd2fcdad04aa70d2354b8d8d /configure.in
parent3f9a6ec9e672acb733db1633d5544120e1bd6841 (diff)
downloadcpython-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 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3e0aabf..6eb0ec8 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,6 @@ dnl Process this file with autoconf 1.8 or later to produce a configure script.
AC_REVISION($Revision$)dnl
AC_PREREQ(1.8)dnl
AC_INIT(Include/object.h)
-AC_PREFIX(python)
AC_CONFIG_HEADER(config.h)dnl
# Don't suppress compiler output when --verbose is specified
test -n "$verbose" &&