Changeset 85c8634 in git


Ignore:
Timestamp:
Oct 27, 1998, 6:34:23 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7a64c23452a1f4d3583604b384a494dd35296bab
Parents:
e45fd3abcd347e1cd9bce7f243865500f24824f5
Message:
* small cosmetic changes


git-svn-id: file:///usr/local/Singular/svn/trunk@2604 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • MP/configure

    re45fd3 r85c8634  
    33203320
    33213321
     3322
     3323# Extract the first word of "rsh", so it can be a program name with args.
     3324set dummy rsh; ac_word=$2
     3325echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     3326echo "configure:3327: checking for $ac_word" >&5
     3327if eval "test \"`echo '$''{'ac_cv_prog_mp_rsh'+set}'`\" = set"; then
     3328  echo $ac_n "(cached) $ac_c" 1>&6
     3329else
     3330  if test -n "$mp_rsh"; then
     3331  ac_cv_prog_mp_rsh="$mp_rsh" # Let the user override the test.
     3332else
     3333  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3334  for ac_dir in $PATH; do
     3335    test -z "$ac_dir" && ac_dir=.
     3336    if test -f $ac_dir/$ac_word; then
     3337      ac_cv_prog_mp_rsh="rsh"
     3338      break
     3339    fi
     3340  done
     3341  IFS="$ac_save_ifs"
     3342  test -z "$ac_cv_prog_mp_rsh" && ac_cv_prog_mp_rsh="no"
     3343fi
     3344fi
     3345mp_rsh="$ac_cv_prog_mp_rsh"
     3346if test -n "$mp_rsh"; then
     3347  echo "$ac_t""$mp_rsh" 1>&6
     3348else
     3349  echo "$ac_t""no" 1>&6
     3350fi
     3351
     3352if test "$ac_cv_prog_mp_rsh" = rsh; then
     3353   ac_rsh_programs="$ac_rsh_programs rsh"
     3354fi
     3355
     3356# Extract the first word of "remsh", so it can be a program name with args.
     3357set dummy remsh; ac_word=$2
     3358echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     3359echo "configure:3360: checking for $ac_word" >&5
     3360if eval "test \"`echo '$''{'ac_cv_prog_mp_remsh'+set}'`\" = set"; then
     3361  echo $ac_n "(cached) $ac_c" 1>&6
     3362else
     3363  if test -n "$mp_remsh"; then
     3364  ac_cv_prog_mp_remsh="$mp_remsh" # Let the user override the test.
     3365else
     3366  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
     3367  for ac_dir in $PATH; do
     3368    test -z "$ac_dir" && ac_dir=.
     3369    if test -f $ac_dir/$ac_word; then
     3370      ac_cv_prog_mp_remsh="remsh"
     3371      break
     3372    fi
     3373  done
     3374  IFS="$ac_save_ifs"
     3375  test -z "$ac_cv_prog_mp_remsh" && ac_cv_prog_mp_remsh="no"
     3376fi
     3377fi
     3378mp_remsh="$ac_cv_prog_mp_remsh"
     3379if test -n "$mp_remsh"; then
     3380  echo "$ac_t""$mp_remsh" 1>&6
     3381else
     3382  echo "$ac_t""no" 1>&6
     3383fi
     3384
     3385if test "$ac_cv_prog_mp_remsh" = remsh; then
     3386   ac_rsh_programs="$ac_rsh_programs remsh"
     3387fi
     3388
    33223389# Extract the first word of "ssh", so it can be a program name with args.
    33233390set dummy ssh; ac_word=$2
    33243391echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3325 echo "configure:3326: checking for $ac_word" >&5
     3392echo "configure:3393: checking for $ac_word" >&5
    33263393if eval "test \"`echo '$''{'ac_cv_prog_mp_ssh'+set}'`\" = set"; then
    33273394  echo $ac_n "(cached) $ac_c" 1>&6
     
    33533420fi
    33543421
    3355 # Extract the first word of "rsh", so it can be a program name with args.
    3356 set dummy rsh; ac_word=$2
    3357 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3358 echo "configure:3359: checking for $ac_word" >&5
    3359 if eval "test \"`echo '$''{'ac_cv_prog_mp_rsh'+set}'`\" = set"; then
    3360   echo $ac_n "(cached) $ac_c" 1>&6
    3361 else
    3362   if test -n "$mp_rsh"; then
    3363   ac_cv_prog_mp_rsh="$mp_rsh" # Let the user override the test.
    3364 else
    3365   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    3366   for ac_dir in $PATH; do
    3367     test -z "$ac_dir" && ac_dir=.
    3368     if test -f $ac_dir/$ac_word; then
    3369       ac_cv_prog_mp_rsh="rsh"
    3370       break
    3371     fi
    3372   done
    3373   IFS="$ac_save_ifs"
    3374   test -z "$ac_cv_prog_mp_rsh" && ac_cv_prog_mp_rsh="no"
    3375 fi
    3376 fi
    3377 mp_rsh="$ac_cv_prog_mp_rsh"
    3378 if test -n "$mp_rsh"; then
    3379   echo "$ac_t""$mp_rsh" 1>&6
    3380 else
    3381   echo "$ac_t""no" 1>&6
    3382 fi
    3383 
    3384 if test "$ac_cv_prog_mp_rsh" = rsh; then
    3385    ac_rsh_programs="$ac_rsh_programs rsh"
    3386 fi
    3387 
    3388 # Extract the first word of "remsh", so it can be a program name with args.
    3389 set dummy remsh; ac_word=$2
    3390 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3391 echo "configure:3392: checking for $ac_word" >&5
    3392 if eval "test \"`echo '$''{'ac_cv_prog_mp_remsh'+set}'`\" = set"; then
    3393   echo $ac_n "(cached) $ac_c" 1>&6
    3394 else
    3395   if test -n "$mp_remsh"; then
    3396   ac_cv_prog_mp_remsh="$mp_remsh" # Let the user override the test.
    3397 else
    3398   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
    3399   for ac_dir in $PATH; do
    3400     test -z "$ac_dir" && ac_dir=.
    3401     if test -f $ac_dir/$ac_word; then
    3402       ac_cv_prog_mp_remsh="remsh"
    3403       break
    3404     fi
    3405   done
    3406   IFS="$ac_save_ifs"
    3407   test -z "$ac_cv_prog_mp_remsh" && ac_cv_prog_mp_remsh="no"
    3408 fi
    3409 fi
    3410 mp_remsh="$ac_cv_prog_mp_remsh"
    3411 if test -n "$mp_remsh"; then
    3412   echo "$ac_t""$mp_remsh" 1>&6
    3413 else
    3414   echo "$ac_t""no" 1>&6
    3415 fi
    3416 
    3417 if test "$ac_cv_prog_mp_remsh" = remsh; then
    3418    ac_rsh_programs="$ac_rsh_programs remsh"
    3419 fi
    3420 
    34213422echo $ac_n "checking which remote shell command to use""... $ac_c" 1>&6
    3422 echo "configure:3423: checking which remote shell command to use" >&5
     3423echo "configure:3424: checking which remote shell command to use" >&5
    34233424for mp_rsh in $ac_rsh_programs; do
    34243425    if $mp_rsh `hostname` -n uname \>\& /dev/null; then
     
    34403441
    34413442echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3442 echo "configure:3443: checking whether byte ordering is bigendian" >&5
     3443echo "configure:3444: checking whether byte ordering is bigendian" >&5
    34433444if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    34443445  echo $ac_n "(cached) $ac_c" 1>&6
     
    34473448# See if sys/param.h defines the BYTE_ORDER macro.
    34483449cat > conftest.$ac_ext <<EOF
    3449 #line 3450 "configure"
     3450#line 3451 "configure"
    34503451#include "confdefs.h"
    34513452#include <sys/types.h>
     
    34583459; return 0; }
    34593460EOF
    3460 if { (eval echo configure:3461: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3461if { (eval echo configure:3462: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34613462  rm -rf conftest*
    34623463  # It does; now see whether it defined to BIG_ENDIAN or not.
    34633464cat > conftest.$ac_ext <<EOF
    3464 #line 3465 "configure"
     3465#line 3466 "configure"
    34653466#include "confdefs.h"
    34663467#include <sys/types.h>
     
    34733474; return 0; }
    34743475EOF
    3475 if { (eval echo configure:3476: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3476if { (eval echo configure:3477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    34763477  rm -rf conftest*
    34773478  ac_cv_c_bigendian=yes
     
    34933494else
    34943495  cat > conftest.$ac_ext <<EOF
    3495 #line 3496 "configure"
     3496#line 3497 "configure"
    34963497#include "confdefs.h"
    34973498main () {
     
    35063507}
    35073508EOF
    3508 if { (eval echo configure:3509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3509if { (eval echo configure:3510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    35093510then
    35103511  ac_cv_c_bigendian=no
     
    35303531
    35313532echo $ac_n "checking for working const""... $ac_c" 1>&6
    3532 echo "configure:3533: checking for working const" >&5
     3533echo "configure:3534: checking for working const" >&5
    35333534if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    35343535  echo $ac_n "(cached) $ac_c" 1>&6
    35353536else
    35363537  cat > conftest.$ac_ext <<EOF
    3537 #line 3538 "configure"
     3538#line 3539 "configure"
    35383539#include "confdefs.h"
    35393540
     
    35843585; return 0; }
    35853586EOF
    3586 if { (eval echo configure:3587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3587if { (eval echo configure:3588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    35873588  rm -rf conftest*
    35883589  ac_cv_c_const=yes
     
    36053606
    36063607echo $ac_n "checking for size_t""... $ac_c" 1>&6
    3607 echo "configure:3608: checking for size_t" >&5
     3608echo "configure:3609: checking for size_t" >&5
    36083609if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    36093610  echo $ac_n "(cached) $ac_c" 1>&6
    36103611else
    36113612  cat > conftest.$ac_ext <<EOF
    3612 #line 3613 "configure"
     3613#line 3614 "configure"
    36133614#include "confdefs.h"
    36143615#include <sys/types.h>
     
    36383639
    36393640echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    3640 echo "configure:3641: checking whether time.h and sys/time.h may both be included" >&5
     3641echo "configure:3642: checking whether time.h and sys/time.h may both be included" >&5
    36413642if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    36423643  echo $ac_n "(cached) $ac_c" 1>&6
    36433644else
    36443645  cat > conftest.$ac_ext <<EOF
    3645 #line 3646 "configure"
     3646#line 3647 "configure"
    36463647#include "confdefs.h"
    36473648#include <sys/types.h>
     
    36523653; return 0; }
    36533654EOF
    3654 if { (eval echo configure:3655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3655if { (eval echo configure:3656: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    36553656  rm -rf conftest*
    36563657  ac_cv_header_time=yes
     
    36743675
    36753676echo $ac_n "checking size of long""... $ac_c" 1>&6
    3676 echo "configure:3677: checking size of long" >&5
     3677echo "configure:3678: checking size of long" >&5
    36773678if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    36783679  echo $ac_n "(cached) $ac_c" 1>&6
     
    36823683else
    36833684  cat > conftest.$ac_ext <<EOF
    3684 #line 3685 "configure"
     3685#line 3686 "configure"
    36853686#include "confdefs.h"
    36863687#include <stdio.h>
     
    36933694}
    36943695EOF
    3695 if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
     3696if { (eval echo configure:3697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
    36963697then
    36973698  ac_cv_sizeof_long=`cat conftestval`
     
    38923893s%@NEED_LIBS@%$NEED_LIBS%g
    38933894s%@with_rsh@%$with_rsh%g
    3894 s%@mp_ssh@%$mp_ssh%g
    38953895s%@mp_rsh@%$mp_rsh%g
    38963896s%@mp_remsh@%$mp_remsh%g
     3897s%@mp_ssh@%$mp_ssh%g
    38973898s%@CLEAN@%$CLEAN%g
    38983899s%@subdirs@%$subdirs%g
  • MP/configure.in

    re45fd3 r85c8634  
    423423
    424424
     425
     426AC_CHECK_PROG(mp_rsh, rsh, rsh, no)
     427if test "$ac_cv_prog_mp_rsh" = rsh; then
     428   ac_rsh_programs="$ac_rsh_programs rsh"
     429fi
     430
     431AC_CHECK_PROG(mp_remsh, remsh, remsh, no)
     432if test "$ac_cv_prog_mp_remsh" = remsh; then
     433   ac_rsh_programs="$ac_rsh_programs remsh"
     434fi
     435
    425436AC_CHECK_PROG(mp_ssh, ssh, ssh, no)
    426437if test "$ac_cv_prog_mp_ssh" = ssh; then
    427438   ac_rsh_programs="$ac_rsh_programs ssh"
    428 fi
    429 
    430 AC_CHECK_PROG(mp_rsh, rsh, rsh, no)
    431 if test "$ac_cv_prog_mp_rsh" = rsh; then
    432    ac_rsh_programs="$ac_rsh_programs rsh"
    433 fi
    434 
    435 AC_CHECK_PROG(mp_remsh, remsh, remsh, no)
    436 if test "$ac_cv_prog_mp_remsh" = remsh; then
    437    ac_rsh_programs="$ac_rsh_programs remsh"
    438439fi
    439440
  • Makefile.in

    re45fd3 r85c8634  
    145145                             ${TMPDIR}/Singular/README.general
    146146        cp COPYING ${TMPDIR}/Singular
    147         cd ${TMPDIR}; \
     147        cd ${TMPDIR}; chmod -R a+rX *; \
    148148           tar -cf sing.tar Singular info; \
    149149           gzip sing.tar
     
    172172        cat INSTALL | sed -e "s/<x.y.z>/${S_VERSION}/" > \
    173173                      ${TMPDIR}/Singular/INSTALL
    174         cd ${TMPDIR}; \
     174        cd ${TMPDIR}; chmod -R a+rX *;\
    175175           tar cf ${BINDIST_NAME}.tar ${SINGUNAME} Singular; \
    176176           gzip ${BINDIST_NAME}.tar
     
    194194        cat INSTALL | sed -e "s/<x.y.z>/${S_VERSION}/" > \
    195195                      ${TMPDIR}/Singular/INSTALL
    196         cd ${TMPDIR}; \
     196        cd ${TMPDIR}; chmod -R a+rX *;\
    197197           tar cf ${BINDIST_NAME}-static.tar ${SINGUNAME} Singular;\
    198198           gzip ${BINDIST_NAME}-static.tar
     
    235235        cat README.win | sed -e "s/<x.y.z>/${S_VERSION}/" > \
    236236                         ${TMPDIR}/Singular/README
    237         cd ${TMPDIR}; \
     237        cd ${TMPDIR}; chmod -R a+rX *;\
    238238           ${ZIP} -r sing Singular
    239239        cp ${TMPDIR}/sing.zip Singular-${S_VERSION}-${SINGUNAME}.zip
  • README.download

    re45fd3 r85c8634  
    22                       POLYNOMIAL COMPUTATIONS
    33               
    4 Announcing Singular version 1.2.0:
     4Announcing Singular version 1.2.1:
    55==================================
    6 Singular 1.2.0 is now available. It is a major upgrade from all previous
    7 versions of Singular, and you should definitely consider upgrading
    8 your current Singular version.
     6Singular 1.2.1 is now available. It is a minor upgrade from Singular
     7version 1.2.0 and contains mainly bug fixes.
    98
    109This directory cointains:
    1110=========================
    12 Singular-1.2.0-share.tar.gz                 
     11Singular-1.2.1-share.tar.gz                 
    1312        -- shared data of newest Singular distribution for Unix platforms
    14 Singular-1.2.0-<uname description>.tar.gz 
     13Singular-1.2.1-<uname description>.tar.gz 
    1514        -- newest Singular executables for Unix platforms
    16 Singular-1-2-0-ix86-Win.zip
     15Singular-1-2-1-ix86-Win.zip
    1716        -- complete Singular distribution for Windows 95/NT
    18 Singular-1.2.0.ppc.sea.hqx.gz
     17Singular-1-2-1.ppc.sea.hqx.gz
    1918        -- complete Singular distribution for Macintosh PowerPC
    20 Singular-1.2.0.68k.sea.hqx.gz
     19Singular-1-2-1.68k.sea.hqx.gz
    2120        -- complete Singular distribution for Macintosh 68K computers
    2221COPYING                 Licence information on Singular
     
    2726
    2827
     28Not that (starting from Singular version 1.2.0 on) different versions
     29of Singular can peaceable coexist within the same directory
     30structure. That is, if you had previously downloaded Singular version
     311.2.0, you  can simply unpack version 1.2.1 at the same place.
     32
     33
    2934To download Singular for Unix platforms:
    3035========================================
    3136You need at least the following two files:
    32       Singular-1.2.0-share.tar.gz
    33       Singular-1.2.0-<uname description>.tar.gz
     37      Singular-1.2.1-share.tar.gz
     38      Singular-1.2.1-<uname description>.tar.gz
    3439where <uname description> is a description of the processor and operating
    3540system for which Singular is compiled (e.g, ix86-Linux). Please
     
    4247
    4348  cd /usr/local/        # or wherever you install 3rd-party software
    44   gzip -dc Singular-1.2.0-share.tar.gz | tar -pxf -
    45   gzip -dc Singular-1.2.0-<uname description>.tar.gz | tar -pxf -
     49  gzip -dc Singular-1.2.1-share.tar.gz | tar -pxf -
     50  gzip -dc Singular-1.2.1-<uname description>.tar.gz | tar -pxf -
    4651
    4752You may replace `/usr/local/' with what you like, but refer to the
     
    6974To download Singular for the Macintosh:
    7075=======================================
    71 Sorry, the Macintosh distribution is not yet ready. However, it will
    72 available at July 1, at the latest.
     76Download the file Singular-<x-y-z>-<target>-MPW.sea.hqx. Expand the
     77downloaded file using a standard Expander (like Compact Pro or StuffIt)
     78to obtain the corresponding self-extracting
     79Singular-<x-y-z>-<target>-MPW.sea file.  Click on the self-extracting
     80Singular-1-2-1-<target>-MPW.sea file. This  will create a folder
     81named "Singular" which contains the file 'INSTALL'. Follow the
     82instructions contained in this file for further installation
     83instructions.
    7384
    7485
  • README.general

    re45fd3 r85c8634  
    1111DOWNLOADING, INSTALLATION, LICENSING:
    1212=====================================
    13 You can download the Singular as executables program by public ftp from
     13You can download Singular as executable program by public ftp from
    1414   ftp://www.mathematik.uni-kl.de/pub/Math/Singular
    1515or, by http from
  • configure

    re45fd3 r85c8634  
    564564
    565565
    566 OUTPUT_MAKEFILES="Makefile doc/Makefile"
    567 
     566OUTPUT_MAKEFILES="Makefile doc/Makefile modules/Makefile rpm/Makefile"
     567OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/rpmrc rpm/Singular.spec"
    568568
    569569echo $ac_n "checking uname for singular""... $ac_c" 1>&6
     
    19331933  SUBDIRS="$SUBDIRS Singular"
    19341934fi
     1935if test -d rpm; then
     1936  SUBDIRS="$SUBDIRS rpm"
     1937fi
    19351938 
    19361939
    19371940echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1938 echo "configure:1939: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1941echo "configure:1942: checking whether ${MAKE-make} sets \${MAKE}" >&5
    19391942set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    19401943if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    23402343fi
    23412344
    2342 
Note: See TracChangeset for help on using the changeset viewer.