~ubuntu-branches/ubuntu/raring/surfraw/raring

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Ian Beckwith
  • Date: 2008-03-11 14:07:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080311140735-8s6dh1auyn1ot7bi
Tags: 2.2.1-2
Remove my old email address from Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for surfraw 2.1.6.
 
3
# Generated by GNU Autoconf 2.61 for surfraw 2.2.1.
4
4
#
5
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
6
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
572
572
# Identity of this package.
573
573
PACKAGE_NAME='surfraw'
574
574
PACKAGE_TARNAME='surfraw'
575
 
PACKAGE_VERSION='2.1.6'
576
 
PACKAGE_STRING='surfraw 2.1.6'
 
575
PACKAGE_VERSION='2.2.1'
 
576
PACKAGE_STRING='surfraw 2.2.1'
577
577
PACKAGE_BUGREPORT=''
578
578
 
579
579
ac_unique_file="surfraw.IN"
636
636
AMTAR
637
637
am__tar
638
638
am__untar
 
639
OPENSEARCH_TRUE
 
640
OPENSEARCH_FALSE
639
641
ELVIDIR
640
642
ISODATE
641
643
LIBOBJS
1146
1148
  # Omit some internal or obsolete options to make the list less imposing.
1147
1149
  # This message is too long to be a string in the A/UX 3.1 sh.
1148
1150
  cat <<_ACEOF
1149
 
\`configure' configures surfraw 2.1.6 to adapt to many kinds of systems.
 
1151
\`configure' configures surfraw 2.2.1 to adapt to many kinds of systems.
1150
1152
 
1151
1153
Usage: $0 [OPTION]... [VAR=VALUE]...
1152
1154
 
1212
1214
 
1213
1215
if test -n "$ac_init_help"; then
1214
1216
  case $ac_init_help in
1215
 
     short | recursive ) echo "Configuration of surfraw 2.1.6:";;
 
1217
     short | recursive ) echo "Configuration of surfraw 2.2.1:";;
1216
1218
   esac
1217
1219
  cat <<\_ACEOF
1218
1220
 
 
1221
Optional Features:
 
1222
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
1223
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
1224
  --disable-opensearch    disable OpenSearch support
 
1225
 
1219
1226
Optional Packages:
1220
1227
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1221
1228
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1281
1288
test -n "$ac_init_help" && exit $ac_status
1282
1289
if $ac_init_version; then
1283
1290
  cat <<\_ACEOF
1284
 
surfraw configure 2.1.6
 
1291
surfraw configure 2.2.1
1285
1292
generated by GNU Autoconf 2.61
1286
1293
 
1287
1294
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1295
1302
This file contains any messages produced by compilers while
1296
1303
running configure, to aid debugging if configure makes a mistake.
1297
1304
 
1298
 
It was created by surfraw $as_me 2.1.6, which was
 
1305
It was created by surfraw $as_me 2.2.1, which was
1299
1306
generated by GNU Autoconf 2.61.  Invocation command line was
1300
1307
 
1301
1308
  $ $0 $@
1988
1995
 
1989
1996
# Define the identity of the package.
1990
1997
 PACKAGE='surfraw'
1991
 
 VERSION='2.1.6'
 
1998
 VERSION='2.2.1'
1992
1999
 
1993
2000
 
1994
2001
cat >>confdefs.h <<_ACEOF
2135
2142
 
2136
2143
 
2137
2144
 
 
2145
{ echo "$as_me:$LINENO: checking whether to enable OpenSearch support" >&5
 
2146
echo $ECHO_N "checking whether to enable OpenSearch support... $ECHO_C" >&6; }
 
2147
# Check whether --enable-opensearch was given.
 
2148
if test "${enable_opensearch+set}" = set; then
 
2149
  enableval=$enable_opensearch;
 
2150
else
 
2151
  enable_opensearch=yes
 
2152
fi
 
2153
 
 
2154
{ echo "$as_me:$LINENO: result: $enable_opensearch" >&5
 
2155
echo "${ECHO_T}$enable_opensearch" >&6; }
 
2156
 if test "$enable_opensearch" = "yes"; then
 
2157
  OPENSEARCH_TRUE=
 
2158
  OPENSEARCH_FALSE='#'
 
2159
else
 
2160
  OPENSEARCH_TRUE='#'
 
2161
  OPENSEARCH_FALSE=
 
2162
fi
 
2163
 
 
2164
 
2138
2165
ELVIDIR="\$(libdir)/surfraw"
2139
2166
 
2140
2167
 
2359
2386
LTLIBOBJS=$ac_ltlibobjs
2360
2387
 
2361
2388
 
 
2389
if test -z "${OPENSEARCH_TRUE}" && test -z "${OPENSEARCH_FALSE}"; then
 
2390
  { { echo "$as_me:$LINENO: error: conditional \"OPENSEARCH\" was never defined.
 
2391
Usually this means the macro was only invoked conditionally." >&5
 
2392
echo "$as_me: error: conditional \"OPENSEARCH\" was never defined.
 
2393
Usually this means the macro was only invoked conditionally." >&2;}
 
2394
   { (exit 1); exit 1; }; }
 
2395
fi
2362
2396
 
2363
2397
: ${CONFIG_STATUS=./config.status}
2364
2398
ac_clean_files_save=$ac_clean_files
2659
2693
# report actual input values of CONFIG_FILES etc. instead of their
2660
2694
# values after options handling.
2661
2695
ac_log="
2662
 
This file was extended by surfraw $as_me 2.1.6, which was
 
2696
This file was extended by surfraw $as_me 2.2.1, which was
2663
2697
generated by GNU Autoconf 2.61.  Invocation command line was
2664
2698
 
2665
2699
  CONFIG_FILES    = $CONFIG_FILES
2702
2736
_ACEOF
2703
2737
cat >>$CONFIG_STATUS <<_ACEOF
2704
2738
ac_cs_version="\\
2705
 
surfraw config.status 2.1.6
 
2739
surfraw config.status 2.2.1
2706
2740
configured by $0, generated by GNU Autoconf 2.61,
2707
2741
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2708
2742
 
2926
2960
AMTAR!$AMTAR$ac_delim
2927
2961
am__tar!$am__tar$ac_delim
2928
2962
am__untar!$am__untar$ac_delim
 
2963
OPENSEARCH_TRUE!$OPENSEARCH_TRUE$ac_delim
 
2964
OPENSEARCH_FALSE!$OPENSEARCH_FALSE$ac_delim
2929
2965
ELVIDIR!$ELVIDIR$ac_delim
2930
2966
ISODATE!$ISODATE$ac_delim
2931
2967
LIBOBJS!$LIBOBJS$ac_delim
2932
2968
LTLIBOBJS!$LTLIBOBJS$ac_delim
2933
2969
_ACEOF
2934
2970
 
2935
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 63; then
 
2971
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 65; then
2936
2972
    break
2937
2973
  elif $ac_last_try; then
2938
2974
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5