diff options
author | Guido van Rossum <guido@python.org> | 1997-03-04 23:44:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-04 23:44:15 (GMT) |
commit | 159b77fd5e405bd313bb7e8709795d87156cedbd (patch) | |
tree | 56da8c42c4759c26f65247fe29a00e561c5a74b0 /Modules | |
parent | 53bb550a5fd8aa3a3350b8ee8231062e707f6795 (diff) | |
download | cpython-159b77fd5e405bd313bb7e8709795d87156cedbd.zip cpython-159b77fd5e405bd313bb7e8709795d87156cedbd.tar.gz cpython-159b77fd5e405bd313bb7e8709795d87156cedbd.tar.bz2 |
Add Emacs shell-script directive, SunPro version#, and fix typo
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index cdca6f47..f17bd4e 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -1,3 +1,4 @@ +# -*- shell-script -*- # The file Setup is used by the makesetup script to construct the files # Makefile and config.c, from Makefile.pre and config.c.in, # respectively. The file Setup itself is initially copied from @@ -330,8 +331,8 @@ cPickle cPickle.c # For SGI IRIX (tested on 5.3): #fpectl fpectlmodule.c -lfpe -# For Solaris with SunPro compiler (tested on 2.5): -# (Without the compile you don't have -lsunmath.) +# For Solaris with SunPro compiler (tested on Solaris 2.5 with SunPro C 4.2): +# (Without the compiler you don't have -lsunmath.) #fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm # For other systems: see instructions in fpectlmodule.c. |