~ubuntu-branches/ubuntu/intrepid/net-snmp/intrepid-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.in Revision: 5.134.2.43 .
 
2
# From configure.in Revision: 5.134.2.59 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.59 for Net-SNMP 5.2.2.
 
4
# Generated by GNU Autoconf 2.59 for Net-SNMP 5.2.3.
5
5
#
6
6
# Report bugs to <net-snmp-coders@lists.sourceforge.net>.
7
7
#
429
429
# Identity of this package.
430
430
PACKAGE_NAME='Net-SNMP'
431
431
PACKAGE_TARNAME='net-snmp'
432
 
PACKAGE_VERSION='5.2.2'
433
 
PACKAGE_STRING='Net-SNMP 5.2.2'
 
432
PACKAGE_VERSION='5.2.3'
 
433
PACKAGE_STRING='Net-SNMP 5.2.3'
434
434
PACKAGE_BUGREPORT='net-snmp-coders@lists.sourceforge.net'
435
435
 
436
436
ac_unique_file="agent/mibgroup/ucd-snmp/extensible.c"
940
940
  # Omit some internal or obsolete options to make the list less imposing.
941
941
  # This message is too long to be a string in the A/UX 3.1 sh.
942
942
  cat <<_ACEOF
943
 
\`configure' configures Net-SNMP 5.2.2 to adapt to many kinds of systems.
 
943
\`configure' configures Net-SNMP 5.2.3 to adapt to many kinds of systems.
944
944
 
945
945
Usage: $0 [OPTION]... [VAR=VALUE]...
946
946
 
1002
1002
 
1003
1003
if test -n "$ac_init_help"; then
1004
1004
  case $ac_init_help in
1005
 
     short | recursive ) echo "Configuration of Net-SNMP 5.2.2:";;
 
1005
     short | recursive ) echo "Configuration of Net-SNMP 5.2.3:";;
1006
1006
   esac
1007
1007
  cat <<\_ACEOF
1008
1008
 
1056
1056
 
1057
1057
  --enable-embedded-perl          Embed perl in the SNMP agent and snmptrapd.
1058
1058
                                  forces --with-perl-modules as well.
1059
 
--enable-ucd-snmp-compatibility  Install ucd-snmp look-alike headers and libs.
 
1059
  --enable-ucd-snmp-compatibility Install ucd-snmp look-alike headers and libs.
 
1060
 
1060
1061
  --enable-shared=PKGS  build shared libraries default=yes
1061
1062
  --enable-static=PKGS  build static libraries default=yes
1062
1063
  --enable-fast-install=PKGS  optimize for fast installation default=yes
1364
1365
test -n "$ac_init_help" && exit 0
1365
1366
if $ac_init_version; then
1366
1367
  cat <<\_ACEOF
1367
 
Net-SNMP configure 5.2.2
 
1368
Net-SNMP configure 5.2.3
1368
1369
generated by GNU Autoconf 2.59
1369
1370
 
1370
1371
Copyright (C) 2003 Free Software Foundation, Inc.
1378
1379
This file contains any messages produced by compilers while
1379
1380
running configure, to aid debugging if configure makes a mistake.
1380
1381
 
1381
 
It was created by Net-SNMP $as_me 5.2.2, which was
 
1382
It was created by Net-SNMP $as_me 5.2.3, which was
1382
1383
generated by GNU Autoconf 2.59.  Invocation command line was
1383
1384
 
1384
1385
  $ $0 $@
1729
1730
# save the configure arguments
1730
1731
#
1731
1732
cat >>confdefs.h <<_ACEOF
1732
 
#define CONFIGURE_OPTIONS "\"$ac_configure_args\""
 
1733
#define CONFIGURE_OPTIONS "$ac_configure_args"
1733
1734
_ACEOF
1734
1735
 
1735
 
CONFIGURE_OPTIONS="\"$ac_configure_args\""
 
1736
CONFIGURE_OPTIONS="\"$ac_configure_args"\"
1736
1737
 
1737
1738
 
1738
1739
#
1829
1830
# Check whether --enable-mini_agent or --disable-mini_agent was given.
1830
1831
if test "${enable_mini_agent+set}" = set; then
1831
1832
  enableval="$enable_mini_agent"
1832
 
  mini_agent="yes"
 
1833
 
 
1834
fi;
 
1835
if test "x$enable_mini_agent" = "xyes"; then
 
1836
    mini_agent="yes"
1833
1837
else
1834
 
  mini_agent="no"
1835
 
fi;
 
1838
    mini_agent="no"
 
1839
fi
1836
1840
 
1837
1841
# Check whether --with-mini_agent or --without-mini_agent was given.
1838
1842
if test "${with_mini_agent+set}" = set; then
3114
3118
# Check whether --enable-ucd-snmp-compatibility or --disable-ucd-snmp-compatibility was given.
3115
3119
if test "${enable_ucd_snmp_compatibility+set}" = set; then
3116
3120
  enableval="$enable_ucd_snmp_compatibility"
3117
 
  ucd_compat=yes
3118
 
else
3119
 
  ucd_compat=no
 
3121
 
3120
3122
fi;
3121
3123
 
3122
3124
# Check whether --with-ucd-snmp-compatibility or --without-ucd-snmp-compatibility was given.
3130
3132
#
3131
3133
# setup install targets
3132
3134
#
3133
 
if test "x$ucd_compat" != "xno" ; then
 
3135
if test "x$enable_ucd_snmp_compatibility" = "xyes" ; then
3134
3136
  installucdheaders=installucdheaders
3135
3137
  installucdlibs=installucdlibs
3136
3138
 
3137
3139
  cat >> configure-summary << EOF
3138
 
  UCD-SNMP compatability:     enabled
 
3140
  UCD-SNMP compatibility:     enabled
3139
3141
EOF
3140
3142
 
3141
3143
fi
5935
5937
case $host in
5936
5938
*-*-irix6*)
5937
5939
  # Find out which ABI we are using.
5938
 
  echo '#line 5938 "configure"' > conftest.$ac_ext
 
5940
  echo '#line 5940 "configure"' > conftest.$ac_ext
5939
5941
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5940
5942
  (eval $ac_compile) 2>&5
5941
5943
  ac_status=$?
6507
6509
save_CFLAGS="$CFLAGS"
6508
6510
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
6509
6511
compiler_c_o=no
6510
 
if { (eval echo configure:6510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
 
6512
if { (eval echo configure:6512: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
6511
6513
  # The compiler can only warn and ignore the option if not recognized
6512
6514
  # So say no if there are warnings
6513
6515
  if test -s out/conftest.err; then
8471
8473
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8472
8474
  lt_status=$lt_dlunknown
8473
8475
  cat > conftest.$ac_ext <<EOF
8474
 
#line 8474 "configure"
 
8476
#line 8476 "configure"
8475
8477
#include "confdefs.h"
8476
8478
 
8477
8479
#if HAVE_DLFCN_H
8569
8571
    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8570
8572
  lt_status=$lt_dlunknown
8571
8573
  cat > conftest.$ac_ext <<EOF
8572
 
#line 8572 "configure"
 
8574
#line 8574 "configure"
8573
8575
#include "confdefs.h"
8574
8576
 
8575
8577
#if HAVE_DLFCN_H
12309
12311
 
12310
12312
fi
12311
12313
 
 
12314
echo "$as_me:$LINENO: checking for uintptr_t" >&5
 
12315
echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
 
12316
if test "${ac_cv_type_uintptr_t+set}" = set; then
 
12317
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
12318
else
 
12319
  cat >conftest.$ac_ext <<_ACEOF
 
12320
/* confdefs.h.  */
 
12321
_ACEOF
 
12322
cat confdefs.h >>conftest.$ac_ext
 
12323
cat >>conftest.$ac_ext <<_ACEOF
 
12324
/* end confdefs.h.  */
 
12325
$ac_includes_default
 
12326
int
 
12327
main ()
 
12328
{
 
12329
if ((uintptr_t *) 0)
 
12330
  return 0;
 
12331
if (sizeof (uintptr_t))
 
12332
  return 0;
 
12333
  ;
 
12334
  return 0;
 
12335
}
 
12336
_ACEOF
 
12337
rm -f conftest.$ac_objext
 
12338
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12339
  (eval $ac_compile) 2>conftest.er1
 
12340
  ac_status=$?
 
12341
  grep -v '^ *+' conftest.er1 >conftest.err
 
12342
  rm -f conftest.er1
 
12343
  cat conftest.err >&5
 
12344
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12345
  (exit $ac_status); } &&
 
12346
         { ac_try='test -z "$ac_c_werror_flag"
 
12347
                         || test ! -s conftest.err'
 
12348
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12349
  (eval $ac_try) 2>&5
 
12350
  ac_status=$?
 
12351
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12352
  (exit $ac_status); }; } &&
 
12353
         { ac_try='test -s conftest.$ac_objext'
 
12354
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12355
  (eval $ac_try) 2>&5
 
12356
  ac_status=$?
 
12357
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12358
  (exit $ac_status); }; }; then
 
12359
  ac_cv_type_uintptr_t=yes
 
12360
else
 
12361
  echo "$as_me: failed program was:" >&5
 
12362
sed 's/^/| /' conftest.$ac_ext >&5
 
12363
 
 
12364
ac_cv_type_uintptr_t=no
 
12365
fi
 
12366
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
12367
fi
 
12368
echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
 
12369
echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
 
12370
if test $ac_cv_type_uintptr_t = yes; then
 
12371
 
 
12372
cat >>confdefs.h <<_ACEOF
 
12373
#define HAVE_UINTPTR_T 1
 
12374
_ACEOF
 
12375
 
 
12376
 
 
12377
fi
 
12378
echo "$as_me:$LINENO: checking for intptr_t" >&5
 
12379
echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6
 
12380
if test "${ac_cv_type_intptr_t+set}" = set; then
 
12381
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
12382
else
 
12383
  cat >conftest.$ac_ext <<_ACEOF
 
12384
/* confdefs.h.  */
 
12385
_ACEOF
 
12386
cat confdefs.h >>conftest.$ac_ext
 
12387
cat >>conftest.$ac_ext <<_ACEOF
 
12388
/* end confdefs.h.  */
 
12389
$ac_includes_default
 
12390
int
 
12391
main ()
 
12392
{
 
12393
if ((intptr_t *) 0)
 
12394
  return 0;
 
12395
if (sizeof (intptr_t))
 
12396
  return 0;
 
12397
  ;
 
12398
  return 0;
 
12399
}
 
12400
_ACEOF
 
12401
rm -f conftest.$ac_objext
 
12402
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12403
  (eval $ac_compile) 2>conftest.er1
 
12404
  ac_status=$?
 
12405
  grep -v '^ *+' conftest.er1 >conftest.err
 
12406
  rm -f conftest.er1
 
12407
  cat conftest.err >&5
 
12408
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12409
  (exit $ac_status); } &&
 
12410
         { ac_try='test -z "$ac_c_werror_flag"
 
12411
                         || test ! -s conftest.err'
 
12412
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12413
  (eval $ac_try) 2>&5
 
12414
  ac_status=$?
 
12415
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12416
  (exit $ac_status); }; } &&
 
12417
         { ac_try='test -s conftest.$ac_objext'
 
12418
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12419
  (eval $ac_try) 2>&5
 
12420
  ac_status=$?
 
12421
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12422
  (exit $ac_status); }; }; then
 
12423
  ac_cv_type_intptr_t=yes
 
12424
else
 
12425
  echo "$as_me: failed program was:" >&5
 
12426
sed 's/^/| /' conftest.$ac_ext >&5
 
12427
 
 
12428
ac_cv_type_intptr_t=no
 
12429
fi
 
12430
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
12431
fi
 
12432
echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
 
12433
echo "${ECHO_T}$ac_cv_type_intptr_t" >&6
 
12434
if test $ac_cv_type_intptr_t = yes; then
 
12435
 
 
12436
cat >>confdefs.h <<_ACEOF
 
12437
#define HAVE_INTPTR_T 1
 
12438
_ACEOF
 
12439
 
 
12440
 
 
12441
fi
 
12442
 
12312
12443
 
12313
12444
# guess IPv6 stack type.
12314
12445
if test "x$enable_ipv6" = "xyes"; then
18746
18877
 
18747
18878
 
18748
18879
 
18749
 
for ac_header in stdarg.h string.h fcntl.h limits.h sys/file.h sys/ioctl.h syslog.h unistd.h sys/dmap.h machine/pte.h xti.h sys/sockio.h sys/socket.h
 
18880
 
 
18881
for ac_header in stdarg.h string.h fcntl.h limits.h sys/file.h sys/ioctl.h syslog.h unistd.h sys/dmap.h machine/pte.h xti.h sys/sockio.h sys/socket.h sys/param.h
18750
18882
do
18751
18883
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18752
18884
if eval "test \"\${$as_ac_Header+set}\" = set"; then
18962
19094
 
18963
19095
done
18964
19096
 
18965
 
 
18966
 
 
18967
 
 
18968
 
 
18969
 
 
18970
 
 
18971
 
 
18972
 
 
18973
 
 
18974
 
 
18975
 
 
18976
 
 
18977
 
 
18978
 
 
18979
 
 
18980
 
 
18981
 
 
18982
 
 
18983
 
 
18984
 
 
18985
 
 
18986
 
 
18987
 
 
18988
 
 
18989
 
 
18990
 
 
18991
 
 
18992
 
 
18993
 
 
18994
 
 
18995
 
 
18996
 
 
18997
 
 
18998
 
 
18999
 
 
19000
 
 
19001
 
for ac_header in sys/timeout.h sys/un.h fstab.h sys/fs.h mtab.h ufs/fs.h sys/fixpoint.h machine/param.h sys/vm.h vm/vm.h sys/vmmeter.h sys/vmparam.h sys/vmmac.h sys/vmsystm.h sys/time.h sys/times.h sys/swap.h sys/statvfs.h sys/vfs.h sys/mnttab.h sys/select.h mntent.h sys/mntent.h kstat.h utsname.h sys/utsname.h sys/cdefs.h getopt.h locale.h pthread.h sys/loadavg.h regex.h linux/tasks.h pwd.h grp.h utmpx.h
 
19097
# at least OpenBSD 3.4 needs sys/param.h (MAXPATHLEN) to compile sys/swap.h
 
19098
 
 
19099
for ac_header in sys/swap.h
 
19100
do
 
19101
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
19102
echo "$as_me:$LINENO: checking for $ac_header" >&5
 
19103
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
19104
if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
19105
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19106
else
 
19107
  cat >conftest.$ac_ext <<_ACEOF
 
19108
/* confdefs.h.  */
 
19109
_ACEOF
 
19110
cat confdefs.h >>conftest.$ac_ext
 
19111
cat >>conftest.$ac_ext <<_ACEOF
 
19112
/* end confdefs.h.  */
 
19113
$ac_includes_default
 
19114
 
 
19115
#if HAVE_SYS_PARAM_H
 
19116
#include <sys/param.h>
 
19117
#endif
 
19118
 
 
19119
 
 
19120
#include <$ac_header>
 
19121
_ACEOF
 
19122
rm -f conftest.$ac_objext
 
19123
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
19124
  (eval $ac_compile) 2>conftest.er1
 
19125
  ac_status=$?
 
19126
  grep -v '^ *+' conftest.er1 >conftest.err
 
19127
  rm -f conftest.er1
 
19128
  cat conftest.err >&5
 
19129
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19130
  (exit $ac_status); } &&
 
19131
         { ac_try='test -z "$ac_c_werror_flag"
 
19132
                         || test ! -s conftest.err'
 
19133
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19134
  (eval $ac_try) 2>&5
 
19135
  ac_status=$?
 
19136
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19137
  (exit $ac_status); }; } &&
 
19138
         { ac_try='test -s conftest.$ac_objext'
 
19139
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19140
  (eval $ac_try) 2>&5
 
19141
  ac_status=$?
 
19142
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19143
  (exit $ac_status); }; }; then
 
19144
  eval "$as_ac_Header=yes"
 
19145
else
 
19146
  echo "$as_me: failed program was:" >&5
 
19147
sed 's/^/| /' conftest.$ac_ext >&5
 
19148
 
 
19149
eval "$as_ac_Header=no"
 
19150
fi
 
19151
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
19152
fi
 
19153
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
19154
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
19155
if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
19156
  cat >>confdefs.h <<_ACEOF
 
19157
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
19158
_ACEOF
 
19159
 
 
19160
fi
 
19161
 
 
19162
done
 
19163
 
 
19164
 
 
19165
 
 
19166
 
 
19167
 
 
19168
 
 
19169
 
 
19170
 
 
19171
 
 
19172
 
 
19173
 
 
19174
 
 
19175
 
 
19176
 
 
19177
 
 
19178
 
 
19179
 
 
19180
 
 
19181
 
 
19182
 
 
19183
 
 
19184
 
 
19185
 
 
19186
 
 
19187
 
 
19188
 
 
19189
 
 
19190
 
 
19191
 
 
19192
 
 
19193
 
 
19194
 
 
19195
 
 
19196
 
 
19197
 
 
19198
 
 
19199
for ac_header in sys/timeout.h sys/un.h fstab.h sys/fs.h mtab.h ufs/fs.h sys/fixpoint.h machine/param.h sys/vm.h vm/vm.h sys/vmmeter.h sys/vmparam.h sys/vmmac.h sys/vmsystm.h sys/time.h sys/times.h sys/statvfs.h sys/vfs.h sys/mnttab.h sys/select.h mntent.h sys/mntent.h kstat.h utsname.h sys/utsname.h sys/cdefs.h getopt.h locale.h pthread.h sys/loadavg.h regex.h linux/tasks.h pwd.h grp.h utmpx.h
19002
19200
do
19003
19201
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19004
19202
if eval "test \"\${$as_ac_Header+set}\" = set"; then
19360
19558
 
19361
19559
 
19362
19560
 
19363
 
 
19364
 
for ac_header in malloc.h sys/param.h net/if_dl.h sys/sysctl.h stdlib.h net/if_types.h sys/queue.h osreldate.h machine/types.h sys/user.h sys/proc.h sys/mbuf.h sys/mount.h
 
19561
for ac_header in malloc.h net/if_dl.h sys/sysctl.h stdlib.h net/if_types.h sys/queue.h osreldate.h machine/types.h sys/user.h sys/proc.h sys/mbuf.h sys/mount.h
19365
19562
do
19366
19563
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19367
19564
echo "$as_me:$LINENO: checking for $ac_header" >&5
19437
19634
 
19438
19635
 
19439
19636
 
19440
 
for ac_header in sys/conf.h netinet/tcp_fsm.h sys/protosw.h nlist.h ioctls.h asm/page.h netipx/ipx.h pci/pci.h
 
19637
 
 
19638
for ac_header in sys/conf.h netinet/tcp_fsm.h sys/protosw.h nlist.h ioctls.h asm/page.h asm/types.h netipx/ipx.h pci/pci.h
19441
19639
do
19442
19640
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19443
19641
if eval "test \"\${$as_ac_Header+set}\" = set"; then
19960
20158
done
19961
20159
 
19962
20160
# linux ethtool
 
20161
# requires special hacks to get around various problems on older linux kernels.
 
20162
# major ugh....
19963
20163
 
19964
20164
for ac_header in linux/ethtool.h
19965
20165
do
19976
20176
cat >>conftest.$ac_ext <<_ACEOF
19977
20177
/* end confdefs.h.  */
19978
20178
 
19979
 
#if HAVE_PCI_PCI_H
19980
 
#include <pci/pci.h>
19981
 
#endif
 
20179
#include <sys/types.h>
 
20180
typedef unsigned long long u64;         /* hack, so we may include kernel's ethtool.h */
 
20181
typedef __uint32_t u32;         /* ditto */
 
20182
typedef __uint16_t u16;         /* ditto */
 
20183
typedef __uint8_t u8;           /* ditto */
19982
20184
 
19983
20185
 
19984
20186
#include <$ac_header>
34151
34353
} >&5
34152
34354
cat >&5 <<_CSEOF
34153
34355
 
34154
 
This file was extended by Net-SNMP $as_me 5.2.2, which was
 
34356
This file was extended by Net-SNMP $as_me 5.2.3, which was
34155
34357
generated by GNU Autoconf 2.59.  Invocation command line was
34156
34358
 
34157
34359
  CONFIG_FILES    = $CONFIG_FILES
34214
34416
 
34215
34417
cat >>$CONFIG_STATUS <<_ACEOF
34216
34418
ac_cs_version="\\
34217
 
Net-SNMP config.status 5.2.2
 
34419
Net-SNMP config.status 5.2.3
34218
34420
configured by $0, generated by GNU Autoconf 2.59,
34219
34421
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
34220
34422