Changeset af6a6b in git
- Timestamp:
- Feb 9, 1999, 9:16:14 AM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b1583218885416b88ae2f7c90eafb08541bc5e0a
- Parents:
- 6aae5a25e012dd7d469a8dcb0b60e73ad33d0908
- Files:
-
- 6 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL.win
r6aae5a raf6a6b 1 Singular version 1.21 Singular version <x-y-z> 2 2 University of Kaiserslautern 3 3 Department of Mathematics Centre for Computer Algebra 4 4 Authors: G.-M. Greuel, G. Pfister, H. Schoenemann 5 (C) 1986-1998All Rights Reserved5 (C) 1986-1999 All Rights Reserved 6 6 7 WINDOWS 95/ NT INSTALLATION INSTRUCTIONS FOR SINGULAR7 WINDOWS 95/98/NT INSTALLATION INSTRUCTIONS FOR SINGULAR 8 8 =========================================================== 9 To install Singular on for Windows 95/NT, you need the file 10 Singular-<x-y-z>-ix86-Win.zip 11 which you can obtain by public ftp from 12 ftp://www.mathematik.uni-kl.de/pub/Math/Singular/. 9 To install Singular on for Windows 95/NT, you need the following two 10 archives: 11 12 Singular-<x-y-z>-share.zip 13 -- contains architecture independent data like documentation and libraries 14 Singular-<x-y-z>-ix86-Win.zip 15 -- contains architecture dependent executables, like the Singular program 16 17 You can obtain these files from 18 ftp://www.mathematik.uni-kl.de/pub/Math/Singular/ 19 20 21 LICENSING 22 ========= 23 Please see the file COPYING contained in the distribution for license 24 information on Singular. In particular, notice that we only grant you 25 permission to use Singular if you have registered yourself as a 26 Singular user by sending email to <singular@mathematik.uni-kl.de> 27 with the subject line (or, mail body) `register'. 28 13 29 14 30 TO INSTALL SINGULAR 15 31 =================== 16 If you have a Windows unzip utility program (like WinZip) installed 17 on your system then simply double-click on the file 18 `Singular-<x-y-z>-ix86-Win.zip' and extract the content of the archive 19 at a directory in which you usually install 3rd-party software. 32 There are two methods: 33 (a) If you have a Windows unzip utility program (like WinZip) installed 34 on your system: 35 (1) double-click on the file `Singular-<x-y-z>-ix86-Win.zip' 36 (2) double-click on the file `Singular-<x-y-z>-share.zip' 37 thereby extract the content of the archives at a directory in 38 which you usually install 3rd-party software. 20 39 21 Otherwise, download the file `unzip.exe' from 22 ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils 23 start an MS-DOS shell, move the Singular archive and unzip program to 24 a place in which you usually install 3rd-party software and extract 25 (unpack) the archive with the command: 26 unzip Singular-<x-y-z>-ix86-Win.zip 40 (b) Otherwise, download the file `unzip.exe' from 41 ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils 42 start an MS-DOS shell, move the Singular archive and unzip program 43 to a place in which you usually install 3rd-party software and 44 extract (unpack) the archives with the command(s): 45 (1) unzip Singular-<x-y-z>-ix86-Win.zip 46 (2) unzip Singular-<x-y-z>-share.zip 27 47 28 For both extraction methods, it is VERY IMPORTANT that the path 48 Unpacking creates Singular specific subdirectories in such a way that 49 multiple versions of Singular can peaceably coexist under the same 50 root. 51 52 For both unpacking methods, it is VERY IMPORTANT that the path 29 53 leading to the directory where you extract the Singular archive does 30 54 not contain names which are longer than 8 characters and/or … … 33 57 not work. 34 58 35 The directory where you extract the Singular archive is expected36 to be the common prefix for installed software, and Singular-specific37 subdirectories of it will be created. The directories are arranged38 in such a way that multiple versions of Singular can peaceably coexist39 under the same root.40 59 41 60 After unpacking, you will have a directory structure like: 42 43 ./Singular/<x-y-z>/Singular.exe Singular executable 44 ./Singular/<x-y-z>/libparse.exe parser for Singular libraries 45 ./Singular/<x-y-z>/cygwinb19.dll CYGWIN DLL Library 46 ./Singular/<x-y-z>/info.exe info program 47 ./Singular/<x-y-z>/sh.exe sh program 48 ./Singular/LIB/<x-y-z>/ Singular libraries 49 ./Singular/LIB/gftables/ Singular gftables 50 ./Singular/doc/<x-y-z>/ documentation (ps, dvi, info) 51 ./Singular/html/<x-y-z>/ documentation (html) 61 ./Singular/<x-y-z>/Singular.exe Singular executable 62 ./Singular/<x-y-z>/libparse.exe parser for Singular libraries 63 ./Singular/<x-y-z>/cygwin1.dll CYGWIN DLL Library 64 ./Singular/<x-y-z>/info.exe info program 65 ./Singular/<x-y-z>/sh.exe sh program 66 ./Singular/LIB/<x-y-z>/ Singular libraries 67 ./Singular/LIB/gftables/ Singular lookup tables 68 ./Singular/doc/<x-y-z>/ documentation (ps, dvi, info) 69 ./Singular/html/<x-y-z>/ documentation (html) 70 ./Singular/README general information on Singular 71 ./Singular/COPYING licence information 72 ./Singular/INSTALL this file 52 73 53 74 … … 61 82 the Singular executables to another place. 62 83 84 63 85 RUNNING SINGULAR 64 86 ================= … … 70 92 where the file `Singular.exe' resides to your PATH variable (unless 71 93 you cd to that directory each time before you start Singular). Use the 72 following commands: For the MS-DOS terminal 94 following commands: 95 For the MS-DOS terminal 96 73 97 set PATH=%PATH%;<place where you extracted Singular>\Singular\<x-y-z> 98 74 99 or, for the Bash/Sh terminal 100 75 101 export PATH=$PATH:<place where you extracted Singular>/Singular/<x-y-z> 102 76 103 You also might want to adjust your personal start-up files accordingly, 77 104 so that the PATH variable is set automatically each time you login. 78 105 79 Alternatively, you can copy the DLL library80 ./Singular/<x-y-z>/cygwinb19.dll' to a place on your system81 where the PATH is defined.82 106 83 107 TROUBLES 84 108 ========= 85 * Singular complains that it can not find `cygwin b19.dll':86 Make sure that the DLL library `cygwin b19.dll' which is included in109 * Singular complains that it can not find `cygwin1.dll': 110 Make sure that the DLL library `cygwin1.dll' which is included in 87 111 the distribution at `./Singular/<x-y-z>/' was either copied to a 88 112 standard place on your system (like /WIN32), or that your PATH … … 138 162 8.) /info/ 139 163 9.) In all directories contained in the Singular SearchPath. 140 (5) Make sure that the path leading $bindir does not contain names164 (5) Make sure that the path leading to $bindir does not contain names 141 165 which are longer than 8 characters and/or which contain dots or 142 166 white spaces (i.e., the names must conform with MS-DOS filename … … 149 173 150 174 151 M ore information about Singular: Comments, Questions, Bug Reports175 MORE INFORMATION ABOUT SINGULAR: COMMENTS, QUESTIONS, BUG REPORTS 152 176 ================================================================= 153 154 177 More and up-to-date information about Singular is always available 155 178 from -
MP/MPT/GP.h
r6aae5a raf6a6b 143 143 // GP_DynamicAtomEncoding 144 144 virtual GP_AtomEncoding_t AtomEncoding(const void* data) 145 {return GP_UnknownAtomEncoding;}145 {return AtomEncoding();} 146 146 147 147 // getting the value of Atoms -
Makefile.in
r6aae5a raf6a6b 111 111 SINGUNAME = @SINGUNAME@ 112 112 S_VERSION = $${SINGULAR_VERSION-@SINGULAR_VERSION@} 113 SINGULAR_DOS_VERSION = @SINGULAR_DOS_VERSION@114 113 DISTROOT_NAME = Singular-${S_VERSION} 115 114 BINDIST_NAME = ${DISTROOT_NAME}-${SINGUNAME} 116 115 SHAREDIST_NAME = ${DISTROOT_NAME}-share 116 ZIP = zip 117 117 118 118 test_t: … … 122 122 sharedist: ${SINGULAR} 123 123 cd doc; ${MAKE} all ps 124 rm -rf ${TMPDIR} 124 rm -rf ${TMPDIR}/ 125 125 ${MKINSTALLDIRS} ${TMPDIR}/Singular/LIB/${S_VERSION} 126 126 ${MKINSTALLDIRS} ${TMPDIR}/Singular/doc/${S_VERSION} 127 127 ${MKINSTALLDIRS} ${TMPDIR}/Singular/html/${S_VERSION} 128 ${MKINSTALLDIRS} ${TMPDIR}/info129 128 ${MKINSTALLDIRS} ${TMPDIR}/Singular/LIB/gftables 130 129 cp Singular/LIB/*.lib ${TMPDIR}/Singular/LIB/${S_VERSION} … … 132 131 rm -f ${TMPDIR}/Singular/LIB/${S_VERSION}/tst.lib 133 132 cp Singular/LIB/gftables/[0-9]* ${TMPDIR}/Singular/LIB/gftables 134 cd ${TMPDIR}/Singular/LIB/${S_VERSION}; \135 ${LN_S} ../gftables .136 133 cp doc/singular.hlp doc/singular.ps doc/usercard.ps \ 137 134 doc/singular.dvi doc/usercard.dvi \ 138 135 ${TMPDIR}/Singular/doc/${S_VERSION} 139 136 cp -R doc/html/* ${TMPDIR}/Singular/html/${S_VERSION} 140 cd ${TMPDIR}/info; \ 141 ${LN_S} ../Singular/doc/${S_VERSION}/singular.hlp . 142 cat README.share | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 143 ${TMPDIR}/Singular/README.share 144 cat README.general | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 145 ${TMPDIR}/Singular/README.general 146 cp COPYING ${TMPDIR}/Singular 147 cd ${TMPDIR}; chmod -R a+rX *; \ 148 tar -cf sing.tar Singular info; \ 149 gzip sing.tar 150 cp ${TMPDIR}/sing.tar.gz ${SHAREDIST_NAME}.tar.gz 151 rm -rf ${TMPDIR} 152 153 win-sharedist: 154 export SINGULAR_VERSION=${SINGULAR_DOS_VERSION} && ${MAKE} sharedist 137 cat README.general | sed -e "s/<x-y-z>/${S_VERSION}/g" > \ 138 ${TMPDIR}/Singular/README 139 cat COPYING | sed -e "s/<x-y-z>/${S_VERSION}/g" > \ 140 ${TMPDIR}/Singular/COPYING 141 chmod -R a+rX ${TMPDIR}/Singular 142 cd ${TMPDIR}; \ 143 ${ZIP} -r ${SHAREDIST_NAME} Singular; \ 144 tar cf ${SHAREDIST_NAME}.tar Singular; gzip ${SHAREDIST_NAME}.tar 145 mv ${TMPDIR}/${SHAREDIST_NAME}.zip ${TMPDIR}/${SHAREDIST_NAME}.tar.gz . 146 rm -rf ${TMPDIR}/ 147 155 148 156 149 bindist: ${SINGULAR} … … 165 158 cp Singular/libparse ${TMPDIR}/${SINGUNAME}/bin/ 166 159 -strip ${TMPDIR}/${SINGUNAME}/bin/* 167 cp COPYING ${TMPDIR}/Singular 168 cat README.bin | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 169 ${TMPDIR}/Singular/README.bin 170 cat README.general | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 171 ${TMPDIR}/Singular/README.general 172 cat INSTALL | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 160 cat INSTALL.unix | sed -e "s/<x-y-z>/${S_VERSION}/g" > \ 173 161 ${TMPDIR}/Singular/INSTALL 174 162 cd ${TMPDIR}; chmod -R a+rX *;\ 175 163 tar cf ${BINDIST_NAME}.tar ${SINGUNAME} Singular; \ 176 164 gzip ${BINDIST_NAME}.tar 177 cp${TMPDIR}/${BINDIST_NAME}.tar.gz .165 mv ${TMPDIR}/${BINDIST_NAME}.tar.gz . 178 166 rm -rf ${TMPDIR} 179 167 … … 187 175 cd ${TMPDIR}/${SINGUNAME}/bin; \ 188 176 ${LN_S} Singular-${S_VERSION}-static Singular 189 cp COPYING ${TMPDIR}/Singular 190 cat README.bin | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 191 ${TMPDIR}/Singular/README.bin 192 cat README.general | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 193 ${TMPDIR}/Singular/README.general 194 cat INSTALL | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 177 cat INSTALL | sed -e "s/<x-y-z>/${S_VERSION}/g" > \ 195 178 ${TMPDIR}/Singular/INSTALL 196 179 cd ${TMPDIR}; chmod -R a+rX *;\ 197 180 tar cf ${BINDIST_NAME}-static.tar ${SINGUNAME} Singular;\ 198 181 gzip ${BINDIST_NAME}-static.tar 199 cp${TMPDIR}/${BINDIST_NAME}-static.tar.gz .182 mv ${TMPDIR}/${BINDIST_NAME}-static.tar.gz . 200 183 rm -rf ${TMPDIR} 201 184 … … 207 190 cd ${TMPDIR}; tar cf info-${SINGUNAME}.tar ${SINGUNAME}; \ 208 191 gzip info-${SINGUNAME}.tar 209 cp ${TMPDIR}/info-${SINGUNAME}.tar.gz . 210 rm -rf ${TMPDIR} 211 212 ZIP = zip 192 mv ${TMPDIR}/info-${SINGUNAME}.tar.gz . 193 rm -rf ${TMPDIR} 194 213 195 INSTALL = ./Singular/install-sh -c 214 196 SH_PROGRAM = /bin/sh 215 197 INFO_PROGRAM = /bin/info 216 CYGWIN_DLL = /bin/cygwin b19.dll198 CYGWIN_DLL = /bin/cygwin1.dll 217 199 WIN_BINDIR = ${TMPDIR}/Singular/${S_VERSION} 218 WIN_SHAREDIST_NAME = Singular-${SINGULAR_DOS_VERSION}-share 219 220 windist: ${WIN_SHAREDIST_NAME}.tar.gz ${SINGULAR} 200 201 windist: ${SINGULAR} 221 202 cd Singular; ${MAKE} Singular-bindist libparse 222 203 rm -rf ${TMPDIR} … … 227 208 ${INSTALL} ${INFO_PROGRAM} ${WIN_BINDIR} 228 209 ${INSTALL} ${CYGWIN_DLL} ${WIN_BINDIR} 229 cp ${WIN_SHAREDIST_NAME}.tar.gz ${TMPDIR} 230 cd ${TMPDIR}; gunzip ${WIN_SHAREDIST_NAME}.tar.gz; \ 231 tar xf ${WIN_SHAREDIST_NAME}.tar 232 rm -rf ${TMPDIR}/info ${TMPDIR}/Singular/README.share 233 cat INSTALL.win | sed -e "s/<x.y.z>/${S_VERSION}/" > \ 210 cat INSTALL.win | sed -e "s/<x-y-z>/${S_VERSION}/g" > \ 234 211 ${TMPDIR}/Singular/INSTALL 235 cat README.win | sed -e "s/<x.y.z>/${S_VERSION}/" > \236 ${TMPDIR}/Singular/README237 212 cd ${TMPDIR}; chmod -R a+rX *;\ 238 213 ${ZIP} -r sing Singular 239 cp ${TMPDIR}/sing.zip Singular-${S_VERSION}-${SINGUNAME}.zip 214 mv ${TMPDIR}/sing.zip Singular-${S_VERSION}-${SINGUNAME}.zip 215 rm -rf ${TMPDIR} 216 217 srcdist: 218 rm -rf ${TMPDIR} 219 ${MKINSTALLDIRS} ${TMPDIR}/Singular-${S_VERSION} 220 cd ${TMPDIR}/Singular-${S_VERSION}; cvs co All 221 cd ${TMPDIR}; \ 222 tar cf Singular-${S_VERSION}.tar Singular-${S_VERSION}; \ 223 gzip Singular-${S_VERSION}.tar 224 cp ${TMPDIR}/Singular-${S_VERSION}.tar.gz . 240 225 rm -rf ${TMPDIR} 241 226 242 227 rpmdist: 243 228 cd rpm; ${MAKE} rpm 229 230 # You can remeber the password with "iwd" == "ich war dabei" 231 CRYPT = enigma # it does not seem to decrypt correctly with the HP crypt 232 cryptdist: srcdist 233 ${CRYPT} S-${S_VERSION}-iwd < Singular-${S_VERSION}.tar.gz > Singular-${S_VERSION}.tar.gz.crypt 234 244 235 245 236 ############################################################## -
README.download
r6aae5a raf6a6b 1 1 WELCOME TO THE HOME FTP SITE OF SINGULAR -- A COMPUTER ALGEBRA SYSTEM FOR 2 2 POLYNOMIAL COMPUTATIONS 3 4 A nnouncing Singular version 1.2.1:3 4 ANNOUNCING SINGULAR VERSION <x.y.z>: 5 5 ================================== 6 Singular 1.2.1 is now available. It is a minor upgrade from Singular 7 version 1.2.0 and contains mainly bug fixes. 6 Singular <x.y.z> is now available. It is a minor upgrade from Singular 7 version 1.2.2 and contains mainly bug fixes. Furthermore, the download 8 procedure has changed a bit. 8 9 9 This directory cointains: 10 11 THIS DIRECTORY CONTAINS: 10 12 ========================= 11 Singular-1.2.1-share.tar.gz 12 -- shared data of newest Singular distribution for Unix platforms 13 Singular-1.2.1-<uname description>.tar.gz 14 -- newest Singular executables for Unix platforms 15 Singular-1-2-1-ix86-Win.zip 16 -- complete Singular distribution for Windows 95/NT 17 Singular-1-2-1.ppc.sea.hqx.gz 18 -- complete Singular distribution for Macintosh PowerPC 19 Singular-1-2-1.68k.sea.hqx.gz 20 -- complete Singular distribution for Macintosh 68K computers 21 COPYING Licence information on Singular 13 Singular-<x.y.z>-share.[tar.gz,zip,sea.hqx] 14 -- architecture independent files of Singular distribution 15 Singular-<x.y.z>-<uname>.[tar.gz,zip,sea.hqx] 16 -- architecture dependent files of Singular distribution 17 INSTALL.[unix,win,mac] Detailed downloading and installation instructions 18 COPYING License information on Singular 22 19 README.general General information on Singular 23 20 utils/ Directory containing various utilities 21 (info, unzip, termcap, dynamic libraries, etc) 24 22 doc/ Directory containing Singular documentation 25 23 Attic/ Directory containing old versions of Singular 26 24 27 25 28 Not that (starting from Singular version 1.2.0 on) different versions 29 of Singular can peaceable coexist within the same directory 30 structure. That is, if you had previously downloaded Singular version 31 1.2.0, you can simply unpack version 1.2.1 at the same place. 26 DOWNLOAD: 27 ========= 28 (1) Download two files: 29 One of `Singular-<x.y.z>-share.[tar.gz,zip,sea.hqx]' 30 AND, one of `Singular-<x.y.z>-<uname>.[tar.gz,zip,sea.hqx]' 31 where <uname> is a description of your hardware and 32 operating system. 33 34 (2) Unpack them at the same place and follow the instructions 35 contained in the `INSTALL' file of the architecture dependent 36 distribution. 37 38 (3) In case of any trouble, consult the architecture dependent INSTALL 39 file which is also available in this directory as 40 INSTALL.[unix,win,mac]. 41 42 43 LICENSING: 44 ========== 45 Please see the file COPYING contained in this directory for license 46 information on Singular. In particular, notice that we only grant you 47 permission to use Singular if you have registered yourself as a 48 Singular user by sending an email to <singular@mathematik.uni-kl.de> 49 with the subject line (or, mail body) `register'. 32 50 33 51 34 To download Singular for Unix platforms: 35 ======================================== 36 You need at least the following two files: 37 Singular-1.2.1-share.tar.gz 38 Singular-1.2.1-<uname description>.tar.gz 39 where <uname description> is a description of the processor and operating 40 system for which Singular is compiled (e.g, ix86-Linux). Please 41 contact us if you can not find an appropriate architecture-dependent 42 tar file. 43 44 Simply cd to the directory in which you wish to install SINGULAR, 45 and then unpack the architecture independent tar file, followed by 46 the architecture-dependent files for those architectures you use: 47 48 cd /usr/local/ # or wherever you install 3rd-party software 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 - 51 52 You may replace `/usr/local/' with what you like, but refer to the 53 INSTALL file which is contained in the architecture-dependent tar file 54 (and which you can find at ./Singular/INSTALL after unpacking) for 55 detailed information on how to install Singular. 56 57 To download Singular for Windows 95/NT 58 ====================================== 59 If you have a Windows unzip utility program (like WinZip) installed 60 on your system then simply double-click on the file 61 `Singular-<x-y-z>-ix86-Win.zip' and extract the content of the archive 62 at a directory in which you usually install 3rd-party software. 63 64 Otherwise, download the file `unzip.exe' from 65 ftp://www.mathematik.uni-kl.de/pub/Math/Singular/utils 66 start an MS-DOS terminal, move the Singular archive and unzip program to 67 a place in which you usually install 3rd-party software and extract 68 (unpack) the archive with the command: 69 unzip Singular-<x-y-z>-ix86-Win.zip 70 71 After extraction, follwo the instructions in the `./Singular/INSTALL' 72 file contained in the archive. 73 74 To download Singular for the Macintosh: 75 ======================================= 76 Download the file Singular-<x-y-z>-<target>-MPW.sea.hqx. Expand the 77 downloaded file using a standard Expander (like Compact Pro or StuffIt) 78 to obtain the corresponding self-extracting 79 Singular-<x-y-z>-<target>-MPW.sea file. Click on the self-extracting 80 Singular-1-2-1-<target>-MPW.sea file. This will create a folder 81 named "Singular" which contains the file 'INSTALL'. Follow the 82 instructions contained in this file for further installation 83 instructions. 84 85 86 More information about Singular: Comments, Questions, Bug Reports 52 MORE INFORMATION ABOUT SINGULAR: COMMENTS, QUESTIONS, BUG REPORTS 87 53 ================================================================= 88 89 54 More and up-to-date information about Singular is always available 90 55 from -
README.general
r6aae5a raf6a6b 1 Singular version <x .y.z>1 Singular version <x-y-z> 2 2 http://www.mathematik.uni-kl.de/~zca/Singular 3 3 University of Kaiserslautern 4 4 Department of Mathematics Centre for Computer Algebra 5 5 Authors: G.-M. Greuel, G. Pfister, H. Schoenemann 6 (C) 1986-199 8All Rights Reserved6 (C) 1986-1999 All Rights Reserved 7 7 8 8 GENERAL README FILE FOR THE SINGULAR DISTRIBUTION … … 16 16 http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/ 17 17 for all common hard-and softwareplatforms (including most Unix 18 variants, Windows 95/ NT, Macintosh).18 variants, Windows 95/98/NT, Macintosh). 19 19 20 See the files 20 See the file 21 www.mathematik.uni-kl.de/pub/Math/Singular/README 22 for instructions on how to download Singular from the ftp server. 23 24 Also see the files 21 25 COPYING for license information on Singular 22 README for instructions on how to download and install Singular 23 which are located at ftp://www.mathematik.uni-kl.de/pub/Math/Singular, 24 or http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/. 26 INSTALL for downloading/installation instructions on Singular 27 which are included in each distribution, and also available from 28 www.mathematik.uni-kl.de/pub/Math/Singular. 29 25 30 26 31 WHAT IS SINGULAR? … … 103 108 Lamm, and Bernd Martin. 104 109 105 Singular 1.2.0is linked with the following libraries:110 Singular <x-y-z> is linked with the following libraries: 106 111 readline-- The Gnu readline library (v. 2.0) 107 112 (C) Free Software Foundation -
README.src
r6aae5a raf6a6b 1 Singular version 1.0 1 Singular version <x.y.z> 2 http://www.mathematik.uni-kl.de/~zca/Singular 2 3 University of Kaiserslautern 3 4 Department of Mathematics Centre for Computer Algebra 4 5 Authors: G.-M. Greuel, G. Pfister, H. Schoenemann 5 (C) 1986-199 7All Rights Reserved6 (C) 1986-1998 All Rights Reserved 6 7 7 8 README FILE FOR SINGULAR KERNEL (Full source distribution) 8 9 ========================================================== 10 Singular is normally distributed as executable program. However, if 11 you tell us a good reason, then we might make the source code of 12 Singular available to you. Please send an email to 13 14 singular@mathematik.uni-kl.de 9 15 10 IMPORTANT: Please see the COPYING.src file contained in this directory 11 for license information for the Singular source code. 16 with such a request. 12 17 13 This directory contains the following subdirectories: 14 smallgmp-- A minimal version of gmp written in C only 15 Parts are (C) Free Software Foundation 16 MP -- The Multi Protocol library (v: 1.1.2) distribution 17 (C) Gray/Kajler/Wang; Kent State University 18 factory -- The factory library (v: 1.2) for polynomial factorization 19 (C) Greuel/Stobbe U of Kaiserslautern 20 libfac -- The libfac library (v: 0.2.1) for characteristic set computations 21 (C) Mesollen U of Saarbruecken 22 Singular-- The source code for the Singular kernel 23 (C) Greuel/Pfister/Schoenemann U of Kaiserslautern 18 If we grant you access to the source code of Singular, you will get a 19 password with wich you can decrypt the source distribution of 20 Singular. 24 21 25 and the files 26 'INSTALL' -- for information on how to install Singular 27 'COPYING.src' -- for copying and license information 28 as well as some files for configuring and building a full Singular 29 executable. 22 To unpack and build Singular, follow these steps: 30 23 31 The full version of Singular uses all of the libraries contained in 32 this distribution. For more license, copying, and other information 33 see the README files in the respective subdirectories. 24 1.) Decrypt using the command: 34 25 35 Overview of Singular 36 ==================== 37 Singular is a special-purpose computer algebra system for commutative 38 algebra and algebraic geometry. The main features of Singular are: 26 enigma [password] < Singular-<x.y.z>.tar.gz.crypt > Singular-<x.y.z>.tar.gz 39 27 40 * Computations in very general rings (polynomial rings, localizations 41 of rings at a prime ideal, tensor products of rings) over many 42 ground fields (rational numbers, mod p numbers, Galois fields, 43 transcendental/algebraic extensions) and monomial orderings (all 44 standard monomial orderings, including matrix orderings) 28 If you do not have the `enigma` command installed on your machine, then 29 you first have to built the `enigma` program as follows: 30 (i) Get the file enigma.shar contained in this directory 45 31 46 * Very fast standard (resp. Groebner) bases computations 32 (2) run 'bin/sh enigma.shar; make' -- this will create the 'enigma' 33 program in your current directory 47 34 48 * Polynomial factorization, resultant, and gcd computations 35 2.) unpack the Singular sources with 36 gzip -dc Singular-<x.y.z>.tar.gz | tar -pxf - 49 37 50 * Large variety of implemented related algorithm: FGLM, 51 Hilbert-driven, Factorizing Buchberger; Minimal resolutions, 52 Primary decomposition; Usual ideal theoretic operations; standard 53 combinatorial algorithms. 54 55 * Efficient and flexible communication links based on the MP 56 protocol and library 57 58 * Easy-to-use, command-driven user-interface 59 60 * Intuitive, C-like programming language 61 62 * Extensive libraries of procedures, written in Singular's 63 programming language 64 65 * Written in C/C++. Available as source and binary for some hard- and 66 software platforms (including most Un*x variants, MS-DOG, MacOS) 67 68 Acknowledgments 69 ================ 70 Singular 1.0 is distributed with the following libraries 71 smallgmp-- A minimal version of gmp written in C only 72 Parts are (C) Free Software Foundation 73 MP -- The Multi Protocol library (v: 1.1.2) distribution 74 (C) Gray/Kajler/Wang; Kent State University 75 factory -- The factory library (v: 1.2c) for polynomial factorization 76 (C) Greuel/Stobbe U of Kaiserslautern 77 libfac -- The libfac library (v: 0.2.1) for characteristic set computations 78 (C) Mesollen U of Saarbruecken 79 We would like to thank all authors of who contributed these 80 libraries. 81 82 Distribution of Singular 83 ======================== 84 The newest version of Singular is always available by anonymous ftp 85 from 86 www.mathematik.uni-kl.de:/pub/Math/Singular 87 88 Binary versions of Singular for common hard- and software 89 platforms are contained in the files Singular-1.0.<platform>.gz where 90 <platform> is, for example, 'linux', 'SunOS', etc. See the file 91 README.bin for more information about the distribution of Singular 92 binaries. 93 94 Architecture - independent files (such as libraries written in the 95 Singular programming language, and the Singular documentation) are 96 distributed as Singular-1.0-share.tar.gz. See the file README.share 97 for more information. 98 99 In general, Singular is only available as binary program. For 100 exceptions, you may contact us at 101 singular@mathematik.uni-kl.de 102 103 The source is distributed in two versions: 104 1. A full source distribution of Singular is contained in 105 Singular-full-1.0.tar.gz. This (gzip'ed and tar'ed) file 106 contains the source code, documentation, and supporting data 107 files for the Singular kernel, and for all add-on packages, 108 i.e. for the smallgmp, MP, Factory, and Libfac libraries. 109 110 2. A kernel source distribution of Singular can be found in 111 Singular-1.0.tar.gz This (gzip'ed and tar'ed) contains the 112 sources, documentation and supporting data files for Singular, 113 only, i.e., it comes WITHOUT the sources for any of the add-on 114 packages. 115 116 Documentation to Singular is distributed as: 117 Singular-1.0.dvi.gz - Reference manual in dvi format 118 Tutorial.dvi.gz - Singular tutorial in dvi format 119 Singular-1.0.ps.gz - Reference manual in postscript format 120 Tutorial.dvi.gz - Singular tutorial in postscript format 121 singular.hlp.gz - Reference manual in Info format 122 Singular-1.0.html.tar.gz - Reference manual in html format 123 124 Singular's performance is best, if it is linked with the GNU Multiple 125 precision library (GMP), instead of the smallgmp library which is 126 contained in the full source distribution. Furhtermore, Singular's 127 terminal i/o is most convenient if it is linked with the GNU readline 128 library. The GMP library and the readline library is available at 129 ftp.gnu.ai.mit.edu or its mirrors. You have to have these library 130 already installed, before Singular can be linked with them. For more 131 information, see the file README.src contained in this directory. 132 133 The MP library library is avialbale from mcs.kent.edu:/pub/MP/ 134 For further information on MP, see also 135 http://symbolicnet.mcs.kent.edu/areas/protocols/mp.html 136 137 The factory and libfac library are available from 138 www.mathematik.uni-kl.de:/pub/Math/ 38 3.) run 39 './configure; make install' 139 40 140 41 -
Singular/configure
r6aae5a raf6a6b 587 587 588 588 # stupid Win programs do not like dots in their pathnames 589 if test "$ac_cv_singuname" = ix86-Win; then 590 VERSION_SEP="-" 591 else 592 VERSION_SEP="." 593 fi 589 VERSION_SEP="-" 594 590 595 591 596 592 SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-1} 597 593 SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-3} 598 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:- 1}594 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-2} 599 595 SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}" 600 VERSION_DATE=${VERSION_DATE:-" November 1998"}596 VERSION_DATE=${VERSION_DATE:-"February 1999"} 601 597 602 598 … … 645 641 set dummy gcc; ac_word=$2 646 642 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 647 echo "configure:64 8: checking for $ac_word" >&5643 echo "configure:644: checking for $ac_word" >&5 648 644 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 649 645 echo $ac_n "(cached) $ac_c" 1>&6 … … 674 670 set dummy cc; ac_word=$2 675 671 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 676 echo "configure:67 7: checking for $ac_word" >&5672 echo "configure:673: checking for $ac_word" >&5 677 673 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 678 674 echo $ac_n "(cached) $ac_c" 1>&6 … … 722 718 723 719 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 724 echo "configure:72 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5720 echo "configure:721: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 725 721 726 722 ac_ext=c … … 732 728 733 729 cat > conftest.$ac_ext <<EOF 734 #line 73 5"configure"730 #line 731 "configure" 735 731 #include "confdefs.h" 736 732 main(){return(0);} 737 733 EOF 738 if { (eval echo configure:73 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then734 if { (eval echo configure:735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 739 735 ac_cv_prog_cc_works=yes 740 736 # If we can't run a trivial program, we are probably using a cross compiler. … … 756 752 fi 757 753 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 758 echo "configure:75 9: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5754 echo "configure:755: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 759 755 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 760 756 cross_compiling=$ac_cv_prog_cc_cross 761 757 762 758 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 763 echo "configure:76 4: checking whether we are using GNU C" >&5759 echo "configure:760: checking whether we are using GNU C" >&5 764 760 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 765 761 echo $ac_n "(cached) $ac_c" 1>&6 … … 770 766 #endif 771 767 EOF 772 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:7 73: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then768 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 773 769 ac_cv_prog_gcc=yes 774 770 else … … 785 781 CFLAGS= 786 782 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 787 echo "configure:78 8: checking whether ${CC-cc} accepts -g" >&5783 echo "configure:784: checking whether ${CC-cc} accepts -g" >&5 788 784 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 789 785 echo $ac_n "(cached) $ac_c" 1>&6 … … 813 809 814 810 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 815 echo "configure:81 6: checking how to run the C preprocessor" >&5811 echo "configure:812: checking how to run the C preprocessor" >&5 816 812 # On Suns, sometimes $CPP names a directory. 817 813 if test -n "$CPP" && test -d "$CPP"; then … … 828 824 # not just through cpp. 829 825 cat > conftest.$ac_ext <<EOF 830 #line 8 31"configure"826 #line 827 "configure" 831 827 #include "confdefs.h" 832 828 #include <assert.h> … … 834 830 EOF 835 831 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 836 { (eval echo configure:83 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }832 { (eval echo configure:833: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 837 833 ac_err=`grep -v '^ *+' conftest.out` 838 834 if test -z "$ac_err"; then … … 845 841 CPP="${CC-cc} -E -traditional-cpp" 846 842 cat > conftest.$ac_ext <<EOF 847 #line 84 8"configure"843 #line 844 "configure" 848 844 #include "confdefs.h" 849 845 #include <assert.h> … … 851 847 EOF 852 848 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 853 { (eval echo configure:85 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }849 { (eval echo configure:850: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 854 850 ac_err=`grep -v '^ *+' conftest.out` 855 851 if test -z "$ac_err"; then … … 878 874 set dummy $ac_prog; ac_word=$2 879 875 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 880 echo "configure:8 81: checking for $ac_word" >&5876 echo "configure:877: checking for $ac_word" >&5 881 877 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 882 878 echo $ac_n "(cached) $ac_c" 1>&6 … … 909 905 910 906 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 911 echo "configure:9 12: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5907 echo "configure:908: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 912 908 913 909 ac_ext=C … … 919 915 920 916 cat > conftest.$ac_ext <<EOF 921 #line 9 22"configure"917 #line 918 "configure" 922 918 #include "confdefs.h" 923 919 main(){return(0);} 924 920 EOF 925 if { (eval echo configure:92 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then921 if { (eval echo configure:922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 926 922 ac_cv_prog_cxx_works=yes 927 923 # If we can't run a trivial program, we are probably using a cross compiler. … … 949 945 fi 950 946 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 951 echo "configure:9 52: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5947 echo "configure:948: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 952 948 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 953 949 cross_compiling=$ac_cv_prog_cxx_cross 954 950 955 951 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 956 echo "configure:95 7: checking whether we are using GNU C++" >&5952 echo "configure:953: checking whether we are using GNU C++" >&5 957 953 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 958 954 echo $ac_n "(cached) $ac_c" 1>&6 … … 963 959 #endif 964 960 EOF 965 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:96 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then961 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 966 962 ac_cv_prog_gxx=yes 967 963 else … … 978 974 CXXFLAGS= 979 975 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 980 echo "configure:9 81: checking whether ${CXX-g++} accepts -g" >&5976 echo "configure:977: checking whether ${CXX-g++} accepts -g" >&5 981 977 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 982 978 echo $ac_n "(cached) $ac_c" 1>&6 … … 1006 1002 1007 1003 echo $ac_n "checking for AIX""... $ac_c" 1>&6 1008 echo "configure:100 9: checking for AIX" >&51004 echo "configure:1005: checking for AIX" >&5 1009 1005 cat > conftest.$ac_ext <<EOF 1010 #line 10 11"configure"1006 #line 1007 "configure" 1011 1007 #include "confdefs.h" 1012 1008 #ifdef _AIX … … 1038 1034 # check whether the compiler accepts -pipe 1039 1035 echo $ac_n "checking whether compiler accepts -pipe""... $ac_c" 1>&6 1040 echo "configure:10 41: checking whether compiler accepts -pipe" >&51036 echo "configure:1037: checking whether compiler accepts -pipe" >&5 1041 1037 temp_cflags=${CFLAGS} 1042 1038 CFLAGS="${CFLAGS} -pipe" … … 1045 1041 else 1046 1042 cat > conftest.$ac_ext <<EOF 1047 #line 104 8"configure"1043 #line 1044 "configure" 1048 1044 #include "confdefs.h" 1049 1045 … … 1052 1048 ; return 0; } 1053 1049 EOF 1054 if { (eval echo configure:105 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1050 if { (eval echo configure:1051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1055 1051 rm -rf conftest* 1056 1052 ac_cv_cxx_have_pipe=yes … … 1076 1072 # Customize CFLAGS 1077 1073 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 1078 echo "configure:107 9: checking whether _AIX is defined" >&51074 echo "configure:1075: checking whether _AIX is defined" >&5 1079 1075 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 1080 1076 echo $ac_n "(cached) $ac_c" 1>&6 1081 1077 else 1082 1078 cat > conftest.$ac_ext <<EOF 1083 #line 108 4"configure"1079 #line 1080 "configure" 1084 1080 #include "confdefs.h" 1085 1081 #ifdef _AIX … … 1132 1128 1133 1129 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1134 echo "configure:113 5: checking whether ${MAKE-make} sets \${MAKE}" >&51130 echo "configure:1131: checking whether ${MAKE-make} sets \${MAKE}" >&5 1135 1131 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1136 1132 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1205 1201 if test "${with_lex+set}" != set; then 1206 1202 echo $ac_n "checking for flex""... $ac_c" 1>&6 1207 echo "configure:120 8: checking for flex" >&51203 echo "configure:1204: checking for flex" >&5 1208 1204 if eval "test \"`echo '$''{'ac_cv_prog_flex'+set}'`\" = set"; then 1209 1205 echo $ac_n "(cached) $ac_c" 1>&6 … … 1236 1232 set dummy $ac_prog; ac_word=$2 1237 1233 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1238 echo "configure:123 9: checking for $ac_word" >&51234 echo "configure:1235: checking for $ac_word" >&5 1239 1235 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then 1240 1236 echo $ac_n "(cached) $ac_c" 1>&6 … … 1272 1268 if test "${with_perl5+set}" != set; then 1273 1269 echo $ac_n "checking for perl5""... $ac_c" 1>&6 1274 echo "configure:127 5: checking for perl5" >&51270 echo "configure:1271: checking for perl5" >&5 1275 1271 if eval "test \"`echo '$''{'ac_cv_prog_perl5'+set}'`\" = set"; then 1276 1272 echo $ac_n "(cached) $ac_c" 1>&6 … … 1309 1305 set dummy $ac_prog; ac_word=$2 1310 1306 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1311 echo "configure:13 12: checking for $ac_word" >&51307 echo "configure:1308: checking for $ac_word" >&5 1312 1308 if eval "test \"`echo '$''{'ac_cv_prog_PERL5'+set}'`\" = set"; then 1313 1309 echo $ac_n "(cached) $ac_c" 1>&6 … … 1348 1344 set dummy $ac_prog; ac_word=$2 1349 1345 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1350 echo "configure:13 51: checking for $ac_word" >&51346 echo "configure:1347: checking for $ac_word" >&5 1351 1347 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then 1352 1348 echo $ac_n "(cached) $ac_c" 1>&6 … … 1386 1382 set dummy $ac_prog; ac_word=$2 1387 1383 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1388 echo "configure:138 9: checking for $ac_word" >&51384 echo "configure:1385: checking for $ac_word" >&5 1389 1385 if eval "test \"`echo '$''{'ac_cv_prog_INFO'+set}'`\" = set"; then 1390 1386 echo $ac_n "(cached) $ac_c" 1>&6 … … 1430 1426 set dummy $ac_prog; ac_word=$2 1431 1427 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1432 echo "configure:14 33: checking for $ac_word" >&51428 echo "configure:1429: checking for $ac_word" >&5 1433 1429 if eval "test \"`echo '$''{'ac_cv_prog_INFO'+set}'`\" = set"; then 1434 1430 echo $ac_n "(cached) $ac_c" 1>&6 … … 1470 1466 # ln -s 1471 1467 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1472 echo "configure:14 73: checking whether ln -s works" >&51468 echo "configure:1469: checking whether ln -s works" >&5 1473 1469 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1474 1470 echo $ac_n "(cached) $ac_c" 1>&6 … … 1493 1489 # lib checks 1494 1490 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1495 echo "configure:149 6: checking for atof in -lm" >&51491 echo "configure:1492: checking for atof in -lm" >&5 1496 1492 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1497 1493 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1501 1497 LIBS="-lm $LIBS" 1502 1498 cat > conftest.$ac_ext <<EOF 1503 #line 150 4"configure"1499 #line 1500 "configure" 1504 1500 #include "confdefs.h" 1505 1501 /* Override any gcc2 internal prototype to avoid an error. */ … … 1512 1508 ; return 0; } 1513 1509 EOF 1514 if { (eval echo configure:151 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1510 if { (eval echo configure:1511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1515 1511 rm -rf conftest* 1516 1512 eval "ac_cv_lib_$ac_lib_var=yes" … … 1540 1536 1541 1537 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1542 echo "configure:15 43: checking for socket in -lbsd" >&51538 echo "configure:1539: checking for socket in -lbsd" >&5 1543 1539 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1544 1540 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1548 1544 LIBS="-lbsd $LIBS" 1549 1545 cat > conftest.$ac_ext <<EOF 1550 #line 15 51"configure"1546 #line 1547 "configure" 1551 1547 #include "confdefs.h" 1552 1548 /* Override any gcc2 internal prototype to avoid an error. */ … … 1559 1555 ; return 0; } 1560 1556 EOF 1561 if { (eval echo configure:15 62: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1557 if { (eval echo configure:1558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1562 1558 rm -rf conftest* 1563 1559 eval "ac_cv_lib_$ac_lib_var=yes" … … 1587 1583 1588 1584 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1589 echo "configure:15 90: checking for listen in -lsocket" >&51585 echo "configure:1586: checking for listen in -lsocket" >&5 1590 1586 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1591 1587 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1595 1591 LIBS="-lsocket $LIBS" 1596 1592 cat > conftest.$ac_ext <<EOF 1597 #line 159 8"configure"1593 #line 1594 "configure" 1598 1594 #include "confdefs.h" 1599 1595 /* Override any gcc2 internal prototype to avoid an error. */ … … 1606 1602 ; return 0; } 1607 1603 EOF 1608 if { (eval echo configure:160 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1604 if { (eval echo configure:1605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1609 1605 rm -rf conftest* 1610 1606 eval "ac_cv_lib_$ac_lib_var=yes" … … 1634 1630 1635 1631 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1636 echo "configure:163 7: checking for gethostbyname in -lnsl" >&51632 echo "configure:1633: checking for gethostbyname in -lnsl" >&5 1637 1633 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1638 1634 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1642 1638 LIBS="-lnsl $LIBS" 1643 1639 cat > conftest.$ac_ext <<EOF 1644 #line 164 5"configure"1640 #line 1641 "configure" 1645 1641 #include "confdefs.h" 1646 1642 /* Override any gcc2 internal prototype to avoid an error. */ … … 1653 1649 ; return 0; } 1654 1650 EOF 1655 if { (eval echo configure:165 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1651 if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1656 1652 rm -rf conftest* 1657 1653 eval "ac_cv_lib_$ac_lib_var=yes" … … 1681 1677 1682 1678 echo $ac_n "checking for index in -lucb""... $ac_c" 1>&6 1683 echo "configure:168 4: checking for index in -lucb" >&51679 echo "configure:1680: checking for index in -lucb" >&5 1684 1680 ac_lib_var=`echo ucb'_'index | sed 'y%./+-%__p_%'` 1685 1681 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1689 1685 LIBS="-lucb $LIBS" 1690 1686 cat > conftest.$ac_ext <<EOF 1691 #line 16 92"configure"1687 #line 1688 "configure" 1692 1688 #include "confdefs.h" 1693 1689 /* Override any gcc2 internal prototype to avoid an error. */ … … 1700 1696 ; return 0; } 1701 1697 EOF 1702 if { (eval echo configure:1 703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1698 if { (eval echo configure:1699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1703 1699 rm -rf conftest* 1704 1700 eval "ac_cv_lib_$ac_lib_var=yes" … … 1730 1726 # heder file checks 1731 1727 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1732 echo "configure:17 33: checking for ANSI C header files" >&51728 echo "configure:1729: checking for ANSI C header files" >&5 1733 1729 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1734 1730 echo $ac_n "(cached) $ac_c" 1>&6 1735 1731 else 1736 1732 cat > conftest.$ac_ext <<EOF 1737 #line 173 8"configure"1733 #line 1734 "configure" 1738 1734 #include "confdefs.h" 1739 1735 #include <stdlib.h> … … 1743 1739 EOF 1744 1740 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1745 { (eval echo configure:174 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1741 { (eval echo configure:1742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1746 1742 ac_err=`grep -v '^ *+' conftest.out` 1747 1743 if test -z "$ac_err"; then … … 1760 1756 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1761 1757 cat > conftest.$ac_ext <<EOF 1762 #line 17 63"configure"1758 #line 1759 "configure" 1763 1759 #include "confdefs.h" 1764 1760 #include <string.h> … … 1778 1774 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1779 1775 cat > conftest.$ac_ext <<EOF 1780 #line 17 81"configure"1776 #line 1777 "configure" 1781 1777 #include "confdefs.h" 1782 1778 #include <stdlib.h> … … 1799 1795 else 1800 1796 cat > conftest.$ac_ext <<EOF 1801 #line 1 802"configure"1797 #line 1798 "configure" 1802 1798 #include "confdefs.h" 1803 1799 #include <ctype.h> … … 1810 1806 1811 1807 EOF 1812 if { (eval echo configure:18 13: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null1808 if { (eval echo configure:1809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 1813 1809 then 1814 1810 : … … 1837 1833 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1838 1834 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1839 echo "configure:18 40: checking for $ac_hdr" >&51835 echo "configure:1836: checking for $ac_hdr" >&5 1840 1836 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1841 1837 echo $ac_n "(cached) $ac_c" 1>&6 1842 1838 else 1843 1839 cat > conftest.$ac_ext <<EOF 1844 #line 184 5"configure"1840 #line 1841 "configure" 1845 1841 #include "confdefs.h" 1846 1842 #include <$ac_hdr> 1847 1843 EOF 1848 1844 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1849 { (eval echo configure:18 50: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1845 { (eval echo configure:1846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1850 1846 ac_err=`grep -v '^ *+' conftest.out` 1851 1847 if test -z "$ac_err"; then … … 1879 1875 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1880 1876 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1881 echo "configure:18 82: checking for $ac_hdr" >&51877 echo "configure:1878: checking for $ac_hdr" >&5 1882 1878 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1883 1879 echo $ac_n "(cached) $ac_c" 1>&6 1884 1880 else 1885 1881 cat > conftest.$ac_ext <<EOF 1886 #line 188 7"configure"1882 #line 1883 "configure" 1887 1883 #include "confdefs.h" 1888 1884 #include <$ac_hdr> 1889 1885 EOF 1890 1886 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1891 { (eval echo configure:18 92: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1887 { (eval echo configure:1888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1892 1888 ac_err=`grep -v '^ *+' conftest.out` 1893 1889 if test -z "$ac_err"; then … … 1918 1914 # typedefs, structures 1919 1915 echo $ac_n "checking for working const""... $ac_c" 1>&6 1920 echo "configure:19 21: checking for working const" >&51916 echo "configure:1917: checking for working const" >&5 1921 1917 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then 1922 1918 echo $ac_n "(cached) $ac_c" 1>&6 1923 1919 else 1924 1920 cat > conftest.$ac_ext <<EOF 1925 #line 192 6"configure"1921 #line 1922 "configure" 1926 1922 #include "confdefs.h" 1927 1923 … … 1972 1968 ; return 0; } 1973 1969 EOF 1974 if { (eval echo configure:197 5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1970 if { (eval echo configure:1971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1975 1971 rm -rf conftest* 1976 1972 ac_cv_c_const=yes … … 1993 1989 1994 1990 echo $ac_n "checking for inline""... $ac_c" 1>&6 1995 echo "configure:199 6: checking for inline" >&51991 echo "configure:1992: checking for inline" >&5 1996 1992 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 1997 1993 echo $ac_n "(cached) $ac_c" 1>&6 … … 2000 1996 for ac_kw in inline __inline__ __inline; do 2001 1997 cat > conftest.$ac_ext <<EOF 2002 #line 2003"configure"1998 #line 1999 "configure" 2003 1999 #include "confdefs.h" 2004 2000 … … 2007 2003 ; return 0; } 2008 2004 EOF 2009 if { (eval echo configure:20 10: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2005 if { (eval echo configure:2006: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2010 2006 rm -rf conftest* 2011 2007 ac_cv_c_inline=$ac_kw; break … … 2033 2029 2034 2030 echo $ac_n "checking for size_t""... $ac_c" 1>&6 2035 echo "configure:203 6: checking for size_t" >&52031 echo "configure:2032: checking for size_t" >&5 2036 2032 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 2037 2033 echo $ac_n "(cached) $ac_c" 1>&6 2038 2034 else 2039 2035 cat > conftest.$ac_ext <<EOF 2040 #line 20 41"configure"2036 #line 2037 "configure" 2041 2037 #include "confdefs.h" 2042 2038 #include <sys/types.h> … … 2066 2062 2067 2063 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 2068 echo "configure:206 9: checking whether time.h and sys/time.h may both be included" >&52064 echo "configure:2065: checking whether time.h and sys/time.h may both be included" >&5 2069 2065 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 2070 2066 echo $ac_n "(cached) $ac_c" 1>&6 2071 2067 else 2072 2068 cat > conftest.$ac_ext <<EOF 2073 #line 207 4"configure"2069 #line 2070 "configure" 2074 2070 #include "confdefs.h" 2075 2071 #include <sys/types.h> … … 2080 2076 ; return 0; } 2081 2077 EOF 2082 if { (eval echo configure:20 83: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2078 if { (eval echo configure:2079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2083 2079 rm -rf conftest* 2084 2080 ac_cv_header_time=yes … … 2101 2097 2102 2098 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6 2103 echo "configure:210 4: checking whether struct tm is in sys/time.h or time.h" >&52099 echo "configure:2100: checking whether struct tm is in sys/time.h or time.h" >&5 2104 2100 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then 2105 2101 echo $ac_n "(cached) $ac_c" 1>&6 2106 2102 else 2107 2103 cat > conftest.$ac_ext <<EOF 2108 #line 210 9"configure"2104 #line 2105 "configure" 2109 2105 #include "confdefs.h" 2110 2106 #include <sys/types.h> … … 2114 2110 ; return 0; } 2115 2111 EOF 2116 if { (eval echo configure:211 7: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2112 if { (eval echo configure:2113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2117 2113 rm -rf conftest* 2118 2114 ac_cv_struct_tm=time.h … … 2139 2135 # for constant arguments. Useless! 2140 2136 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 2141 echo "configure:21 42: checking for working alloca.h" >&52137 echo "configure:2138: checking for working alloca.h" >&5 2142 2138 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 2143 2139 echo $ac_n "(cached) $ac_c" 1>&6 2144 2140 else 2145 2141 cat > conftest.$ac_ext <<EOF 2146 #line 214 7"configure"2142 #line 2143 "configure" 2147 2143 #include "confdefs.h" 2148 2144 #include <alloca.h> … … 2151 2147 ; return 0; } 2152 2148 EOF 2153 if { (eval echo configure:215 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2149 if { (eval echo configure:2150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2154 2150 rm -rf conftest* 2155 2151 ac_cv_header_alloca_h=yes … … 2172 2168 2173 2169 echo $ac_n "checking for alloca""... $ac_c" 1>&6 2174 echo "configure:217 5: checking for alloca" >&52170 echo "configure:2171: checking for alloca" >&5 2175 2171 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 2176 2172 echo $ac_n "(cached) $ac_c" 1>&6 2177 2173 else 2178 2174 cat > conftest.$ac_ext <<EOF 2179 #line 21 80"configure"2175 #line 2176 "configure" 2180 2176 #include "confdefs.h" 2181 2177 … … 2200 2196 ; return 0; } 2201 2197 EOF 2202 if { (eval echo configure:2 203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2198 if { (eval echo configure:2199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2203 2199 rm -rf conftest* 2204 2200 ac_cv_func_alloca_works=yes … … 2232 2228 2233 2229 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 2234 echo "configure:223 5: checking whether alloca needs Cray hooks" >&52230 echo "configure:2231: checking whether alloca needs Cray hooks" >&5 2235 2231 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 2236 2232 echo $ac_n "(cached) $ac_c" 1>&6 2237 2233 else 2238 2234 cat > conftest.$ac_ext <<EOF 2239 #line 22 40"configure"2235 #line 2236 "configure" 2240 2236 #include "confdefs.h" 2241 2237 #if defined(CRAY) && ! defined(CRAY2) … … 2262 2258 for ac_func in _getb67 GETB67 getb67; do 2263 2259 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2264 echo "configure:226 5: checking for $ac_func" >&52260 echo "configure:2261: checking for $ac_func" >&5 2265 2261 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2266 2262 echo $ac_n "(cached) $ac_c" 1>&6 2267 2263 else 2268 2264 cat > conftest.$ac_ext <<EOF 2269 #line 22 70"configure"2265 #line 2266 "configure" 2270 2266 #include "confdefs.h" 2271 2267 /* System header to define __stub macros and hopefully few prototypes, … … 2290 2286 ; return 0; } 2291 2287 EOF 2292 if { (eval echo configure:22 93: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2288 if { (eval echo configure:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2293 2289 rm -rf conftest* 2294 2290 eval "ac_cv_func_$ac_func=yes" … … 2317 2313 2318 2314 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 2319 echo "configure:23 20: checking stack direction for C alloca" >&52315 echo "configure:2316: checking stack direction for C alloca" >&5 2320 2316 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 2321 2317 echo $ac_n "(cached) $ac_c" 1>&6 … … 2325 2321 else 2326 2322 cat > conftest.$ac_ext <<EOF 2327 #line 232 8"configure"2323 #line 2324 "configure" 2328 2324 #include "confdefs.h" 2329 2325 find_stack_direction () … … 2344 2340 } 2345 2341 EOF 2346 if { (eval echo configure:234 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2342 if { (eval echo configure:2343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2347 2343 then 2348 2344 ac_cv_c_stack_direction=1 … … 2367 2363 if test $ac_cv_prog_gcc = yes; then 2368 2364 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6 2369 echo "configure:23 70: checking whether ${CC-cc} needs -traditional" >&52365 echo "configure:2366: checking whether ${CC-cc} needs -traditional" >&5 2370 2366 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then 2371 2367 echo $ac_n "(cached) $ac_c" 1>&6 … … 2373 2369 ac_pattern="Autoconf.*'x'" 2374 2370 cat > conftest.$ac_ext <<EOF 2375 #line 237 6"configure"2371 #line 2372 "configure" 2376 2372 #include "confdefs.h" 2377 2373 #include <sgtty.h> … … 2391 2387 if test $ac_cv_prog_gcc_traditional = no; then 2392 2388 cat > conftest.$ac_ext <<EOF 2393 #line 239 4"configure"2389 #line 2390 "configure" 2394 2390 #include "confdefs.h" 2395 2391 #include <termio.h> … … 2416 2412 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2417 2413 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2418 echo "configure:241 9: checking for $ac_hdr" >&52414 echo "configure:2415: checking for $ac_hdr" >&5 2419 2415 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2420 2416 echo $ac_n "(cached) $ac_c" 1>&6 2421 2417 else 2422 2418 cat > conftest.$ac_ext <<EOF 2423 #line 242 4"configure"2419 #line 2420 "configure" 2424 2420 #include "confdefs.h" 2425 2421 #include <$ac_hdr> 2426 2422 EOF 2427 2423 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2428 { (eval echo configure:242 9: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2424 { (eval echo configure:2425: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2429 2425 ac_err=`grep -v '^ *+' conftest.out` 2430 2426 if test -z "$ac_err"; then … … 2455 2451 do 2456 2452 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2457 echo "configure:245 8: checking for $ac_func" >&52453 echo "configure:2454: checking for $ac_func" >&5 2458 2454 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2459 2455 echo $ac_n "(cached) $ac_c" 1>&6 2460 2456 else 2461 2457 cat > conftest.$ac_ext <<EOF 2462 #line 24 63"configure"2458 #line 2459 "configure" 2463 2459 #include "confdefs.h" 2464 2460 /* System header to define __stub macros and hopefully few prototypes, … … 2483 2479 ; return 0; } 2484 2480 EOF 2485 if { (eval echo configure:248 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2481 if { (eval echo configure:2482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2486 2482 rm -rf conftest* 2487 2483 eval "ac_cv_func_$ac_func=yes" … … 2508 2504 2509 2505 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2510 echo "configure:25 11: checking for working mmap" >&52506 echo "configure:2507: checking for working mmap" >&5 2511 2507 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2512 2508 echo $ac_n "(cached) $ac_c" 1>&6 … … 2516 2512 else 2517 2513 cat > conftest.$ac_ext <<EOF 2518 #line 251 9"configure"2514 #line 2515 "configure" 2519 2515 #include "confdefs.h" 2520 2516 … … 2656 2652 2657 2653 EOF 2658 if { (eval echo configure:265 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2654 if { (eval echo configure:2655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2659 2655 then 2660 2656 ac_cv_func_mmap_fixed_mapped=yes … … 2679 2675 2680 2676 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 2681 echo "configure:26 82: checking return type of signal handlers" >&52677 echo "configure:2678: checking return type of signal handlers" >&5 2682 2678 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 2683 2679 echo $ac_n "(cached) $ac_c" 1>&6 2684 2680 else 2685 2681 cat > conftest.$ac_ext <<EOF 2686 #line 268 7"configure"2682 #line 2683 "configure" 2687 2683 #include "confdefs.h" 2688 2684 #include <sys/types.h> … … 2701 2697 ; return 0; } 2702 2698 EOF 2703 if { (eval echo configure:270 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2699 if { (eval echo configure:2700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2704 2700 rm -rf conftest* 2705 2701 ac_cv_type_signal=void … … 2720 2716 2721 2717 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 2722 echo "configure:27 23: checking for vprintf" >&52718 echo "configure:2719: checking for vprintf" >&5 2723 2719 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 2724 2720 echo $ac_n "(cached) $ac_c" 1>&6 2725 2721 else 2726 2722 cat > conftest.$ac_ext <<EOF 2727 #line 272 8"configure"2723 #line 2724 "configure" 2728 2724 #include "confdefs.h" 2729 2725 /* System header to define __stub macros and hopefully few prototypes, … … 2748 2744 ; return 0; } 2749 2745 EOF 2750 if { (eval echo configure:27 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2746 if { (eval echo configure:2747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2751 2747 rm -rf conftest* 2752 2748 eval "ac_cv_func_vprintf=yes" … … 2772 2768 if test "$ac_cv_func_vprintf" != yes; then 2773 2769 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 2774 echo "configure:277 5: checking for _doprnt" >&52770 echo "configure:2771: checking for _doprnt" >&5 2775 2771 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 2776 2772 echo $ac_n "(cached) $ac_c" 1>&6 2777 2773 else 2778 2774 cat > conftest.$ac_ext <<EOF 2779 #line 27 80"configure"2775 #line 2776 "configure" 2780 2776 #include "confdefs.h" 2781 2777 /* System header to define __stub macros and hopefully few prototypes, … … 2800 2796 ; return 0; } 2801 2797 EOF 2802 if { (eval echo configure:2 803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2798 if { (eval echo configure:2799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2803 2799 rm -rf conftest* 2804 2800 eval "ac_cv_func__doprnt=yes" … … 2827 2823 do 2828 2824 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2829 echo "configure:28 30: checking for $ac_func" >&52825 echo "configure:2826: checking for $ac_func" >&5 2830 2826 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2831 2827 echo $ac_n "(cached) $ac_c" 1>&6 2832 2828 else 2833 2829 cat > conftest.$ac_ext <<EOF 2834 #line 283 5"configure"2830 #line 2831 "configure" 2835 2831 #include "confdefs.h" 2836 2832 /* System header to define __stub macros and hopefully few prototypes, … … 2855 2851 ; return 0; } 2856 2852 EOF 2857 if { (eval echo configure:285 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2853 if { (eval echo configure:2854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2858 2854 rm -rf conftest* 2859 2855 eval "ac_cv_func_$ac_func=yes" … … 2883 2879 # arithmetic shifts 2884 2880 echo $ac_n "checking whether your machine has correct arithmetic shifts""... $ac_c" 1>&6 2885 echo "configure:288 6: checking whether your machine has correct arithmetic shifts" >&52881 echo "configure:2882: checking whether your machine has correct arithmetic shifts" >&5 2886 2882 if eval "test \"`echo '$''{'ac_cv_shift'+set}'`\" = set"; then 2887 2883 echo $ac_n "(cached) $ac_c" 1>&6 … … 2896 2892 else 2897 2893 cat > conftest.$ac_ext <<EOF 2898 #line 289 9"configure"2894 #line 2895 "configure" 2899 2895 #include "confdefs.h" 2900 2896 int main() { if (-2 >> 1 == -1) exit(0); else exit(1); } 2901 2897 EOF 2902 if { (eval echo configure:2 903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2898 if { (eval echo configure:2899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 2903 2899 then 2904 2900 ac_cv_shift=yes … … 2925 2921 # check for a peculiar constructor initialization 2926 2922 echo $ac_n "checking whether explicit C++ constructor calls are allowed""... $ac_c" 1>&6 2927 echo "configure:292 8: checking whether explicit C++ constructor calls are allowed" >&52923 echo "configure:2924: checking whether explicit C++ constructor calls are allowed" >&5 2928 2924 2929 2925 ac_ext=C … … 2938 2934 else 2939 2935 cat > conftest.$ac_ext <<EOF 2940 #line 29 41"configure"2936 #line 2937 "configure" 2941 2937 #include "confdefs.h" 2942 2938 … … 2956 2952 ; return 0; } 2957 2953 EOF 2958 if { (eval echo configure:295 9: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2954 if { (eval echo configure:2955: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2959 2955 rm -rf conftest* 2960 2956 ac_cv_explicit_const=yes … … 2985 2981 # sprintf returns number of printed chars 2986 2982 echo $ac_n "checking whether vsprintf returns number of printed chars""... $ac_c" 1>&6 2987 echo "configure:298 8: checking whether vsprintf returns number of printed chars" >&52983 echo "configure:2984: checking whether vsprintf returns number of printed chars" >&5 2988 2984 if eval "test \"`echo '$''{'ac_cv_returns_n_of_chars'+set}'`\" = set"; then 2989 2985 echo $ac_n "(cached) $ac_c" 1>&6 … … 2993 2989 else 2994 2990 cat > conftest.$ac_ext <<EOF 2995 #line 299 6"configure"2991 #line 2992 "configure" 2996 2992 #include "confdefs.h" 2997 2993 #include <stdio.h> 2998 2994 main() { char *str=(char*)malloc(20); if (((int) sprintf(str,"123456789")) == 9) exit(0); else exit(1); } 2999 2995 EOF 3000 if { (eval echo configure: 3001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null2996 if { (eval echo configure:2997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3001 2997 then 3002 2998 ac_cv_returns_n_of_chars=yes … … 3024 3020 # determine ALIGN_8 3025 3021 echo $ac_n "checking size of char""... $ac_c" 1>&6 3026 echo "configure:302 7: checking size of char" >&53022 echo "configure:3023: checking size of char" >&5 3027 3023 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 3028 3024 echo $ac_n "(cached) $ac_c" 1>&6 … … 3032 3028 else 3033 3029 cat > conftest.$ac_ext <<EOF 3034 #line 303 5"configure"3030 #line 3031 "configure" 3035 3031 #include "confdefs.h" 3036 3032 #include <stdio.h> … … 3043 3039 } 3044 3040 EOF 3045 if { (eval echo configure:304 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3041 if { (eval echo configure:3042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3046 3042 then 3047 3043 ac_cv_sizeof_char=`cat conftestval` … … 3063 3059 3064 3060 echo $ac_n "checking size of short""... $ac_c" 1>&6 3065 echo "configure:306 6: checking size of short" >&53061 echo "configure:3062: checking size of short" >&5 3066 3062 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then 3067 3063 echo $ac_n "(cached) $ac_c" 1>&6 … … 3071 3067 else 3072 3068 cat > conftest.$ac_ext <<EOF 3073 #line 307 4"configure"3069 #line 3070 "configure" 3074 3070 #include "confdefs.h" 3075 3071 #include <stdio.h> … … 3082 3078 } 3083 3079 EOF 3084 if { (eval echo configure:308 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3080 if { (eval echo configure:3081: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3085 3081 then 3086 3082 ac_cv_sizeof_short=`cat conftestval` … … 3102 3098 3103 3099 echo $ac_n "checking size of int""... $ac_c" 1>&6 3104 echo "configure:310 5: checking size of int" >&53100 echo "configure:3101: checking size of int" >&5 3105 3101 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 3106 3102 echo $ac_n "(cached) $ac_c" 1>&6 … … 3110 3106 else 3111 3107 cat > conftest.$ac_ext <<EOF 3112 #line 31 13"configure"3108 #line 3109 "configure" 3113 3109 #include "confdefs.h" 3114 3110 #include <stdio.h> … … 3121 3117 } 3122 3118 EOF 3123 if { (eval echo configure:312 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3119 if { (eval echo configure:3120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3124 3120 then 3125 3121 ac_cv_sizeof_int=`cat conftestval` … … 3141 3137 3142 3138 echo $ac_n "checking size of long""... $ac_c" 1>&6 3143 echo "configure:314 4: checking size of long" >&53139 echo "configure:3140: checking size of long" >&5 3144 3140 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 3145 3141 echo $ac_n "(cached) $ac_c" 1>&6 … … 3149 3145 else 3150 3146 cat > conftest.$ac_ext <<EOF 3151 #line 31 52"configure"3147 #line 3148 "configure" 3152 3148 #include "confdefs.h" 3153 3149 #include <stdio.h> … … 3160 3156 } 3161 3157 EOF 3162 if { (eval echo configure:31 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3158 if { (eval echo configure:3159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3163 3159 then 3164 3160 ac_cv_sizeof_long=`cat conftestval` … … 3180 3176 3181 3177 echo $ac_n "checking size of void*""... $ac_c" 1>&6 3182 echo "configure:31 83: checking size of void*" >&53178 echo "configure:3179: checking size of void*" >&5 3183 3179 if eval "test \"`echo '$''{'ac_cv_sizeof_voidp'+set}'`\" = set"; then 3184 3180 echo $ac_n "(cached) $ac_c" 1>&6 … … 3188 3184 else 3189 3185 cat > conftest.$ac_ext <<EOF 3190 #line 31 91"configure"3186 #line 3187 "configure" 3191 3187 #include "confdefs.h" 3192 3188 #include <stdio.h> … … 3199 3195 } 3200 3196 EOF 3201 if { (eval echo configure:3 202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3197 if { (eval echo configure:3198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3202 3198 then 3203 3199 ac_cv_sizeof_voidp=`cat conftestval` … … 3219 3215 3220 3216 echo $ac_n "checking size of double""... $ac_c" 1>&6 3221 echo "configure:32 22: checking size of double" >&53217 echo "configure:3218: checking size of double" >&5 3222 3218 if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then 3223 3219 echo $ac_n "(cached) $ac_c" 1>&6 … … 3227 3223 else 3228 3224 cat > conftest.$ac_ext <<EOF 3229 #line 32 30"configure"3225 #line 3226 "configure" 3230 3226 #include "confdefs.h" 3231 3227 #include <stdio.h> … … 3238 3234 } 3239 3235 EOF 3240 if { (eval echo configure:32 41: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3236 if { (eval echo configure:3237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3241 3237 then 3242 3238 ac_cv_sizeof_double=`cat conftestval` … … 3258 3254 3259 3255 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 3260 echo "configure:32 61: checking whether byte ordering is bigendian" >&53256 echo "configure:3257: checking whether byte ordering is bigendian" >&5 3261 3257 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then 3262 3258 echo $ac_n "(cached) $ac_c" 1>&6 … … 3265 3261 # See if sys/param.h defines the BYTE_ORDER macro. 3266 3262 cat > conftest.$ac_ext <<EOF 3267 #line 326 8"configure"3263 #line 3264 "configure" 3268 3264 #include "confdefs.h" 3269 3265 #include <sys/types.h> … … 3276 3272 ; return 0; } 3277 3273 EOF 3278 if { (eval echo configure:327 9: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3274 if { (eval echo configure:3275: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3279 3275 rm -rf conftest* 3280 3276 # It does; now see whether it defined to BIG_ENDIAN or not. 3281 3277 cat > conftest.$ac_ext <<EOF 3282 #line 32 83"configure"3278 #line 3279 "configure" 3283 3279 #include "confdefs.h" 3284 3280 #include <sys/types.h> … … 3291 3287 ; return 0; } 3292 3288 EOF 3293 if { (eval echo configure:329 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then3289 if { (eval echo configure:3290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 3294 3290 rm -rf conftest* 3295 3291 ac_cv_c_bigendian=yes … … 3311 3307 else 3312 3308 cat > conftest.$ac_ext <<EOF 3313 #line 331 4"configure"3309 #line 3310 "configure" 3314 3310 #include "confdefs.h" 3315 3311 main () { … … 3324 3320 } 3325 3321 EOF 3326 if { (eval echo configure:332 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3322 if { (eval echo configure:3323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3327 3323 then 3328 3324 ac_cv_c_bigendian=no … … 3361 3357 3362 3358 echo $ac_n "checking size of system page""... $ac_c" 1>&6 3363 echo "configure:336 4: checking size of system page" >&53359 echo "configure:3360: checking size of system page" >&5 3364 3360 if eval "test \"`echo '$''{'ac_cv_pagesize'+set}'`\" = set"; then 3365 3361 echo $ac_n "(cached) $ac_c" 1>&6 … … 3369 3365 else 3370 3366 cat > conftest.$ac_ext <<EOF 3371 #line 33 72"configure"3367 #line 3368 "configure" 3372 3368 #include "confdefs.h" 3373 3369 #include <stdio.h> … … 3383 3379 } 3384 3380 EOF 3385 if { (eval echo configure:338 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3381 if { (eval echo configure:3382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3386 3382 then 3387 3383 ac_cv_pagesize=`cat conftestval` … … 3407 3403 3408 3404 echo $ac_n "checking for page aligned valloc""... $ac_c" 1>&6 3409 echo "configure:34 10: checking for page aligned valloc" >&53405 echo "configure:3406: checking for page aligned valloc" >&5 3410 3406 if eval "test \"`echo '$''{'ac_cv_have_page_alignment'+set}'`\" = set"; then 3411 3407 echo $ac_n "(cached) $ac_c" 1>&6 … … 3453 3449 else 3454 3450 cat > conftest.$ac_ext <<EOF 3455 #line 345 6"configure"3451 #line 3452 "configure" 3456 3452 #include "confdefs.h" 3457 3453 … … 3460 3456 3461 3457 EOF 3462 if { (eval echo configure:34 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3458 if { (eval echo configure:3459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3463 3459 then 3464 3460 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval` … … 3477 3473 else 3478 3474 cat > conftest.$ac_ext <<EOF 3479 #line 34 80"configure"3475 #line 3476 "configure" 3480 3476 #include "confdefs.h" 3481 3477 … … 3484 3480 3485 3481 EOF 3486 if { (eval echo configure:348 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3482 if { (eval echo configure:3483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3487 3483 then 3488 3484 ac_cv_have_page_alignment="ac_cv_usable_pagesize="`cat conftestval` … … 3504 3500 else 3505 3501 cat > conftest.$ac_ext <<EOF 3506 #line 350 7"configure"3502 #line 3503 "configure" 3507 3503 #include "confdefs.h" 3508 3504 … … 3513 3509 3514 3510 EOF 3515 if { (eval echo configure:351 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3511 if { (eval echo configure:3512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3516 3512 then 3517 3513 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval` … … 3530 3526 else 3531 3527 cat > conftest.$ac_ext <<EOF 3532 #line 35 33"configure"3528 #line 3529 "configure" 3533 3529 #include "confdefs.h" 3534 3530 … … 3539 3535 3540 3536 EOF 3541 if { (eval echo configure:35 42: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null3537 if { (eval echo configure:3538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null 3542 3538 then 3543 3539 ac_cv_have_page_alignment="ac_cv_have_gmalloc=yes; ac_cv_usable_pagesize="`cat conftestval` … … 3680 3676 if test "$with_readline" != no; then 3681 3677 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 3682 echo "configure:36 83: checking for tgetent in -lncurses" >&53678 echo "configure:3679: checking for tgetent in -lncurses" >&5 3683 3679 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` 3684 3680 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3688 3684 LIBS="-lncurses $LIBS" 3689 3685 cat > conftest.$ac_ext <<EOF 3690 #line 36 91"configure"3686 #line 3687 "configure" 3691 3687 #include "confdefs.h" 3692 3688 /* Override any gcc2 internal prototype to avoid an error. */ … … 3699 3695 ; return 0; } 3700 3696 EOF 3701 if { (eval echo configure:3 702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3697 if { (eval echo configure:3698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3702 3698 rm -rf conftest* 3703 3699 eval "ac_cv_lib_$ac_lib_var=yes" … … 3726 3722 \ 3727 3723 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 3728 echo "configure:372 9: checking for tgetent in -lcurses" >&53724 echo "configure:3725: checking for tgetent in -lcurses" >&5 3729 3725 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` 3730 3726 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3734 3730 LIBS="-lcurses $LIBS" 3735 3731 cat > conftest.$ac_ext <<EOF 3736 #line 373 7"configure"3732 #line 3733 "configure" 3737 3733 #include "confdefs.h" 3738 3734 /* Override any gcc2 internal prototype to avoid an error. */ … … 3745 3741 ; return 0; } 3746 3742 EOF 3747 if { (eval echo configure:374 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3743 if { (eval echo configure:3744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3748 3744 rm -rf conftest* 3749 3745 eval "ac_cv_lib_$ac_lib_var=yes" … … 3772 3768 \ 3773 3769 echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 3774 echo "configure:377 5: checking for tgetent in -ltermcap" >&53770 echo "configure:3771: checking for tgetent in -ltermcap" >&5 3775 3771 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` 3776 3772 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3780 3776 LIBS="-ltermcap $LIBS" 3781 3777 cat > conftest.$ac_ext <<EOF 3782 #line 37 83"configure"3778 #line 3779 "configure" 3783 3779 #include "confdefs.h" 3784 3780 /* Override any gcc2 internal prototype to avoid an error. */ … … 3791 3787 ; return 0; } 3792 3788 EOF 3793 if { (eval echo configure:379 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3789 if { (eval echo configure:3790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3794 3790 rm -rf conftest* 3795 3791 eval "ac_cv_lib_$ac_lib_var=yes" … … 3823 3819 3824 3820 echo $ac_n "checking for rl_abort in -lreadline""... $ac_c" 1>&6 3825 echo "configure:382 6: checking for rl_abort in -lreadline" >&53821 echo "configure:3822: checking for rl_abort in -lreadline" >&5 3826 3822 ac_lib_var=`echo readline'_'rl_abort | sed 'y%./+-%__p_%'` 3827 3823 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 3831 3827 LIBS="-lreadline $LIBS" 3832 3828 cat > conftest.$ac_ext <<EOF 3833 #line 383 4"configure"3829 #line 3830 "configure" 3834 3830 #include "confdefs.h" 3835 3831 /* Override any gcc2 internal prototype to avoid an error. */ … … 3842 3838 ; return 0; } 3843 3839 EOF 3844 if { (eval echo configure:384 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3840 if { (eval echo configure:3841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3845 3841 rm -rf conftest* 3846 3842 eval "ac_cv_lib_$ac_lib_var=yes" … … 3873 3869 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 3874 3870 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 3875 echo "configure:387 6: checking for $ac_hdr" >&53871 echo "configure:3872: checking for $ac_hdr" >&5 3876 3872 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 3877 3873 echo $ac_n "(cached) $ac_c" 1>&6 3878 3874 else 3879 3875 cat > conftest.$ac_ext <<EOF 3880 #line 38 81"configure"3876 #line 3877 "configure" 3881 3877 #include "confdefs.h" 3882 3878 #include <$ac_hdr> 3883 3879 EOF 3884 3880 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 3885 { (eval echo configure:388 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }3881 { (eval echo configure:3882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 3886 3882 ac_err=`grep -v '^ *+' conftest.out` 3887 3883 if test -z "$ac_err"; then … … 3912 3908 test "$ac_cv_header_readline_readline_h" = yes; then 3913 3909 echo $ac_n "checking whether readline.h is ok""... $ac_c" 1>&6 3914 echo "configure:391 5: checking whether readline.h is ok" >&53910 echo "configure:3911: checking whether readline.h is ok" >&5 3915 3911 if eval "test \"`echo '$''{'ac_cv_header_readline_readline_h_ok'+set}'`\" = set"; then 3916 3912 echo $ac_n "(cached) $ac_c" 1>&6 3917 3913 else 3918 3914 cat > conftest.$ac_ext <<EOF 3919 #line 39 20"configure"3915 #line 3916 "configure" 3920 3916 #include "confdefs.h" 3921 3917 #include<unistd.h> … … 3942 3938 ; return 0; } 3943 3939 EOF 3944 if { (eval echo configure:394 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3940 if { (eval echo configure:3941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3945 3941 rm -rf conftest* 3946 3942 ac_cv_header_readline_readline_h_ok="yes" … … 3958 3954 #not ok -- try once more with explicitly declaring everything 3959 3955 echo $ac_n "checking whether or not we nevertheless can use readline""... $ac_c" 1>&6 3960 echo "configure:39 61: checking whether or not we nevertheless can use readline" >&53956 echo "configure:3957: checking whether or not we nevertheless can use readline" >&5 3961 3957 if eval "test \"`echo '$''{'ac_cv_have_readline'+set}'`\" = set"; then 3962 3958 echo $ac_n "(cached) $ac_c" 1>&6 3963 3959 else 3964 3960 cat > conftest.$ac_ext <<EOF 3965 #line 396 6"configure"3961 #line 3962 "configure" 3966 3962 #include "confdefs.h" 3967 3963 #include <stdio.h> … … 3993 3989 ; return 0; } 3994 3990 EOF 3995 if { (eval echo configure:399 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then3991 if { (eval echo configure:3992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 3996 3992 rm -rf conftest* 3997 3993 ac_cv_have_readline="yes" … … 4039 4035 if test "$with_dl" = yes; then 4040 4036 echo $ac_n "checking for dl_init in -ldl""... $ac_c" 1>&6 4041 echo "configure:40 42: checking for dl_init in -ldl" >&54037 echo "configure:4038: checking for dl_init in -ldl" >&5 4042 4038 ac_lib_var=`echo dl'_'dl_init | sed 'y%./+-%__p_%'` 4043 4039 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4047 4043 LIBS="-ldl $LIBS" 4048 4044 cat > conftest.$ac_ext <<EOF 4049 #line 40 50"configure"4045 #line 4046 "configure" 4050 4046 #include "confdefs.h" 4051 4047 /* Override any gcc2 internal prototype to avoid an error. */ … … 4058 4054 ; return 0; } 4059 4055 EOF 4060 if { (eval echo configure:40 61: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4056 if { (eval echo configure:4057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4061 4057 rm -rf conftest* 4062 4058 eval "ac_cv_lib_$ac_lib_var=yes" … … 4085 4081 # gmp, smallgmp, MP, MPT, factory, libfac 4086 4082 echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6 4087 echo "configure:408 8: checking for mpq_init in -lgmp" >&54083 echo "configure:4084: checking for mpq_init in -lgmp" >&5 4088 4084 ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'` 4089 4085 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4093 4089 LIBS="-lgmp $LIBS" 4094 4090 cat > conftest.$ac_ext <<EOF 4095 #line 409 6"configure"4091 #line 4092 "configure" 4096 4092 #include "confdefs.h" 4097 4093 /* Override any gcc2 internal prototype to avoid an error. */ … … 4104 4100 ; return 0; } 4105 4101 EOF 4106 if { (eval echo configure:410 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4102 if { (eval echo configure:4103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4107 4103 rm -rf conftest* 4108 4104 eval "ac_cv_lib_$ac_lib_var=yes" … … 4135 4131 fi 4136 4132 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 4137 echo "configure:413 8: checking for mpz_init in -lsmallgmp" >&54133 echo "configure:4134: checking for mpz_init in -lsmallgmp" >&5 4138 4134 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 4139 4135 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4143 4139 LIBS="-lsmallgmp $LIBS" 4144 4140 cat > conftest.$ac_ext <<EOF 4145 #line 414 6"configure"4141 #line 4142 "configure" 4146 4142 #include "confdefs.h" 4147 4143 /* Override any gcc2 internal prototype to avoid an error. */ … … 4154 4150 ; return 0; } 4155 4151 EOF 4156 if { (eval echo configure:415 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4152 if { (eval echo configure:4153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4157 4153 rm -rf conftest* 4158 4154 eval "ac_cv_lib_$ac_lib_var=yes" … … 4182 4178 4183 4179 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 4184 echo "configure:418 5: checking for IMP_PutGmpInt in -lMP" >&54180 echo "configure:4181: checking for IMP_PutGmpInt in -lMP" >&5 4185 4181 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 4186 4182 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4190 4186 LIBS="-lMP $LIBS" 4191 4187 cat > conftest.$ac_ext <<EOF 4192 #line 41 93"configure"4188 #line 4189 "configure" 4193 4189 #include "confdefs.h" 4194 4190 /* Override any gcc2 internal prototype to avoid an error. */ … … 4201 4197 ; return 0; } 4202 4198 EOF 4203 if { (eval echo configure:420 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4199 if { (eval echo configure:4200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4204 4200 rm -rf conftest* 4205 4201 eval "ac_cv_lib_$ac_lib_var=yes" … … 4229 4225 4230 4226 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 4231 echo "configure:42 32: checking for MPT_GetTree in -lMPT" >&54227 echo "configure:4228: checking for MPT_GetTree in -lMPT" >&5 4232 4228 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 4233 4229 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4237 4233 LIBS="-lMPT $LIBS" 4238 4234 cat > conftest.$ac_ext <<EOF 4239 #line 42 40"configure"4235 #line 4236 "configure" 4240 4236 #include "confdefs.h" 4241 4237 /* Override any gcc2 internal prototype to avoid an error. */ … … 4248 4244 ; return 0; } 4249 4245 EOF 4250 if { (eval echo configure:42 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4246 if { (eval echo configure:4247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4251 4247 rm -rf conftest* 4252 4248 eval "ac_cv_lib_$ac_lib_var=yes" … … 4276 4272 4277 4273 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 4278 echo "configure:427 9: checking for atof in -lsingcf" >&54274 echo "configure:4275: checking for atof in -lsingcf" >&5 4279 4275 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 4280 4276 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4284 4280 LIBS="-lsingcf $LIBS" 4285 4281 cat > conftest.$ac_ext <<EOF 4286 #line 428 7"configure"4282 #line 4283 "configure" 4287 4283 #include "confdefs.h" 4288 4284 /* Override any gcc2 internal prototype to avoid an error. */ … … 4295 4291 ; return 0; } 4296 4292 EOF 4297 if { (eval echo configure:429 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4293 if { (eval echo configure:4294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4298 4294 rm -rf conftest* 4299 4295 eval "ac_cv_lib_$ac_lib_var=yes" … … 4323 4319 4324 4320 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 4325 echo "configure:432 6: checking for atof in -lsingfac" >&54321 echo "configure:4322: checking for atof in -lsingfac" >&5 4326 4322 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 4327 4323 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4331 4327 LIBS="-lsingfac $LIBS" 4332 4328 cat > conftest.$ac_ext <<EOF 4333 #line 433 4"configure"4329 #line 4330 "configure" 4334 4330 #include "confdefs.h" 4335 4331 /* Override any gcc2 internal prototype to avoid an error. */ … … 4342 4338 ; return 0; } 4343 4339 EOF 4344 if { (eval echo configure:434 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4340 if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4345 4341 rm -rf conftest* 4346 4342 eval "ac_cv_lib_$ac_lib_var=yes" … … 4374 4370 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 4375 4371 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 4376 echo "configure:437 7: checking for $ac_hdr" >&54372 echo "configure:4373: checking for $ac_hdr" >&5 4377 4373 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4378 4374 echo $ac_n "(cached) $ac_c" 1>&6 4379 4375 else 4380 4376 cat > conftest.$ac_ext <<EOF 4381 #line 43 82"configure"4377 #line 4378 "configure" 4382 4378 #include "confdefs.h" 4383 4379 #include <$ac_hdr> 4384 4380 EOF 4385 4381 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4386 { (eval echo configure:438 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }4382 { (eval echo configure:4383: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4387 4383 ac_err=`grep -v '^ *+' conftest.out` 4388 4384 if test -z "$ac_err"; then … … 4441 4437 # evaluate results 4442 4438 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 4443 echo "configure:444 4: checking which apint package to use" >&54439 echo "configure:4440: checking which apint package to use" >&5 4444 4440 if test "${with_apint}" != gmp && test "${with_apint}" != smallgmp; then 4445 4441 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 4482 4478 4483 4479 echo $ac_n "checking whether to have MP""... $ac_c" 1>&6 4484 echo "configure:448 5: checking whether to have MP" >&54480 echo "configure:4481: checking whether to have MP" >&5 4485 4481 if test "${with_MP}" != yes && test "${with_MP}" != no; then 4486 4482 if (test "${will_have_gmp}" = yes) && \ … … 4513 4509 4514 4510 echo $ac_n "checking whether to have factory""... $ac_c" 1>&6 4515 echo "configure:451 6: checking whether to have factory" >&54511 echo "configure:4512: checking whether to have factory" >&5 4516 4512 if test "${with_factory}" != yes && test "${with_factory}" != no; then 4517 4513 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 4544 4540 4545 4541 echo $ac_n "checking whether to have libfac""... $ac_c" 1>&6 4546 echo "configure:454 7: checking whether to have libfac" >&54542 echo "configure:4543: checking whether to have libfac" >&5 4547 4543 if test "${with_libfac}" != yes && test "${with_libfac}" != no; then 4548 4544 if (test "${will_have_factory}" = yes) && \ … … 4576 4572 4577 4573 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4578 echo "configure:457 9: checking whether to have dbm links" >&54574 echo "configure:4575: checking whether to have dbm links" >&5 4579 4575 if test "$with_dbm" != no; then 4580 4576 cat >> confdefs.h <<\EOF … … 4588 4584 4589 4585 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4590 echo "configure:45 91: checking whether to have namespaces" >&54586 echo "configure:4587: checking whether to have namespaces" >&5 4591 4587 if test "$with_namespaces" != yes; then 4592 4588 echo "$ac_t""no" 1>&6 … … 4600 4596 4601 4597 echo $ac_n "checking whether to have dynamic loading""... $ac_c" 1>&6 4602 echo "configure:4 603: checking whether to have dynamic loading" >&54598 echo "configure:4599: checking whether to have dynamic loading" >&5 4603 4599 if test "$with_dl" != yes; then 4604 4600 echo "$ac_t""no" 1>&6 … … 4613 4609 HPUX-9) 4614 4610 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4615 echo "configure:461 6: checking for shl_load in -ldld" >&54611 echo "configure:4612: checking for shl_load in -ldld" >&5 4616 4612 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4617 4613 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4621 4617 LIBS="-ldld $LIBS" 4622 4618 cat > conftest.$ac_ext <<EOF 4623 #line 462 4"configure"4619 #line 4620 "configure" 4624 4620 #include "confdefs.h" 4625 4621 /* Override any gcc2 internal prototype to avoid an error. */ … … 4632 4628 ; return 0; } 4633 4629 EOF 4634 if { (eval echo configure:463 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4630 if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4635 4631 rm -rf conftest* 4636 4632 eval "ac_cv_lib_$ac_lib_var=yes" … … 4664 4660 HPUX-10) 4665 4661 echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6 4666 echo "configure:466 7: checking for shl_load in -ldld" >&54662 echo "configure:4663: checking for shl_load in -ldld" >&5 4667 4663 ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'` 4668 4664 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 4672 4668 LIBS="-ldld $LIBS" 4673 4669 cat > conftest.$ac_ext <<EOF 4674 #line 467 5"configure"4670 #line 4671 "configure" 4675 4671 #include "confdefs.h" 4676 4672 /* Override any gcc2 internal prototype to avoid an error. */ … … 4683 4679 ; return 0; } 4684 4680 EOF 4685 if { (eval echo configure:468 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then4681 if { (eval echo configure:4682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 4686 4682 rm -rf conftest* 4687 4683 eval "ac_cv_lib_$ac_lib_var=yes" … … 4722 4718 4723 4719 echo $ac_n "checking which exponent type to use""... $ac_c" 1>&6 4724 echo "configure:472 5: checking which exponent type to use" >&54720 echo "configure:4721: checking which exponent type to use" >&5 4725 4721 if test "$with_exp_type" = "char"; then 4726 4722 echo "$ac_t""char" 1>&6 -
Singular/configure.in
r6aae5a raf6a6b 31 31 32 32 # stupid Win programs do not like dots in their pathnames 33 if test "$ac_cv_singuname" = ix86-Win; then 34 VERSION_SEP="-" 35 else 36 VERSION_SEP="." 37 fi 33 VERSION_SEP="-" 38 34 39 35 dnl llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll … … 44 40 SINGULAR_MAJOR_VERSION=${SINGULAR_MAJOR_VERSION:-1} 45 41 SINGULAR_MINOR_VERSION=${SINGULAR_MINOR_VERSION:-3} 46 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:- 1}42 SINGULAR_SUB_VERSION=${SINGULAR_SUB_VERSION:-2} 47 43 SINGULAR_VERSION="${SINGULAR_VERSION:-$SINGULAR_MAJOR_VERSION${VERSION_SEP}$SINGULAR_MINOR_VERSION${VERSION_SEP}$SINGULAR_SUB_VERSION}" 48 VERSION_DATE=${VERSION_DATE:-" November 1998"}44 VERSION_DATE=${VERSION_DATE:-"February 1999"} 49 45 50 46 dnl pass them on into the Makefiles -
configure
r6aae5a raf6a6b 598 598 fi 599 599 600 # stupid Win programs do not like dots in their pathnames 601 if test "$ac_cv_singuname" = ix86-Win; then 602 VERSION_SEP="-" 603 else 604 VERSION_SEP="." 605 fi 600 VERSION_SEP="-" 606 601 607 602 # make them to env variables … … 609 604 SINGULAR_MAJOR_VERSION=1 610 605 SINGULAR_MINOR_VERSION=3 611 SINGULAR_SUB_VERSION= 1606 SINGULAR_SUB_VERSION=2 612 607 SINGULAR_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 613 VERSION_DATE=" November 1998"608 VERSION_DATE="February 1999" 614 609 SINGULAR_DOS_VERSION="${SINGULAR_MAJOR_VERSION}-${SINGULAR_MINOR_VERSION}-${SINGULAR_SUB_VERSION}" 615 610 export SINGULAR_MINOR_VERSION … … 625 620 set dummy gcc; ac_word=$2 626 621 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 627 echo "configure:62 8: checking for $ac_word" >&5622 echo "configure:623: checking for $ac_word" >&5 628 623 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 629 624 echo $ac_n "(cached) $ac_c" 1>&6 … … 654 649 set dummy cc; ac_word=$2 655 650 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 656 echo "configure:65 7: checking for $ac_word" >&5651 echo "configure:652: checking for $ac_word" >&5 657 652 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 658 653 echo $ac_n "(cached) $ac_c" 1>&6 … … 702 697 703 698 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 704 echo "configure:70 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5699 echo "configure:700: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 705 700 706 701 ac_ext=c … … 712 707 713 708 cat > conftest.$ac_ext <<EOF 714 #line 71 5"configure"709 #line 710 "configure" 715 710 #include "confdefs.h" 716 711 main(){return(0);} 717 712 EOF 718 if { (eval echo configure:71 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then713 if { (eval echo configure:714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 719 714 ac_cv_prog_cc_works=yes 720 715 # If we can't run a trivial program, we are probably using a cross compiler. … … 736 731 fi 737 732 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 738 echo "configure:73 9: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5733 echo "configure:734: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 739 734 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 740 735 cross_compiling=$ac_cv_prog_cc_cross 741 736 742 737 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 743 echo "configure:7 44: checking whether we are using GNU C" >&5738 echo "configure:739: checking whether we are using GNU C" >&5 744 739 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 745 740 echo $ac_n "(cached) $ac_c" 1>&6 … … 750 745 #endif 751 746 EOF 752 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:7 53: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then747 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 753 748 ac_cv_prog_gcc=yes 754 749 else … … 765 760 CFLAGS= 766 761 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 767 echo "configure:76 8: checking whether ${CC-cc} accepts -g" >&5762 echo "configure:763: checking whether ${CC-cc} accepts -g" >&5 768 763 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 769 764 echo $ac_n "(cached) $ac_c" 1>&6 … … 793 788 794 789 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 795 echo "configure:79 6: checking how to run the C preprocessor" >&5790 echo "configure:791: checking how to run the C preprocessor" >&5 796 791 # On Suns, sometimes $CPP names a directory. 797 792 if test -n "$CPP" && test -d "$CPP"; then … … 808 803 # not just through cpp. 809 804 cat > conftest.$ac_ext <<EOF 810 #line 8 11"configure"805 #line 806 "configure" 811 806 #include "confdefs.h" 812 807 #include <assert.h> … … 814 809 EOF 815 810 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 816 { (eval echo configure:81 7: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }811 { (eval echo configure:812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 817 812 ac_err=`grep -v '^ *+' conftest.out` 818 813 if test -z "$ac_err"; then … … 825 820 CPP="${CC-cc} -E -traditional-cpp" 826 821 cat > conftest.$ac_ext <<EOF 827 #line 82 8"configure"822 #line 823 "configure" 828 823 #include "confdefs.h" 829 824 #include <assert.h> … … 831 826 EOF 832 827 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 833 { (eval echo configure:8 34: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }828 { (eval echo configure:829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 834 829 ac_err=`grep -v '^ *+' conftest.out` 835 830 if test -z "$ac_err"; then … … 854 849 855 850 echo $ac_n "checking for AIX""... $ac_c" 1>&6 856 echo "configure:85 7: checking for AIX" >&5851 echo "configure:852: checking for AIX" >&5 857 852 cat > conftest.$ac_ext <<EOF 858 #line 85 9"configure"853 #line 854 "configure" 859 854 #include "confdefs.h" 860 855 #ifdef _AIX … … 883 878 set dummy $ac_prog; ac_word=$2 884 879 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 885 echo "configure:88 6: checking for $ac_word" >&5880 echo "configure:881: checking for $ac_word" >&5 886 881 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then 887 882 echo $ac_n "(cached) $ac_c" 1>&6 … … 912 907 913 908 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 914 echo "configure:91 5: checking whether ln -s works" >&5909 echo "configure:910: checking whether ln -s works" >&5 915 910 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 916 911 echo $ac_n "(cached) $ac_c" 1>&6 … … 975 970 # check for AIX 976 971 echo $ac_n "checking whether _AIX is defined""... $ac_c" 1>&6 977 echo "configure:97 8: checking whether _AIX is defined" >&5972 echo "configure:973: checking whether _AIX is defined" >&5 978 973 if eval "test \"`echo '$''{'ac_cv_is_aix'+set}'`\" = set"; then 979 974 echo $ac_n "(cached) $ac_c" 1>&6 980 975 else 981 976 cat > conftest.$ac_ext <<EOF 982 #line 9 83"configure"977 #line 978 "configure" 983 978 #include "confdefs.h" 984 979 #ifdef _AIX … … 1006 1001 1007 1002 echo $ac_n "checking for atof in -lm""... $ac_c" 1>&6 1008 echo "configure:100 9: checking for atof in -lm" >&51003 echo "configure:1004: checking for atof in -lm" >&5 1009 1004 ac_lib_var=`echo m'_'atof | sed 'y%./+-%__p_%'` 1010 1005 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1014 1009 LIBS="-lm $LIBS" 1015 1010 cat > conftest.$ac_ext <<EOF 1016 #line 101 7"configure"1011 #line 1012 "configure" 1017 1012 #include "confdefs.h" 1018 1013 /* Override any gcc2 internal prototype to avoid an error. */ … … 1025 1020 ; return 0; } 1026 1021 EOF 1027 if { (eval echo configure:102 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1022 if { (eval echo configure:1023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1028 1023 rm -rf conftest* 1029 1024 eval "ac_cv_lib_$ac_lib_var=yes" … … 1053 1048 1054 1049 echo $ac_n "checking for socket in -lbsd""... $ac_c" 1>&6 1055 echo "configure:105 6: checking for socket in -lbsd" >&51050 echo "configure:1051: checking for socket in -lbsd" >&5 1056 1051 ac_lib_var=`echo bsd'_'socket | sed 'y%./+-%__p_%'` 1057 1052 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1061 1056 LIBS="-lbsd $LIBS" 1062 1057 cat > conftest.$ac_ext <<EOF 1063 #line 10 64"configure"1058 #line 1059 "configure" 1064 1059 #include "confdefs.h" 1065 1060 /* Override any gcc2 internal prototype to avoid an error. */ … … 1072 1067 ; return 0; } 1073 1068 EOF 1074 if { (eval echo configure:107 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1069 if { (eval echo configure:1070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1075 1070 rm -rf conftest* 1076 1071 eval "ac_cv_lib_$ac_lib_var=yes" … … 1100 1095 1101 1096 echo $ac_n "checking for listen in -lsocket""... $ac_c" 1>&6 1102 echo "configure:1 103: checking for listen in -lsocket" >&51097 echo "configure:1098: checking for listen in -lsocket" >&5 1103 1098 ac_lib_var=`echo socket'_'listen | sed 'y%./+-%__p_%'` 1104 1099 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1108 1103 LIBS="-lsocket $LIBS" 1109 1104 cat > conftest.$ac_ext <<EOF 1110 #line 11 11"configure"1105 #line 1106 "configure" 1111 1106 #include "confdefs.h" 1112 1107 /* Override any gcc2 internal prototype to avoid an error. */ … … 1119 1114 ; return 0; } 1120 1115 EOF 1121 if { (eval echo configure:11 22: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1116 if { (eval echo configure:1117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1122 1117 rm -rf conftest* 1123 1118 eval "ac_cv_lib_$ac_lib_var=yes" … … 1147 1142 1148 1143 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 1149 echo "configure:11 50: checking for gethostbyname in -lnsl" >&51144 echo "configure:1145: checking for gethostbyname in -lnsl" >&5 1150 1145 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` 1151 1146 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1155 1150 LIBS="-lnsl $LIBS" 1156 1151 cat > conftest.$ac_ext <<EOF 1157 #line 115 8"configure"1152 #line 1153 "configure" 1158 1153 #include "confdefs.h" 1159 1154 /* Override any gcc2 internal prototype to avoid an error. */ … … 1166 1161 ; return 0; } 1167 1162 EOF 1168 if { (eval echo configure:116 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1163 if { (eval echo configure:1164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1169 1164 rm -rf conftest* 1170 1165 eval "ac_cv_lib_$ac_lib_var=yes" … … 1194 1189 1195 1190 echo $ac_n "checking for mpq_init in -lgmp""... $ac_c" 1>&6 1196 echo "configure:119 7: checking for mpq_init in -lgmp" >&51191 echo "configure:1192: checking for mpq_init in -lgmp" >&5 1197 1192 ac_lib_var=`echo gmp'_'mpq_init | sed 'y%./+-%__p_%'` 1198 1193 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1202 1197 LIBS="-lgmp $LIBS" 1203 1198 cat > conftest.$ac_ext <<EOF 1204 #line 120 5"configure"1199 #line 1200 "configure" 1205 1200 #include "confdefs.h" 1206 1201 /* Override any gcc2 internal prototype to avoid an error. */ … … 1213 1208 ; return 0; } 1214 1209 EOF 1215 if { (eval echo configure:121 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1210 if { (eval echo configure:1211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1216 1211 rm -rf conftest* 1217 1212 eval "ac_cv_lib_$ac_lib_var=yes" … … 1241 1236 1242 1237 echo $ac_n "checking for mpz_init in -lsmallgmp""... $ac_c" 1>&6 1243 echo "configure:12 44: checking for mpz_init in -lsmallgmp" >&51238 echo "configure:1239: checking for mpz_init in -lsmallgmp" >&5 1244 1239 ac_lib_var=`echo smallgmp'_'mpz_init | sed 'y%./+-%__p_%'` 1245 1240 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1249 1244 LIBS="-lsmallgmp $LIBS" 1250 1245 cat > conftest.$ac_ext <<EOF 1251 #line 12 52"configure"1246 #line 1247 "configure" 1252 1247 #include "confdefs.h" 1253 1248 /* Override any gcc2 internal prototype to avoid an error. */ … … 1260 1255 ; return 0; } 1261 1256 EOF 1262 if { (eval echo configure:12 63: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1257 if { (eval echo configure:1258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1263 1258 rm -rf conftest* 1264 1259 eval "ac_cv_lib_$ac_lib_var=yes" … … 1288 1283 1289 1284 echo $ac_n "checking for IMP_PutGmpInt in -lMP""... $ac_c" 1>&6 1290 echo "configure:12 91: checking for IMP_PutGmpInt in -lMP" >&51285 echo "configure:1286: checking for IMP_PutGmpInt in -lMP" >&5 1291 1286 ac_lib_var=`echo MP'_'IMP_PutGmpInt | sed 'y%./+-%__p_%'` 1292 1287 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1296 1291 LIBS="-lMP $LIBS" 1297 1292 cat > conftest.$ac_ext <<EOF 1298 #line 129 9"configure"1293 #line 1294 "configure" 1299 1294 #include "confdefs.h" 1300 1295 /* Override any gcc2 internal prototype to avoid an error. */ … … 1307 1302 ; return 0; } 1308 1303 EOF 1309 if { (eval echo configure:13 10: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1304 if { (eval echo configure:1305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1310 1305 rm -rf conftest* 1311 1306 eval "ac_cv_lib_$ac_lib_var=yes" … … 1335 1330 1336 1331 echo $ac_n "checking for MPT_GetTree in -lMPT""... $ac_c" 1>&6 1337 echo "configure:133 8: checking for MPT_GetTree in -lMPT" >&51332 echo "configure:1333: checking for MPT_GetTree in -lMPT" >&5 1338 1333 ac_lib_var=`echo MPT'_'MPT_GetTree | sed 'y%./+-%__p_%'` 1339 1334 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1343 1338 LIBS="-lMPT $LIBS" 1344 1339 cat > conftest.$ac_ext <<EOF 1345 #line 134 6"configure"1340 #line 1341 "configure" 1346 1341 #include "confdefs.h" 1347 1342 /* Override any gcc2 internal prototype to avoid an error. */ … … 1354 1349 ; return 0; } 1355 1350 EOF 1356 if { (eval echo configure:135 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1351 if { (eval echo configure:1352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1357 1352 rm -rf conftest* 1358 1353 eval "ac_cv_lib_$ac_lib_var=yes" … … 1382 1377 1383 1378 echo $ac_n "checking for atof in -lsingcf""... $ac_c" 1>&6 1384 echo "configure:138 5: checking for atof in -lsingcf" >&51379 echo "configure:1380: checking for atof in -lsingcf" >&5 1385 1380 ac_lib_var=`echo singcf'_'atof | sed 'y%./+-%__p_%'` 1386 1381 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1390 1385 LIBS="-lsingcf $LIBS" 1391 1386 cat > conftest.$ac_ext <<EOF 1392 #line 13 93"configure"1387 #line 1388 "configure" 1393 1388 #include "confdefs.h" 1394 1389 /* Override any gcc2 internal prototype to avoid an error. */ … … 1401 1396 ; return 0; } 1402 1397 EOF 1403 if { (eval echo configure:1 404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1398 if { (eval echo configure:1399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1404 1399 rm -rf conftest* 1405 1400 eval "ac_cv_lib_$ac_lib_var=yes" … … 1429 1424 1430 1425 echo $ac_n "checking for atof in -lsingfac""... $ac_c" 1>&6 1431 echo "configure:14 32: checking for atof in -lsingfac" >&51426 echo "configure:1427: checking for atof in -lsingfac" >&5 1432 1427 ac_lib_var=`echo singfac'_'atof | sed 'y%./+-%__p_%'` 1433 1428 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1437 1432 LIBS="-lsingfac $LIBS" 1438 1433 cat > conftest.$ac_ext <<EOF 1439 #line 14 40"configure"1434 #line 1435 "configure" 1440 1435 #include "confdefs.h" 1441 1436 /* Override any gcc2 internal prototype to avoid an error. */ … … 1448 1443 ; return 0; } 1449 1444 EOF 1450 if { (eval echo configure:14 51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1445 if { (eval echo configure:1446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1451 1446 rm -rf conftest* 1452 1447 eval "ac_cv_lib_$ac_lib_var=yes" … … 1480 1475 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1481 1476 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1482 echo "configure:14 83: checking for $ac_hdr" >&51477 echo "configure:1478: checking for $ac_hdr" >&5 1483 1478 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1484 1479 echo $ac_n "(cached) $ac_c" 1>&6 1485 1480 else 1486 1481 cat > conftest.$ac_ext <<EOF 1487 #line 148 8"configure"1482 #line 1483 "configure" 1488 1483 #include "confdefs.h" 1489 1484 #include <$ac_hdr> 1490 1485 EOF 1491 1486 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1492 { (eval echo configure:14 93: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1487 { (eval echo configure:1488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1493 1488 ac_err=`grep -v '^ *+' conftest.out` 1494 1489 if test -z "$ac_err"; then … … 1615 1610 1616 1611 echo $ac_n "checking whether to configure and build gmp lib""... $ac_c" 1>&6 1617 echo "configure:161 8: checking whether to configure and build gmp lib" >&51612 echo "configure:1613: checking whether to configure and build gmp lib" >&5 1618 1613 if test "$enable_gmp" != yes && test "$enable_gmp" != no; then 1619 1614 if test "$ac_gmp_ok" != yes && test -d gmp; then … … 1641 1636 1642 1637 echo $ac_n "checking whether to configure and build smallgmp lib""... $ac_c" 1>&6 1643 echo "configure:16 44: checking whether to configure and build smallgmp lib" >&51638 echo "configure:1639: checking whether to configure and build smallgmp lib" >&5 1644 1639 if test "$enable_smallgmp" != yes && test "$enable_smallgmp" != no; then 1645 1640 if test "$ac_smallgmp_ok" != yes && test "$ac_gmp_ok" != yes && \ … … 1680 1675 1681 1676 echo $ac_n "checking whether to configure and build MP lib""... $ac_c" 1>&6 1682 echo "configure:16 83: checking whether to configure and build MP lib" >&51677 echo "configure:1678: checking whether to configure and build MP lib" >&5 1683 1678 if test "$enable_MP" != yes && test "$enable_MP" != no; then 1684 1679 if test "$with_MP" != no && test "$ac_MP_ok" != yes && test -d MP && \ … … 1709 1704 1710 1705 echo $ac_n "checking whether to configure and build factory lib""... $ac_c" 1>&6 1711 echo "configure:17 12: checking whether to configure and build factory lib" >&51706 echo "configure:1707: checking whether to configure and build factory lib" >&5 1712 1707 if test "$enable_factory" != yes && test "$enable_factory" != no; then 1713 1708 if test "$with_factory" != no && test "$ac_factory_ok" != yes && \ … … 1734 1729 1735 1730 echo $ac_n "checking whether to configure and build libfac lib""... $ac_c" 1>&6 1736 echo "configure:173 7: checking whether to configure and build libfac lib" >&51731 echo "configure:1732: checking whether to configure and build libfac lib" >&5 1737 1732 if test "$enable_libfac" != yes && test "$enable_libfac" != no; then 1738 1733 if test "$with_libfac" != no && test "$ac_libfac_ok" != yes && \ … … 1764 1759 1765 1760 echo $ac_n "checking whether to configure and build sgroup lib""... $ac_c" 1>&6 1766 echo "configure:176 7: checking whether to configure and build sgroup lib" >&51761 echo "configure:1762: checking whether to configure and build sgroup lib" >&5 1767 1762 if test "$enable_sgroup" != yes && test "$enable_sgroup" != no; then 1768 1763 if test "$with_sgroup" != no && test "$ac_sgroup_ok" != yes && \ … … 1794 1789 1795 1790 echo $ac_n "checking whether to configure and build Singular""... $ac_c" 1>&6 1796 echo "configure:179 7: checking whether to configure and build Singular" >&51791 echo "configure:1792: checking whether to configure and build Singular" >&5 1797 1792 if test "$enable_Singular" != yes && test "$enable_Singular" != no; then 1798 1793 if test "$with_Singular" != no && test -d Singular; then … … 1819 1814 1820 1815 echo $ac_n "checking which apint package to use""... $ac_c" 1>&6 1821 echo "configure:18 22: checking which apint package to use" >&51816 echo "configure:1817: checking which apint package to use" >&5 1822 1817 if test "$with_apint" = gmp; then 1823 1818 if test "$ac_gmp_ok" = yes || test "$enable_gmp" = yes; then … … 1843 1838 1844 1839 echo $ac_n "checking whether to use with MP""... $ac_c" 1>&6 1845 echo "configure:184 6: checking whether to use with MP" >&51840 echo "configure:1841: checking whether to use with MP" >&5 1846 1841 if test "$with_MP" = yes; then 1847 1842 if test "$ac_MP_ok" = yes || test "$enable_MP" = yes; then … … 1862 1857 1863 1858 echo $ac_n "checking whether to use with factory""... $ac_c" 1>&6 1864 echo "configure:186 5: checking whether to use with factory" >&51859 echo "configure:1860: checking whether to use with factory" >&5 1865 1860 if test "$with_factory" = yes; then 1866 1861 if test "$ac_factory_ok" = yes || test "$enable_factory" = yes; then … … 1881 1876 1882 1877 echo $ac_n "checking whether to use with libfac""... $ac_c" 1>&6 1883 echo "configure:18 84: checking whether to use with libfac" >&51878 echo "configure:1879: checking whether to use with libfac" >&5 1884 1879 if test "$with_libfac" = yes; then 1885 1880 if test "$ac_libfac_ok" = yes || test "$enable_libfac" = yes; then … … 1900 1895 1901 1896 echo $ac_n "checking whether to use with Singular""... $ac_c" 1>&6 1902 echo "configure:1 903: checking whether to use with Singular" >&51897 echo "configure:1898: checking whether to use with Singular" >&5 1903 1898 if test "$with_Singular" != no && test "$with_Singular" != yes; then 1904 1899 if test "$enable_Singular" = yes; then … … 1948 1943 1949 1944 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 1950 echo "configure:19 51: checking whether ${MAKE-make} sets \${MAKE}" >&51945 echo "configure:1946: checking whether ${MAKE-make} sets \${MAKE}" >&5 1951 1946 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 1952 1947 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then -
configure.in
r6aae5a raf6a6b 34 34 fi 35 35 36 # stupid Win programs do not like dots in their pathnames 37 if test "$ac_cv_singuname" = ix86-Win; then 38 VERSION_SEP="-" 39 else 40 VERSION_SEP="." 41 fi 36 VERSION_SEP="-" 42 37 43 38 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll … … 48 43 SINGULAR_MAJOR_VERSION=1 49 44 SINGULAR_MINOR_VERSION=3 50 SINGULAR_SUB_VERSION= 145 SINGULAR_SUB_VERSION=2 51 46 SINGULAR_VERSION="${SINGULAR_MAJOR_VERSION}${VERSION_SEP}${SINGULAR_MINOR_VERSION}${VERSION_SEP}${SINGULAR_SUB_VERSION}" 52 VERSION_DATE=" November 1998"47 VERSION_DATE="February 1999" 53 48 SINGULAR_DOS_VERSION="${SINGULAR_MAJOR_VERSION}-${SINGULAR_MINOR_VERSION}-${SINGULAR_SUB_VERSION}" 54 49 export SINGULAR_MINOR_VERSION
Note: See TracChangeset
for help on using the changeset viewer.