SQLite

Check-in [eec48814f4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:configure fixes for cygwin (line endings in configure.ac) (CVS 1653)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: eec48814f470bc90c7a3ffd8a0f0e84af52abb26
User & Date: dougcurrie 2004-06-21 21:44:49.000
Context
2004-06-21
21:49
configure fixes for cygwin (line endings in configure.ac) ticket #772 (CVS 1654) (check-in: 819a5973d1 user: dougcurrie tags: trunk)
21:44
configure fixes for cygwin (line endings in configure.ac) (CVS 1653) (check-in: eec48814f4 user: dougcurrie tags: trunk)
18:57
configure and makefile updates for v3-alpha compiler macros (CVS 1652) (check-in: 99f38932d6 user: dougcurrie tags: trunk)
Changes
Unified Diff Show Whitespace Changes Patch
Changes to configure.
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503






# The following RCS revision string applies to configure.in
# $Revision: 1.22 $

#########
# Programs needed
#
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
  enableval="$enable_shared"







|







1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503






# The following RCS revision string applies to configure.in
# $Revision: 1.23 $

#########
# Programs needed
#
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
  enableval="$enable_shared"
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
21146
21147
21148


cat >>$CONFIG_STATUS <<\_ACEOF
for ac_config_target in $ac_config_targets
do
  case "$ac_config_target" in
  # Handling of arguments.
  " " ) CONFIG_FILES="$CONFIG_FILES  " ;;
  "Makefile " ) CONFIG_FILES="$CONFIG_FILES Makefile " ;;
  "sqlite.pc " ) CONFIG_FILES="$CONFIG_FILES sqlite.pc " ;;
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
   { (exit 1); exit 1; }; };;
  esac
done







<







21134
21135
21136
21137
21138
21139
21140

21141
21142
21143
21144
21145
21146
21147


cat >>$CONFIG_STATUS <<\_ACEOF
for ac_config_target in $ac_config_targets
do
  case "$ac_config_target" in
  # Handling of arguments.

  "Makefile " ) CONFIG_FILES="$CONFIG_FILES Makefile " ;;
  "sqlite.pc " ) CONFIG_FILES="$CONFIG_FILES sqlite.pc " ;;
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
   { (exit 1); exit 1; }; };;
  esac
done