Changeset 354f3b in git
- Timestamp:
- Nov 29, 1999, 1:56:11 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 6429844b12e9748d6a461099af9e807e552d8950
- Parents:
- 7736c5c981277530fc20586946850a0fe14b5348
- Files:
-
- 1 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r7736c5 r354f3b 130 130 install_prefix = ${localdir}/Singular/${S_VERSION} 131 131 132 BINDIST_DIRS = Singular 132 BINDIST_DIRS = Singular doc 133 133 SHAREDIST_DIRS = Singular doc emacs 134 134 TMPDIR = ${TMP_DIR}/singdist … … 156 156 ${LN_S} ${install_prefix}/${SINGUNAME}/Singular ${localdir}/bin/Singular-${S_VERSION} 157 157 158 dist: sharedist bindist 159 158 160 sharedist: 159 if test -e ${TMPDIR}; then rm - f ${TMPDIR}; fi161 if test -e ${TMPDIR}; then rm -rf ${TMPDIR}; fi 160 162 ${MAKE} install-sharedist localdir=${TMPDIR} 161 cd ${TMPDIR}; tar czf Singular-${S_VERSION}-share.tgz 163 cd ${TMPDIR}; tar czf Singular-${S_VERSION}-share.tgz Singular 162 164 mv ${TMPDIR}/Singular-${S_VERSION}-share.tgz . 163 165 rm -rf ${TMPDIR} 164 166 165 167 bindist: 166 if test -e ${TMPDIR}; then rm - r ${TMPDIR}; fi168 if test -e ${TMPDIR}; then rm -fr ${TMPDIR}; fi 167 169 ${MAKE} install-bindist localdir=${TMPDIR} 168 cd ${TMPDIR}; tar czf Singular-${S_VERSION}-${SINGUNAME}.tgz 170 cd ${TMPDIR}; tar czf Singular-${S_VERSION}-${SINGUNAME}.tgz Singular 169 171 mv ${TMPDIR}/Singular-${S_VERSION}-${SINGUNAME}.tgz . 170 172 rm -rf ${TMPDIR} -
configure
r7736c5 r354f3b 575 575 576 576 577 OUTPUT_MAKEFILES="Makefile doc/Makefile doc/version.texi "577 OUTPUT_MAKEFILES="Makefile doc/Makefile doc/version.texi doc/uname.texi" 578 578 if test -d "rpm"; then 579 579 OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/Makefile" … … 935 935 echo "$ac_t""$CPP" 1>&6 936 936 937 ac_aux_dir= 938 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 939 if test -f $ac_dir/install-sh; then 940 ac_aux_dir=$ac_dir 941 ac_install_sh="$ac_aux_dir/install-sh -c" 942 break 943 elif test -f $ac_dir/install.sh; then 944 ac_aux_dir=$ac_dir 945 ac_install_sh="$ac_aux_dir/install.sh -c" 946 break 947 fi 948 done 949 if test -z "$ac_aux_dir"; then 950 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } 951 fi 952 ac_config_guess=$ac_aux_dir/config.guess 953 ac_config_sub=$ac_aux_dir/config.sub 954 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. 955 956 # Find a good install program. We prefer a C program (faster), 957 # so one script is as good as another. But avoid the broken or 958 # incompatible versions: 959 # SysV /etc/install, /usr/sbin/install 960 # SunOS /usr/etc/install 961 # IRIX /sbin/install 962 # AIX /bin/install 963 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 964 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 965 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 966 # ./install, which can be erroneously created by make from ./install.sh. 967 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 968 echo "configure:969: checking for a BSD compatible install" >&5 969 if test -z "$INSTALL"; then 970 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then 971 echo $ac_n "(cached) $ac_c" 1>&6 972 else 973 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" 974 for ac_dir in $PATH; do 975 # Account for people who put trailing slashes in PATH elements. 976 case "$ac_dir/" in 977 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; 978 *) 979 # OSF1 and SCO ODT 3.0 have their own names for install. 980 # Don't use installbsd from OSF since it installs stuff as root 981 # by default. 982 for ac_prog in ginstall scoinst install; do 983 if test -f $ac_dir/$ac_prog; then 984 if test $ac_prog = install && 985 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then 986 # AIX install. It has an incompatible calling convention. 987 : 988 else 989 ac_cv_path_install="$ac_dir/$ac_prog -c" 990 break 2 991 fi 992 fi 993 done 994 ;; 995 esac 996 done 997 IFS="$ac_save_IFS" 998 999 fi 1000 if test "${ac_cv_path_install+set}" = set; then 1001 INSTALL="$ac_cv_path_install" 1002 else 1003 # As a last resort, use the slow shell script. We don't cache a 1004 # path for INSTALL within a source directory, because that will 1005 # break other packages using the cache if that directory is 1006 # removed, or if the path is relative. 1007 INSTALL="$ac_install_sh" 1008 fi 1009 fi 1010 echo "$ac_t""$INSTALL" 1>&6 1011 1012 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1013 # It thinks the first close brace ends the variable substitution. 1014 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1015 1016 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' 1017 1018 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1019 937 1020 echo $ac_n "checking for AIX""... $ac_c" 1>&6 938 echo "configure: 939: checking for AIX" >&51021 echo "configure:1022: checking for AIX" >&5 939 1022 cat > conftest.$ac_ext <<EOF 940 #line 941"configure"1023 #line 1024 "configure" 941 1024 #include "confdefs.h" 942 1025 #ifdef _AIX … … 965 1048 set dummy $ac_prog; ac_word=$2 966 1049 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 967 echo "configure: 968: checking for $ac_word" >&51050 echo "configure:1051: checking for $ac_word" >&5 968 1051 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 969 1052 echo $ac_n "(cached) $ac_c" 1>&6 … … 997 1080 set dummy latex2html; ac_word=$2 998 1081 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 999 echo "configure:10 00: checking for $ac_word" >&51082 echo "configure:1083: checking for $ac_word" >&5 1000 1083 if eval "test \"`echo '$''{'ac_cv_prog_LATEX2HTML'+set}'`\" = set"; then 1001 1084 echo $ac_n "(cached) $ac_c" 1>&6 … … 1024 1107 1025 1108 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1026 echo "configure:1 027: checking whether ln -s works" >&51109 echo "configure:1110: checking whether ln -s works" >&5 1027 1110 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1028 1111 echo $ac_n "(cached) $ac_c" 1>&6 … … 1056 1139 set dummy texi2html; ac_word=$2 1057 1140 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1058 echo "configure:1 059: checking for $ac_word" >&51141 echo "configure:1142: checking for $ac_word" >&5 1059 1142 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then 1060 1143 echo $ac_n "(cached) $ac_c" 1>&6 … … 1130 1213 # check for AIX 1131 1214 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1132 echo "configure:1 133: checking whether _AIX is defined" >&51215 echo "configure:1216: checking whether _AIX is defined" >&5 1133 1216 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1134 1217 echo $ac_n "(cached) $ac_c" 1>&6 1135 1218 else 1136 1219 cat > conftest.$ac_ext <<EOF 1137 #line 1 138"configure"1220 #line 1221 "configure" 1138 1221 #include "confdefs.h" 1139 1222 #ifdef _AIX … … 1161 1244 1162 1245 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1163 echo "configure:1 164: checking for atof in -lm" >&51246 echo "configure:1247: checking for atof in -lm" >&5 1164 1247 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1165 1248 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1169 1252 LIBS="-lm $LIBS" 1170 1253 cat > conftest.$ac_ext <<EOF 1171 #line 1 172"configure"1254 #line 1255 "configure" 1172 1255 #include "confdefs.h" 1173 1256 /* Override any gcc2 internal prototype to avoid an error. */ … … 1180 1263 ; return 0; } 1181 1264 EOF 1182 if { (eval echo configure:1 183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1265 if { (eval echo configure:1266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1183 1266 rm -rf conftest* 1184 1267 eval "ac_cv_lib_$ac_lib_var=yes" … … 1208 1291 1209 1292 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1210 echo "configure:12 11: checking for socket in -lbsd" >&51293 echo "configure:1294: checking for socket in -lbsd" >&5 1211 1294 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1212 1295 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1216 1299 LIBS="-lbsd $LIBS" 1217 1300 cat > conftest.$ac_ext <<EOF 1218 #line 1 219"configure"1301 #line 1302 "configure" 1219 1302 #include "confdefs.h" 1220 1303 /* Override any gcc2 internal prototype to avoid an error. */ … … 1227 1310 ; return 0; } 1228 1311 EOF 1229 if { (eval echo configure:1 230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1312 if { (eval echo configure:1313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1230 1313 rm -rf conftest* 1231 1314 eval "ac_cv_lib_$ac_lib_var=yes" … … 1255 1338 1256 1339 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1257 echo "configure:1 258: checking for listen in -lsocket" >&51340 echo "configure:1341: checking for listen in -lsocket" >&5 1258 1341 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1259 1342 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1263 1346 LIBS="-lsocket $LIBS" 1264 1347 cat > conftest.$ac_ext <<EOF 1265 #line 1 266"configure"1348 #line 1349 "configure" 1266 1349 #include "confdefs.h" 1267 1350 /* Override any gcc2 internal prototype to avoid an error. */ … … 1274 1357 ; return 0; } 1275 1358 EOF 1276 if { (eval echo configure:1 277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1359 if { (eval echo configure:1360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1277 1360 rm -rf conftest* 1278 1361 eval "ac_cv_lib_$ac_lib_var=yes" … … 1302 1385 1303 1386 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1304 echo "configure:13 05: checking for gethostbyname in -lnsl" >&51387 echo "configure:1388: checking for gethostbyname in -lnsl" >&5 1305 1388 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1306 1389 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1310 1393 LIBS="-lnsl $LIBS" 1311 1394 cat > conftest.$ac_ext <<EOF 1312 #line 13 13"configure"1395 #line 1396 "configure" 1313 1396 #include "confdefs.h" 1314 1397 /* Override any gcc2 internal prototype to avoid an error. */ … … 1321 1404 ; return 0; } 1322 1405 EOF 1323 if { (eval echo configure:1 324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1406 if { (eval echo configure:1407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1324 1407 rm -rf conftest* 1325 1408 eval "ac_cv_lib_$ac_lib_var=yes" … … 1349 1432 1350 1433 echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6 1351 echo "configure:1 352: checking for mpq_init in -lgmp" >&51434 echo "configure:1435: checking for mpq_init in -lgmp" >&5 1352 1435 ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'` 1353 1436 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1357 1440 LIBS="-lgmp $LIBS" 1358 1441 cat > conftest.$ac_ext <<EOF 1359 #line 1 360"configure"1442 #line 1443 "configure" 1360 1443 #include "confdefs.h" 1361 1444 /* Override any gcc2 internal prototype to avoid an error. */ … … 1368 1451 ; return 0; } 1369 1452 EOF 1370 if { (eval echo configure:1 371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1453 if { (eval echo configure:1454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1371 1454 rm -rf conftest* 1372 1455 eval "ac_cv_lib_$ac_lib_var=yes" … … 1396 1479 1397 1480 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 1398 echo "configure:1 399: checking for mpz_init in -lsmallgmp" >&51481 echo "configure:1482: checking for mpz_init in -lsmallgmp" >&5 1399 1482 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 1400 1483 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1404 1487 LIBS="-lsmallgmp $LIBS" 1405 1488 cat > conftest.$ac_ext <<EOF 1406 #line 14 07"configure"1489 #line 1490 "configure" 1407 1490 #include "confdefs.h" 1408 1491 /* Override any gcc2 internal prototype to avoid an error. */ … … 1415 1498 ; return 0; } 1416 1499 EOF 1417 if { (eval echo configure:1 418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1500 if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1418 1501 rm -rf conftest* 1419 1502 eval "ac_cv_lib_$ac_lib_var=yes" … … 1443 1526 1444 1527 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 1445 echo "configure:1 446: checking for IMP_PutGmpInt in -lMP" >&51528 echo "configure:1529: checking for IMP_PutGmpInt in -lMP" >&5 1446 1529 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 1447 1530 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1451 1534 LIBS="-lMP $LIBS" 1452 1535 cat > conftest.$ac_ext <<EOF 1453 #line 1 454"configure"1536 #line 1537 "configure" 1454 1537 #include "confdefs.h" 1455 1538 /* Override any gcc2 internal prototype to avoid an error. */ … … 1462 1545 ; return 0; } 1463 1546 EOF 1464 if { (eval echo configure:1 465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1547 if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1465 1548 rm -rf conftest* 1466 1549 eval "ac_cv_lib_$ac_lib_var=yes" … … 1490 1573 1491 1574 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 1492 echo "configure:1 493: checking for MPT_GetTree in -lMPT" >&51575 echo "configure:1576: checking for MPT_GetTree in -lMPT" >&5 1493 1576 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 1494 1577 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1498 1581 LIBS="-lMPT $LIBS" 1499 1582 cat > conftest.$ac_ext <<EOF 1500 #line 15 01"configure"1583 #line 1584 "configure" 1501 1584 #include "confdefs.h" 1502 1585 /* Override any gcc2 internal prototype to avoid an error. */ … … 1509 1592 ; return 0; } 1510 1593 EOF 1511 if { (eval echo configure:15 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1594 if { (eval echo configure:1595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1512 1595 rm -rf conftest* 1513 1596 eval "ac_cv_lib_$ac_lib_var=yes" … … 1537 1620 1538 1621 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 1539 echo "configure:1 540: checking for atof in -lsingcf" >&51622 echo "configure:1623: checking for atof in -lsingcf" >&5 1540 1623 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 1541 1624 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1545 1628 LIBS="-lsingcf $LIBS" 1546 1629 cat > conftest.$ac_ext <<EOF 1547 #line 1 548"configure"1630 #line 1631 "configure" 1548 1631 #include "confdefs.h" 1549 1632 /* Override any gcc2 internal prototype to avoid an error. */ … … 1556 1639 ; return 0; } 1557 1640 EOF 1558 if { (eval echo configure:1 559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1641 if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1559 1642 rm -rf conftest* 1560 1643 eval "ac_cv_lib_$ac_lib_var=yes" … … 1584 1667 1585 1668 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 1586 echo "configure:1 587: checking for atof in -lsingfac" >&51669 echo "configure:1670: checking for atof in -lsingfac" >&5 1587 1670 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 1588 1671 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1592 1675 LIBS="-lsingfac $LIBS" 1593 1676 cat > conftest.$ac_ext <<EOF 1594 #line 1 595"configure"1677 #line 1678 "configure" 1595 1678 #include "confdefs.h" 1596 1679 /* Override any gcc2 internal prototype to avoid an error. */ … … 1603 1686 ; return 0; } 1604 1687 EOF 1605 if { (eval echo configure:16 06: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1688 if { (eval echo configure:1689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1606 1689 rm -rf conftest* 1607 1690 eval "ac_cv_lib_$ac_lib_var=yes" … … 1635 1718 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1636 1719 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1637 echo "configure:1 638: checking for $ac_hdr" >&51720 echo "configure:1721: checking for $ac_hdr" >&5 1638 1721 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1639 1722 echo $ac_n "(cached) $ac_c" 1>&6 1640 1723 else 1641 1724 cat > conftest.$ac_ext <<EOF 1642 #line 1 643"configure"1725 #line 1726 "configure" 1643 1726 #include "confdefs.h" 1644 1727 #include <$ac_hdr> 1645 1728 EOF 1646 1729 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1647 { (eval echo configure:1 648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1730 { (eval echo configure:1731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1648 1731 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1649 1732 if test -z "$ac_err"; then … … 1787 1870 1788 1871 echo $ac_n "checking which tmp dir to use""... $ac_c" 1>&6 1789 echo "configure:1 790: checking which tmp dir to use" >&51872 echo "configure:1873: checking which tmp dir to use" >&5 1790 1873 if test "${with_tmpdir+set}" = set && test -d ${with_tmpdir}; then 1791 1874 if (echo "${with_tmpdir}" | egrep "\." >/dev/null 2>&1) … … 1804 1887 if test "${with_perl5+set}" != set; then 1805 1888 echo $ac_n "checking for perl5""... $ac_c" 1>&6 1806 echo "configure:18 07: checking for perl5" >&51889 echo "configure:1890: checking for perl5" >&5 1807 1890 if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then 1808 1891 echo $ac_n "(cached) $ac_c" 1>&6 … … 1841 1924 set dummy $ac_prog; ac_word=$2 1842 1925 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1843 echo "configure:1 844: checking for $ac_word" >&51926 echo "configure:1927: checking for $ac_word" >&5 1844 1927 if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then 1845 1928 echo $ac_n "(cached) $ac_c" 1>&6 … … 1877 1960 1878 1961 echo $ac_n "checking whether to configure and build texinfo""... $ac_c" 1>&6 1879 echo "configure:1 880: checking whether to configure and build texinfo" >&51962 echo "configure:1963: checking whether to configure and build texinfo" >&5 1880 1963 if test "$enable_texinfo" != no && test -d Texinfo; then 1881 1964 echo "$ac_t""yes" 1>&6 … … 1899 1982 1900 1983 echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6 1901 echo "configure:19 02: checking whether to configure and build gmp lib" >&51984 echo "configure:1985: checking whether to configure and build gmp lib" >&5 1902 1985 if test "$enable_gmp" != yes && test "$enable_gmp" != no; then 1903 1986 if test "$ac_gmp_ok" != yes && test -d gmp; then … … 1925 2008 1926 2009 echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6 1927 echo "configure: 1928: checking whether to configure and build smallgmp lib" >&52010 echo "configure:2011: checking whether to configure and build smallgmp lib" >&5 1928 2011 if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then 1929 2012 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \ … … 1964 2047 1965 2048 echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6 1966 echo "configure: 1967: checking whether to configure and build MP lib" >&52049 echo "configure:2050: checking whether to configure and build MP lib" >&5 1967 2050 if test "$enable_MP" != yes && test "$enable_MP" != no; then 1968 2051 if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \ … … 1993 2076 1994 2077 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 1995 echo "configure: 1996: checking whether to configure and build factory lib" >&52078 echo "configure:2079: checking whether to configure and build factory lib" >&5 1996 2079 if test "$enable_factory" != yes && test "$enable_factory" != no; then 1997 2080 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 2018 2101 2019 2102 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 2020 echo "configure:2 021: checking whether to configure and build libfac lib" >&52103 echo "configure:2104: checking whether to configure and build libfac lib" >&5 2021 2104 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 2022 2105 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 2048 2131 2049 2132 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 2050 echo "configure:2 051: checking whether to configure and build sgroup lib" >&52133 echo "configure:2134: checking whether to configure and build sgroup lib" >&5 2051 2134 if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then 2052 2135 if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \ … … 2078 2161 2079 2162 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 2080 echo "configure:2 081: checking whether to configure and build Singular" >&52163 echo "configure:2164: checking whether to configure and build Singular" >&5 2081 2164 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 2082 2165 if test "$with_Singular" != no && test -d Singular; then … … 2103 2186 2104 2187 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 2105 echo "configure:21 06: checking which apint package to use" >&52188 echo "configure:2189: checking which apint package to use" >&5 2106 2189 if test "$with_apint" = gmp; then 2107 2190 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 2127 2210 2128 2211 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 2129 echo "configure:2 130: checking whether to use with MP" >&52212 echo "configure:2213: checking whether to use with MP" >&5 2130 2213 if test "$with_MP" = yes; then 2131 2214 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 2146 2229 2147 2230 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 2148 echo "configure:2 149: checking whether to use with factory" >&52231 echo "configure:2232: checking whether to use with factory" >&5 2149 2232 if test "$with_factory" = yes; then 2150 2233 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 2165 2248 2166 2249 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 2167 echo "configure:2 168: checking whether to use with libfac" >&52250 echo "configure:2251: checking whether to use with libfac" >&5 2168 2251 if test "$with_libfac" = yes; then 2169 2252 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 2184 2267 2185 2268 echo $ac_n "checking whether to use mtrack""... $ac_c" 1>&6 2186 echo "configure:2 187: checking whether to use mtrack" >&52269 echo "configure:2270: checking whether to use mtrack" >&5 2187 2270 if test -d mpr && test "$ac_cv_singuname" = ix86-Linux; then 2188 2271 echo "$ac_t""yes" 1>&6 … … 2193 2276 2194 2277 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 2195 echo "configure:2 196: checking whether to use with Singular" >&52278 echo "configure:2279: checking whether to use with Singular" >&5 2196 2279 if test "$with_Singular" != no && test "$with_Singular" != yes; then 2197 2280 if test "$enable_Singular" = yes; then … … 2252 2335 2253 2336 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2254 echo "configure:2 255: checking whether ${MAKE-make} sets \${MAKE}" >&52337 echo "configure:2338: checking whether ${MAKE-make} sets \${MAKE}" >&5 2255 2338 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2256 2339 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 2280 2363 2281 2364 2282 2283 ac_aux_dir=2284 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do2285 if test -f $ac_dir/install-sh; then2286 ac_aux_dir=$ac_dir2287 ac_install_sh="$ac_aux_dir/install-sh -c"2288 break2289 elif test -f $ac_dir/install.sh; then2290 ac_aux_dir=$ac_dir2291 ac_install_sh="$ac_aux_dir/install.sh -c"2292 break2293 fi2294 done2295 if test -z "$ac_aux_dir"; then2296 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }2297 fi2298 ac_config_guess=$ac_aux_dir/config.guess2299 ac_config_sub=$ac_aux_dir/config.sub2300 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.2301 2365 2302 2366 subdirs="$CONFIG_SUBDIRS" … … 2414 2478 2415 2479 ac_given_srcdir=$srcdir 2480 ac_given_INSTALL="$INSTALL" 2416 2481 2417 2482 trap 'rm -fr `echo "${OUTPUT_MAKEFILES}" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 … … 2453 2518 s%@CC@%$CC%g 2454 2519 s%@CPP@%$CPP%g 2520 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 2521 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g 2522 s%@INSTALL_DATA@%$INSTALL_DATA%g 2455 2523 s%@PERL@%$PERL%g 2456 2524 s%@LATEX2HTML@%$LATEX2HTML%g … … 2545 2613 esac 2546 2614 2615 case "$ac_given_INSTALL" in 2616 [/$]*) INSTALL="$ac_given_INSTALL" ;; 2617 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2618 esac 2547 2619 2548 2620 echo creating "$ac_file" … … 2560 2632 s%@srcdir@%$srcdir%g 2561 2633 s%@top_srcdir@%$top_srcdir%g 2634 s%@INSTALL@%$INSTALL%g 2562 2635 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file 2563 2636 fi; done … … 2655 2728 ac_sub_cache_file="$ac_dots$cache_file" ;; 2656 2729 esac 2730 case "$ac_given_INSTALL" in 2731 [/$]*) INSTALL="$ac_given_INSTALL" ;; 2732 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 2733 esac 2657 2734 2658 2735 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" -
configure.in
r7736c5 r354f3b 2 2 AC_INIT(Singular/matpol.h) 3 3 AC_PREFIX_DEFAULT(`pwd`) 4 OUTPUT_MAKEFILES="Makefile doc/Makefile doc/version.texi "4 OUTPUT_MAKEFILES="Makefile doc/Makefile doc/version.texi doc/uname.texi" 5 5 if test -d "rpm"; then 6 6 OUTPUT_MAKEFILES=$OUTPUT_MAKEFILES" rpm/Makefile" -
doc/INSTALL_unix.texi
r7736c5 r354f3b 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_unix.texi,v 1. 2 1999-11-26 18:03:25obachman Exp $2 @comment $Id: INSTALL_unix.texi,v 1.3 1999-11-29 12:56:06 obachman Exp $ 3 3 @comment this file contains the installation instruction for Singular on 4 4 @comment Unix 5 @ifclear VERSION 5 6 @include version.texi 7 @end ifclear 6 8 7 9 @ifclear singularmanual … … 14 16 15 17 @ifset UNAME 16 @ set _UNAME @value{UNAME}18 @include uname.texi 17 19 @end ifset 18 20 … … 27 29 archives: 28 30 @table @code 29 @item Singular-@value{VERSION}-share.t ar.gz31 @item Singular-@value{VERSION}-share.tgz 30 32 contains architecture independent data like documentation and libraries 31 (alternativ ly, you may also download33 (alternatively, you may also download 32 34 @code{Singular-@value{VERSION}-share.zip}). 33 @item Singular-@value{VERSION}-@value{_UNAME}.t ar.gz35 @item Singular-@value{VERSION}-@value{_UNAME}.tgz 34 36 contains architecture dependent executables, like the @sc{Singular} 35 program 37 program. 36 38 @ifclear UNAME 37 where@code{@value{_UNAME}} is a description of the processor and operating system39 @code{@value{_UNAME}} is a description of the processor and operating system 38 40 for which @sc{Singular} is compiled (e.g, @code{ix86-Linux}). Please contact us if 39 you can not find an appropriate architecture dependent archive 40 @end ifclear 41 . 41 you can not find an appropriate architecture dependent archive. 42 @end ifclear 42 43 @end table 43 44 44 You can obtain these files from 45 @url{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/}. 45 You can obtain these (and other) archives from 46 @display 47 @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/}. 48 @end display 46 49 47 50 @ifclear singularmanual … … 82 85 Unpack the archives: 83 86 @smallexample 84 gzip -dc Singular-@value{VERSION}-@value{_UNAME}.t ar.gz | tar -pxf -85 gzip -dc Singular-@value{VERSION}-share.t ar.gz | tar -pxf -87 gzip -dc Singular-@value{VERSION}-@value{_UNAME}.tgz | tar -pxf - 88 gzip -dc Singular-@value{VERSION}-share.tgz | tar -pxf - 86 89 @end smallexample 87 90 If you have downloaded @code{Singular-@value{VERSION}-share.zip}, … … 113 116 to figure out where its @sc{Singular} libraries and on-line 114 117 documentation files are. These constraints on the local directory layout 115 are necessary to avoid having to hard code pathnames into the118 are necessary to avoid having to hard-code pathnames into the 116 119 executables, or require that environment variables be set before 117 120 running the executable. In particular, you should not move or copy … … 147 150 148 151 You also might want to adjust your personal start-up files 149 (@code{~/.cshrc} for @code{csh}, @code{ .tcshrc} for @code{tcsh},150 @code{ .profile} for @code{bash}) accordingly,152 (@code{~/.cshrc} for @code{csh}, @code{~/.tcshrc} for @code{tcsh}, or 153 @code{~/.profile} for @code{bash}) accordingly, 151 154 so that the @code{$PATH} variable is set automatically each time you login. 152 155 153 156 @strong{IMPORTANT:} Do @emph{never} move or copy the file 154 @code{Singular/@value{VERSION}/@value{_UNAME}/Singular} to another place, but use155 soft-links instead.157 @code{Singular/@value{VERSION}/@value{_UNAME}/Singular} to another 158 place, but use soft-links instead. 156 159 157 160 @item … … 162 165 @item @strong{Feature} @tab @strong{Requires} 163 166 @item running @code{ESingular}, or @code{Singular} within Emacs 164 @tab @uref{http://www.fsf.org/software/emacs/emacs.html, Emacs} version165 20 or higher, or, @uref{http://www.xemacs.org, Xemacs} version 20 or167 @tab @uref{http://www.fsf.org/software/emacs/emacs.html,,Emacs} version 168 20 or higher, or, @uref{http://www.xemacs.org,,Xemacs} version 20 or 166 169 higher 170 167 171 @item on-line @code{html} help 168 @tab @uref{http://www.netscape.com, 172 @tab @uref{http://www.netscape.com,,netscape} browser 169 173 @item on-line @code{info} help 170 @tab @uref{http://www.texinfo.org, 171 @uref{http://math-www.uni-paderborn.de/~axel/tkinfo/, 174 @tab @uref{http://www.texinfo.org,,info}, or 175 @uref{http://math-www.uni-paderborn.de/~axel/tkinfo/,,tkinfo} texinfo browser programs 172 176 @item TAB completion and history mechanism of ASCII-terminal interface 173 @tab shared @uref{ftp://ftp.de.uu.net/pub/gnu/readline/, 177 @tab shared @uref{ftp://ftp.de.uu.net/pub/gnu/readline/,,readline} 174 178 library, i.e. @code{/usr/lib/libreadline.so} 175 @item visu lization of curves and surfaces with @code{surf} (i.e., usage of @sc{Singular} library @code{surf.lib})179 @item visualization of curves and surfaces 176 180 @tab 177 @uref{http://www.mathematik.uni-mainz.de/AlgebraischeGeometrie/surf/surf.shtml, surf}181 @uref{http://www.mathematik.uni-mainz.de/AlgebraischeGeometrie/surf/surf.shtml,,surf} 178 182 version 0.9 or higher (only available for Linux and Solaris). 179 183 @end multitable 180 184 181 Notice that you may also download most of these programs from 185 You may download most of these programs from 186 @display 182 187 @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils/}. 188 @end display 183 189 184 190 @item Customize the on-line help system: … … 187 193 the @code{netscape} program. 188 194 189 However, this behavio ur can be customized in several ways190 using the @sc{Singular} commands @code{system("-- allow-net", 1)} and191 @code{system("--browser",<browser>")} (or, by starting up @sc{Singular}195 However, this behavior can be customized in several ways 196 using the @sc{Singular} commands @code{system("--browser",<browser>")} 197 and @code{system("--allow-net", 1)} (or, by starting up @sc{Singular} 192 198 with the respective command line options). 193 199 194 200 In particular, creating the file 195 @code{Singular/@value{VERSION}/LIB/.singularrc /} and putting the201 @code{Singular/@value{VERSION}/LIB/.singularrc} and putting the 196 202 @sc{Singular} command 197 203 @smallexample … … 199 205 @end smallexample 200 206 in it, allows the on-line help system to fetch its @code{html} pages 201 from @uref{www.mathemtaik.uni-kl.de/~zca/Singular, Singular's WWW home site} 207 from @uref{http://www.mathemtaik.uni-kl.de/~zca/Singular, Singular's WWW 208 home site} 202 209 in case its local html pages are not found. That is, you may delete your 203 210 local html pages, after setting this option. … … 230 237 @heading Troubleshooting 231 238 232 233 239 @itemize 240 @item General: @sc{Singular} can not find its libraries or on-line help 241 @enumerate 242 @item 243 Start up @sc{Singular}, and issue the command @code{system("Singular");}. 244 If this does not return the correct and expanded location of the 245 @sc{Singular} executable, then you found a bug in @sc{Singular}, which we 246 ask you to report (see below). 247 @item 248 Check whether the directories containing the libraries and on-line help 249 files can be found by @sc{Singular}: If @code{$bindir} denotes the 250 directory where the @sc{Singular} executable resides, then @sc{Singular} 251 looks for library files as follows: 252 @* (0) the current directory 253 @* (1) all dirs of the environment variable SINGULARPATH 254 @* (2) @code{$bindir/LIB} 255 @* (3) @code{$bindir/../LIB} 256 @* (4) @code{/usr/local/Singular/@value{VERSION}/LIB} 257 @* (4) @code{/usr/local/Singular/LIB} 258 @* The on-line @code{info} files need to be at @code{$bindir/../info} and the 259 @code{html} pages at @code{$bindir/../html}. 260 @end enumerate 261 262 You can inspect the found library and @code{info}/@code{html} 263 directories by starting up @sc{Singular} with the 264 @code{--version} option, or by issuing the @sc{Singular} command 265 @code{system("--version");}. 266 267 @item For @code{HPUX} systems: 268 @*The /etc/termcap files which are pre-installed on these systems are 269 broken which leads to messages like 270 @example 271 Name collision between 9826 9836 272 @end example 273 when @sc{Singular} is started. To fix this, you can get fixed termcap 274 files from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils} 275 by downloading the files termcap-<uname-description> and either 276 replace your /etc/termcap file by the file found there, or view, and 277 redo the respective changes by @code{diff}'ing the downloaded and the 278 original file. 279 280 @item For @code{ix86-Linux} systems: 281 @*Due to some incompatibilities of shared libraries, the start-up of 282 @sc{Singular} might fail with messages like 283 @example 284 Can not find shared library ... 285 @end example 286 To fix this, download and install 287 @code{Singular-@value{VERSION}-ix86-Linux-static.tgz}. 288 289 @item For @code{AIX} systems: 290 @*The default @code{info} program of the system is not GNU's texinfo 291 browser which is used to display the on-line documentation in the 292 @code{info} format. Therefore, the distribution of the AIX executable 293 already contains the @code{info} browser program. 294 If you remove this program, make sure that the GNU 295 @code{info} program is executed if you call '@code{info}' from your shell. 296 297 @item For any other troubles: 298 @*Please send an email to @email{singular@@mathematik.uni-kl.de} 299 and include the header which is displayed by starting up @sc{Singular} 300 with the @code{-v} option, and a description of your machine (issue the 301 command @code{uname -a} on your shell) in your report. 302 @end itemize 303 304 305 @heading More information about @sc{Singular}: Comments, Questions, Bug Reports 306 More and up-to-date information about @sc{Singular} is always available 307 from 308 @display 309 @uref{http://www.mathematik.uni-kl.de/~zca/Singular} 310 @end display 311 We very much welcome any comments, questions, and bug reports. Please 312 contact us at 313 @display 314 @email{singular@@mathematik.uni-kl.de} 315 @end display 316 317 @ifclear singularmanual 318 GOOD LUCK and ENJOY! 319 Your @sc{Singular} team. 320 @end ifclear 321 -
doc/Makefile.in
r7736c5 r354f3b 2 2 ### 3 3 ### Makefile for Singular documentation 4 ### $Id: Makefile.in,v 1.4 3 1999-11-26 17:45:49obachman Exp $4 ### $Id: Makefile.in,v 1.44 1999-11-29 12:56:07 obachman Exp $ 5 5 ##################################################################### 6 6 SHELL=/bin/sh … … 38 38 TEXI2HTML = @TEXI2HTML@ 39 39 DVIPS = dvips 40 40 41 VERBOSE = 1 # override this with make VERBOSE=2 41 42 SINGUNAME = @SINGUNAME@ 42 43 # d2t stuff 43 44 SINGULAR = @SINGULAR@ … … 173 174 174 175 # targets which produce stand-alone documents 176 %.${SINGUNAME}.txt : %.texi 177 ${MAKEINFO} -D UNAME --no-header --paragraph-indent none -o $@ $< 178 175 179 %.txt : %.texi 176 180 ${MAKEINFO} --no-header --paragraph-indent none -o $@ $< 181 182 %.${SINGUNAME}.html : %.texi 183 ${TEXI2HTML} -D UNAME -init_file t2h_standalone.init -verbose -split none -o $@ $< 177 184 178 185 %.html : %.texi … … 242 249 ${MKINSTALLDIRS} ${install_docdir} 243 250 ${INSTALL_DATA} singular.idx ${install_docdir} 251 252 install-bindist: INSTALL_unix.${SINGUNAME}.txt INSTALL_unix.${SINGUNAME}.html 253 ${MKINSTALLDIRS} ${install_prefix} 254 ${INSTALL_DATA} INSTALL_unix.${SINGUNAME}.txt ${install_prefix}/INSTALL 255 ${INSTALL_DATA} INSTALL_unix.${SINGUNAME}.html ${install_prefix}/INSTALL.html 244 256 245 257 texi2html = $(TEXI2HTML:%.pl=%) … … 266 278 /bin/rm -f ${HTML_SUBDIR}/${HTML_MANUAL_TOP} ${HTML_SUBDIR}/${HTML_TUTOR_TOP} 267 279 /bin/rm -rf ${STANDALONE_HTML_FILES} ${STANDALONE_FILES} ${STANDALONE_TXT_FILES} 280 /bin/rm -f INSTALL_unix.${SINGUNAME}.txt INSTALL_unix.${SINGUNAME}.html 268 281 269 282 distclean: clean -
doc/doc2tex.pl
r7736c5 r354f3b 1 1 #!/usr/local/bin/perl 2 # $Id: doc2tex.pl,v 1. 19 1999-11-24 18:50:40obachman Exp $2 # $Id: doc2tex.pl,v 1.20 1999-11-29 12:56:07 obachman Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 163 163 { 164 164 $line++; 165 166 165 if (/^\@c\s*example/) {&HandleExample; next;} 167 166 if (/^\@c\s*include\s+/) {&HandleInclude; next;} … … 177 176 print TEX $_; 178 177 178 if (! $printed_header && /^\@c/) 179 { 180 $printed_header = 1; 181 print TEX <<EOT; 182 \@comment This file was generated by doc2tex.pl from $doc_file 183 \@comment DO NOT EDIT DIRECTLY, BUT EDIT $doc_file INSTEAD 184 EOT 185 } 186 179 187 if (/^\@bye$/) {last;} 180 188 } … … 189 197 ###################################################################### 190 198 # @c example [error] [no_comp] 191 # -> the text till the next @c example is fe ed into Singular,199 # -> the text till the next @c example is fed into Singular, 192 200 # the text is then substituted by 193 201 # @c computed example $ex_prefix $doc_file:$line … … 265 273 if ($reuse && $cache) 266 274 { 275 my $ok = 1; 267 276 print "<$ex_prefix>" if ($verbose); 268 277 print TEX "\@c reused example $ex_prefix $doc_file:$lline \n"; 269 278 open(INC, "<$inc_file") || Error("can't open $inc_file for reading: $!\n"); 270 while (<INC>){ print TEX $_;} 279 while (<INC>) 280 { 281 if (/error occurred/ && $ok && !error_ok) 282 { 283 Warn("Result file $inc_file contains errors. Force re-computation by removing $inc_file"); 284 $ok = 0; 285 } 286 print TEX $_; 287 } 271 288 close(INC); 272 289 } … … 580 597 } 581 598 599 sub Warn 600 { 601 print "$WARNING $_[0]\n"; 602 } 582 603 # 583 604 # leave this here --otherwise fontification in my emacs gets screwd up -
emacs/BUGS
r7736c5 r354f3b 3 3 trotzdem sichtbar bleiben (->Fehlermeldungen) 4 4 o singular-cursor-key-model aus customize speichern hat nicht funktioniert 5 o loading file default coice/dir does not end with an "/" 5 6 o no key binding for 'comint-interrupt-subjob 6 7 (i.e., for interrupting Singular), should be extra menu item
Note: See TracChangeset
for help on using the changeset viewer.