Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | configure script bug (CVS 134) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
862b649204f27b4d5e8fa16b1140b945 |
User & Date: | drh 2000-08-18 09:34:19.000 |
Context
2000-08-18
| ||
09:58 | :-) (CVS 135) (check-in: 0a0576e2f9 user: drh tags: trunk) | |
09:34 | configure script bug (CVS 134) (check-in: 862b649204 user: drh tags: trunk) | |
09:33 | configure script bug (CVS 133) (check-in: c773a449b1 user: drh tags: trunk) | |
Changes
Changes to configure.
︙ | ︙ | |||
449 450 451 452 453 454 455 | # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -rf conftest* confdefs.h # AIX cpp loses on an empty file, so make sure it contains at least a newline. echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. | | | 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 | # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -rf conftest* confdefs.h # AIX cpp loses on an empty file, so make sure it contains at least a newline. echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. ac_unique_file=src/sqlite.h.in # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then its parent. ac_prog=$0 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` |
︙ | ︙ | |||
521 522 523 524 525 526 527 | else ac_n= ac_c='\c' ac_t= fi # The following RCS revision string applies to configure.in | | | 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 | else ac_n= ac_c='\c' ac_t= fi # The following RCS revision string applies to configure.in # $Revision: 1.6 $ ######### # Make sure we are not building in a subdirectory of the source tree. # temp=`echo $srcdir | grep '[^./]'` |
︙ | ︙ |