diff options
author | Guido van Rossum <guido@python.org> | 1993-12-26 18:24:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-26 18:24:40 (GMT) |
commit | 6085e32a753a01e1ea0db54517a02e0fe4c1a76e (patch) | |
tree | d6a318efa92596fad342f99efa78195895157ab6 /configure.in | |
parent | 1dfec14f833f284c85a661166e237006dd1d773e (diff) | |
download | cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.zip cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.gz cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.bz2 |
Alpha 1.0.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a01f126..f70eb72 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(Py/object.h) +AC_INIT(Include/object.h) # checks for alternative programs AC_PROG_CC |