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 Ignore Whitespace 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"
20582
20583
20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
20594
20595
20596
  TARGET_CFLAGS="$TARGET_CFLAGS -DHAVE_USLEEP=1"
fi


#########
# Generate the output files.
#
                              ac_config_files="$ac_config_files   Makefile  sqlite.pc "
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#







|







20582
20583
20584
20585
20586
20587
20588
20589
20590
20591
20592
20593
20594
20595
20596
  TARGET_CFLAGS="$TARGET_CFLAGS -DHAVE_USLEEP=1"
fi


#########
# Generate the output files.
#
                    ac_config_files="$ac_config_files Makefile sqlite.pc"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
21146
21147
21148
21149
21150


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

# If the user did not use the arguments to specify the items to instantiate,







<
|
|







21134
21135
21136
21137
21138
21139
21140

21141
21142
21143
21144
21145
21146
21147
21148
21149


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

# If the user did not use the arguments to specify the items to instantiate,