Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 159b77f

Browse files
committed
Add Emacs shell-script directive, SunPro version#, and fix typo
1 parent 53bb550 commit 159b77f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Modules/Setup.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- shell-script -*-
12
# The file Setup is used by the makesetup script to construct the files
23
# Makefile and config.c, from Makefile.pre and config.c.in,
34
# respectively. The file Setup itself is initially copied from
@@ -330,8 +331,8 @@ cPickle cPickle.c
330331
# For SGI IRIX (tested on 5.3):
331332
#fpectl fpectlmodule.c -lfpe
332333

333-
# For Solaris with SunPro compiler (tested on 2.5):
334-
# (Without the compile you don't have -lsunmath.)
334+
# For Solaris with SunPro compiler (tested on Solaris 2.5 with SunPro C 4.2):
335+
# (Without the compiler you don't have -lsunmath.)
335336
#fpectl fpectlmodule.c -R/opt/SUNWspro/lib -lsunmath -lm
336337

337338
# For other systems: see instructions in fpectlmodule.c.

0 commit comments

Comments
 (0)