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