configure fixes for cygwin (line endings in configure.ac) (CVS 1653)

FossilOrigin-Name: eec48814f470bc90c7a3ffd8a0f0e84af52abb26
This commit is contained in:
dougcurrie 2004-06-21 21:44:49 +00:00
parent 0f290bf7b8
commit 001c0bdc28
3 changed files with 11 additions and 12 deletions

9
configure vendored
View File

@ -1493,7 +1493,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# The following RCS revision string applies to configure.in # The following RCS revision string applies to configure.in
# $Revision: 1.22 $ # $Revision: 1.23 $
######### #########
# Programs needed # Programs needed
@ -20586,7 +20586,7 @@ fi
######### #########
# Generate the output files. # Generate the output files.
# #
ac_config_files="$ac_config_files Makefile sqlite.pc " ac_config_files="$ac_config_files Makefile sqlite.pc"
cat >confcache <<\_ACEOF cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure # This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure # tests run on this system so they can be shared between configure
@ -21138,9 +21138,8 @@ for ac_config_target in $ac_config_targets
do do
case "$ac_config_target" in case "$ac_config_target" in
# Handling of arguments. # Handling of arguments.
" " ) CONFIG_FILES="$CONFIG_FILES " ;; "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"Makefile " ) CONFIG_FILES="$CONFIG_FILES Makefile " ;; "sqlite.pc" ) CONFIG_FILES="$CONFIG_FILES sqlite.pc" ;;
"sqlite.pc " ) CONFIG_FILES="$CONFIG_FILES sqlite.pc " ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;} echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };; { (exit 1); exit 1; }; };;

View File

@ -1,5 +1,5 @@
C configure\sand\smakefile\supdates\sfor\sv3-alpha\scompiler\smacros\s(CVS\s1652) C configure\sfixes\sfor\scygwin\s(line\sendings\sin\sconfigure.ac)\s(CVS\s1653)
D 2004-06-21T18:57:30 D 2004-06-21T21:44:49
F Makefile.in 0a3d7aaefa50717bd550b0cf568a51072c4c103c F Makefile.in 0a3d7aaefa50717bd550b0cf568a51072c4c103c
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@ -10,7 +10,7 @@ F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
F art/SQLiteLogo3.tiff b9e6bf022ae939bc986cddb8ab99583ca1b02cb3 F art/SQLiteLogo3.tiff b9e6bf022ae939bc986cddb8ab99583ca1b02cb3
F config.guess 2103e94b15dc57112d7b9ee152c6fac5288895b4 F config.guess 2103e94b15dc57112d7b9ee152c6fac5288895b4
F config.sub 9bf686ec001ae7bc53f5b3563c90c62d4c6d48be F config.sub 9bf686ec001ae7bc53f5b3563c90c62d4c6d48be
F configure c0b49c4e13bf53aee787e8b978d3cdc080336ae3 x F configure 7e3a941d455da0f6368c0ed13466565bfed88c90 x
F configure.ac 8d4eeb8f2831bc80f8a19a65ecb371dd08312abc F configure.ac 8d4eeb8f2831bc80f8a19a65ecb371dd08312abc
F doc/affinity.html bdc7560fa3d2284af59d8fb52041cddbb14578f5 F doc/affinity.html bdc7560fa3d2284af59d8fb52041cddbb14578f5
F doc/lemon.html f0f682f50210928c07e562621c3b7e8ab912a538 F doc/lemon.html f0f682f50210928c07e562621c3b7e8ab912a538
@ -225,7 +225,7 @@ F www/tclsqlite.tcl 19191cf2a1010eaeff74c51d83fd5f5a4d899075
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
F www/version3.tcl af528563442e3039928f9018327a18157e53a44f F www/version3.tcl af528563442e3039928f9018327a18157e53a44f
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
P afc398c2ca97ff165ea8242a5ffb8b6374b7fa8f P 99f38932d6e777392e168493ebcf5559ecc994c7
R 55b0fd6f6da2558d5cfbac7f74049440 R 192f2bc377431264f6a2ea3f9af0d2c1
U dougcurrie U dougcurrie
Z e62329f9c2ff4aad3f9cba6d12292b96 Z f462065cc53e9ed7b744e8934238a9b4

View File

@ -1 +1 @@
99f38932d6e777392e168493ebcf5559ecc994c7 eec48814f470bc90c7a3ffd8a0f0e84af52abb26