Alpha 1.0.0

This commit is contained in:
Guido van Rossum 1993-12-26 18:24:40 +00:00
parent 1dfec14f83
commit 6085e32a75
4 changed files with 16 additions and 7 deletions

2
configure vendored
View file

@ -96,7 +96,7 @@ compile='${CC-cc} $CFLAGS conftest.c -o conftest $LIBS >/dev/null 2>&1'
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
unique_file=Py/object.h
unique_file=Include/object.h
# Find the source files, if location was not specified.
if test -z "$srcdir"; then