~ubuntu-branches/ubuntu/intrepid/schroot/intrepid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2006-07-08 18:33:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708183328-rlo4mpldmyoda55q
Tags: 0.99.2-2ubuntu1
* remerge ubuntu changes:
  + debian/control: libpam-dev (>> 0.79-3ubuntu6)

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.59e for schroot 0.99.0.
 
3
# Generated by GNU Autoconf 2.59e for schroot 0.99.2.
4
4
#
5
5
# Report bugs to <buildd-tools-devel@lists.alioth.debian.org>.
6
6
#
713
713
# Identity of this package.
714
714
PACKAGE_NAME='schroot'
715
715
PACKAGE_TARNAME='schroot'
716
 
PACKAGE_VERSION='0.99.0'
717
 
PACKAGE_STRING='schroot 0.99.0'
 
716
PACKAGE_VERSION='0.99.2'
 
717
PACKAGE_STRING='schroot 0.99.2'
718
718
PACKAGE_BUGREPORT='buildd-tools-devel@lists.alioth.debian.org'
719
719
 
720
 
ac_unique_file="schroot/sbuild-session.cc"
 
720
ac_unique_file="sbuild/sbuild-session.cc"
721
721
# Factoring default headers for most tests.
722
722
ac_includes_default="\
723
723
#include <stdio.h>
815
815
MAINTAINER_MODE_TRUE
816
816
MAINTAINER_MODE_FALSE
817
817
MAINT
 
818
RELEASE_DATE
818
819
BUILD_DCHROOT_TRUE
819
820
BUILD_DCHROOT_FALSE
 
821
BUILD_DCHROOT_DSA_TRUE
 
822
BUILD_DCHROOT_DSA_FALSE
 
823
BUILD_LIBDCHROOT_TRUE
 
824
BUILD_LIBDCHROOT_FALSE
820
825
CXX
821
826
CXXFLAGS
822
827
LDFLAGS
872
877
LIBINTL
873
878
LTLIBINTL
874
879
POSUB
 
880
FIND
 
881
XARGS
875
882
DOXYGEN
876
883
USE_DOXYGEN_TRUE
877
884
USE_DOXYGEN_FALSE
878
 
RUN_PARTS
879
885
PKG_CONFIG
880
886
UUID_CFLAGS
881
887
UUID_LIBS
895
901
SCHROOT_CONF
896
902
SCHROOT_CONF_SETUP_D
897
903
SCHROOT_CONF_EXEC_D
 
904
DCHROOT_CONF
898
905
LIBOBJS
899
906
LTLIBOBJS'
900
907
ac_subst_files=''
1417
1424
  # Omit some internal or obsolete options to make the list less imposing.
1418
1425
  # This message is too long to be a string in the A/UX 3.1 sh.
1419
1426
  cat <<_ACEOF
1420
 
\`configure' configures schroot 0.99.0 to adapt to many kinds of systems.
 
1427
\`configure' configures schroot 0.99.2 to adapt to many kinds of systems.
1421
1428
 
1422
1429
Usage: $0 [OPTION]... [VAR=VALUE]...
1423
1430
 
1487
1494
 
1488
1495
if test -n "$ac_init_help"; then
1489
1496
  case $ac_init_help in
1490
 
     short | recursive ) echo "Configuration of schroot 0.99.0:";;
 
1497
     short | recursive ) echo "Configuration of schroot 0.99.2:";;
1491
1498
   esac
1492
1499
  cat <<\_ACEOF
1493
1500
 
1497
1504
  --enable-maintainer-mode  enable make rules and dependencies not useful
1498
1505
                          (and sometimes confusing) to the casual installer
1499
1506
  --enable-dchroot        Enable dchroot compatibility
 
1507
  --enable-dchroot        Enable dchroot-dsa compatibility
1500
1508
  --enable-debug          Enable debugging messages
1501
1509
  --disable-dependency-tracking  speeds up one-time build
1502
1510
  --enable-dependency-tracking   do not reject slow dependency extractors
1604
1612
test -n "$ac_init_help" && exit $ac_status
1605
1613
if $ac_init_version; then
1606
1614
  cat <<\_ACEOF
1607
 
schroot configure 0.99.0
 
1615
schroot configure 0.99.2
1608
1616
generated by GNU Autoconf 2.59e
1609
1617
 
1610
1618
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1618
1626
This file contains any messages produced by compilers while
1619
1627
running configure, to aid debugging if configure makes a mistake.
1620
1628
 
1621
 
It was created by schroot $as_me 0.99.0, which was
 
1629
It was created by schroot $as_me 0.99.2, which was
1622
1630
generated by GNU Autoconf 2.59e.  Invocation command line was
1623
1631
 
1624
1632
  $ $0 $@
2005
2013
 
2006
2014
ac_config_headers="$ac_config_headers config.h"
2007
2015
 
2008
 
ac_config_headers="$ac_config_headers schroot/sbuild-config.h"
 
2016
ac_config_headers="$ac_config_headers sbuild/sbuild-config.h"
2009
2017
 
2010
2018
 
2011
2019
am__api_version="1.9"
2294
2302
 
2295
2303
# Define the identity of the package.
2296
2304
 PACKAGE='schroot'
2297
 
 VERSION='0.99.0'
 
2305
 VERSION='0.99.2'
2298
2306
 
2299
2307
 
2300
2308
cat >>confdefs.h <<_ACEOF
2546
2554
 
2547
2555
 
2548
2556
 
 
2557
cat >>confdefs.h <<_ACEOF
 
2558
#define RELEASE_DATE 1152208656
 
2559
_ACEOF
 
2560
 
 
2561
RELEASE_DATE="06 Jul 2006"
 
2562
 
 
2563
 
2549
2564
{ echo "$as_me:$LINENO: checking whether to enable dchroot compatibility" >&5
2550
2565
echo $ECHO_N "checking whether to enable dchroot compatibility... $ECHO_C" >&6; }
2551
2566
enable_dchroot_compat="no"
2576
2591
fi
2577
2592
 
2578
2593
 
 
2594
{ echo "$as_me:$LINENO: checking whether to enable dchroot-dsa compatibility" >&5
 
2595
echo $ECHO_N "checking whether to enable dchroot-dsa compatibility... $ECHO_C" >&6; }
 
2596
enable_dchroot_dsa_compat="no"
 
2597
# Check whether --enable-dchroot-dsa was given.
 
2598
if test "${enable_dchroot_dsa+set}" = set; then
 
2599
  enableval=$enable_dchroot_dsa;  case "${enableval}" in
 
2600
                yes) enable_dchroot_dsa_compat="yes" ;;
 
2601
                no)  enable_dchroot_dsa_compat="no" ;;
 
2602
                unset)  enable_dchroot_dsa_compat="no" ;;
 
2603
                *) { echo "$as_me:$LINENO: result: unknown" >&5
 
2604
echo "${ECHO_T}unknown" >&6; }
 
2605
                   { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-dchroot-dsa" >&5
 
2606
echo "$as_me: error: bad value ${enableval} for --enable-dchroot-dsa" >&2;}
 
2607
   { (exit 1); exit 1; }; } ;;
 
2608
                esac
 
2609
fi
 
2610
 
 
2611
{ echo "$as_me:$LINENO: result: $enable_dchroot_dsa_compat" >&5
 
2612
echo "${ECHO_T}$enable_dchroot_dsa_compat" >&6; }
 
2613
 
 
2614
 
 
2615
if test "$enable_dchroot_dsa_compat" = "yes"; then
 
2616
  BUILD_DCHROOT_DSA_TRUE=
 
2617
  BUILD_DCHROOT_DSA_FALSE='#'
 
2618
else
 
2619
  BUILD_DCHROOT_DSA_TRUE='#'
 
2620
  BUILD_DCHROOT_DSA_FALSE=
 
2621
fi
 
2622
 
 
2623
 
 
2624
 
 
2625
if test "$enable_dchroot_compat" = "yes" || test "$enable_dchroot_dsa_compat" = "yes"; then
 
2626
  BUILD_LIBDCHROOT_TRUE=
 
2627
  BUILD_LIBDCHROOT_FALSE='#'
 
2628
else
 
2629
  BUILD_LIBDCHROOT_TRUE='#'
 
2630
  BUILD_LIBDCHROOT_FALSE=
 
2631
fi
 
2632
 
 
2633
 
 
2634
 
2579
2635
{ echo "$as_me:$LINENO: checking whether to enable debugging messages" >&5
2580
2636
echo $ECHO_N "checking whether to enable debugging messages... $ECHO_C" >&6; }
2581
2637
enable_debug="no"
5117
5173
  ;;
5118
5174
*-*-irix6*)
5119
5175
  # Find out which ABI we are using.
5120
 
  echo '#line 5120 "configure"' > conftest.$ac_ext
 
5176
  echo '#line 5176 "configure"' > conftest.$ac_ext
5121
5177
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5122
5178
  (eval $ac_compile) 2>&5
5123
5179
  ac_status=$?
7540
7596
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7541
7597
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7542
7598
   -e 's:$: $lt_compiler_flag:'`
7543
 
   (eval echo "\"\$as_me:7543: $lt_compile\"" >&5)
 
7599
   (eval echo "\"\$as_me:7599: $lt_compile\"" >&5)
7544
7600
   (eval "$lt_compile" 2>conftest.err)
7545
7601
   ac_status=$?
7546
7602
   cat conftest.err >&5
7547
 
   echo "$as_me:7547: \$? = $ac_status" >&5
 
7603
   echo "$as_me:7603: \$? = $ac_status" >&5
7548
7604
   if (exit $ac_status) && test -s "$ac_outfile"; then
7549
7605
     # The compiler can only warn and ignore the option if not recognized
7550
7606
     # So say no if there are warnings other than the usual output.
7808
7864
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7809
7865
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7810
7866
   -e 's:$: $lt_compiler_flag:'`
7811
 
   (eval echo "\"\$as_me:7811: $lt_compile\"" >&5)
 
7867
   (eval echo "\"\$as_me:7867: $lt_compile\"" >&5)
7812
7868
   (eval "$lt_compile" 2>conftest.err)
7813
7869
   ac_status=$?
7814
7870
   cat conftest.err >&5
7815
 
   echo "$as_me:7815: \$? = $ac_status" >&5
 
7871
   echo "$as_me:7871: \$? = $ac_status" >&5
7816
7872
   if (exit $ac_status) && test -s "$ac_outfile"; then
7817
7873
     # The compiler can only warn and ignore the option if not recognized
7818
7874
     # So say no if there are warnings other than the usual output.
7912
7968
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7913
7969
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7914
7970
   -e 's:$: $lt_compiler_flag:'`
7915
 
   (eval echo "\"\$as_me:7915: $lt_compile\"" >&5)
 
7971
   (eval echo "\"\$as_me:7971: $lt_compile\"" >&5)
7916
7972
   (eval "$lt_compile" 2>out/conftest.err)
7917
7973
   ac_status=$?
7918
7974
   cat out/conftest.err >&5
7919
 
   echo "$as_me:7919: \$? = $ac_status" >&5
 
7975
   echo "$as_me:7975: \$? = $ac_status" >&5
7920
7976
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7921
7977
   then
7922
7978
     # The compiler can only warn and ignore the option if not recognized
10353
10409
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10354
10410
  lt_status=$lt_dlunknown
10355
10411
  cat > conftest.$ac_ext <<EOF
10356
 
#line 10356 "configure"
 
10412
#line 10412 "configure"
10357
10413
#include "confdefs.h"
10358
10414
 
10359
10415
#if HAVE_DLFCN_H
10453
10509
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10454
10510
  lt_status=$lt_dlunknown
10455
10511
  cat > conftest.$ac_ext <<EOF
10456
 
#line 10456 "configure"
 
10512
#line 10512 "configure"
10457
10513
#include "confdefs.h"
10458
10514
 
10459
10515
#if HAVE_DLFCN_H
12821
12877
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12822
12878
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12823
12879
   -e 's:$: $lt_compiler_flag:'`
12824
 
   (eval echo "\"\$as_me:12824: $lt_compile\"" >&5)
 
12880
   (eval echo "\"\$as_me:12880: $lt_compile\"" >&5)
12825
12881
   (eval "$lt_compile" 2>conftest.err)
12826
12882
   ac_status=$?
12827
12883
   cat conftest.err >&5
12828
 
   echo "$as_me:12828: \$? = $ac_status" >&5
 
12884
   echo "$as_me:12884: \$? = $ac_status" >&5
12829
12885
   if (exit $ac_status) && test -s "$ac_outfile"; then
12830
12886
     # The compiler can only warn and ignore the option if not recognized
12831
12887
     # So say no if there are warnings other than the usual output.
12925
12981
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12926
12982
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12927
12983
   -e 's:$: $lt_compiler_flag:'`
12928
 
   (eval echo "\"\$as_me:12928: $lt_compile\"" >&5)
 
12984
   (eval echo "\"\$as_me:12984: $lt_compile\"" >&5)
12929
12985
   (eval "$lt_compile" 2>out/conftest.err)
12930
12986
   ac_status=$?
12931
12987
   cat out/conftest.err >&5
12932
 
   echo "$as_me:12932: \$? = $ac_status" >&5
 
12988
   echo "$as_me:12988: \$? = $ac_status" >&5
12933
12989
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12934
12990
   then
12935
12991
     # The compiler can only warn and ignore the option if not recognized
14486
14542
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14487
14543
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14488
14544
   -e 's:$: $lt_compiler_flag:'`
14489
 
   (eval echo "\"\$as_me:14489: $lt_compile\"" >&5)
 
14545
   (eval echo "\"\$as_me:14545: $lt_compile\"" >&5)
14490
14546
   (eval "$lt_compile" 2>conftest.err)
14491
14547
   ac_status=$?
14492
14548
   cat conftest.err >&5
14493
 
   echo "$as_me:14493: \$? = $ac_status" >&5
 
14549
   echo "$as_me:14549: \$? = $ac_status" >&5
14494
14550
   if (exit $ac_status) && test -s "$ac_outfile"; then
14495
14551
     # The compiler can only warn and ignore the option if not recognized
14496
14552
     # So say no if there are warnings other than the usual output.
14590
14646
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14591
14647
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14592
14648
   -e 's:$: $lt_compiler_flag:'`
14593
 
   (eval echo "\"\$as_me:14593: $lt_compile\"" >&5)
 
14649
   (eval echo "\"\$as_me:14649: $lt_compile\"" >&5)
14594
14650
   (eval "$lt_compile" 2>out/conftest.err)
14595
14651
   ac_status=$?
14596
14652
   cat out/conftest.err >&5
14597
 
   echo "$as_me:14597: \$? = $ac_status" >&5
 
14653
   echo "$as_me:14653: \$? = $ac_status" >&5
14598
14654
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14599
14655
   then
14600
14656
     # The compiler can only warn and ignore the option if not recognized
16809
16865
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16810
16866
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16811
16867
   -e 's:$: $lt_compiler_flag:'`
16812
 
   (eval echo "\"\$as_me:16812: $lt_compile\"" >&5)
 
16868
   (eval echo "\"\$as_me:16868: $lt_compile\"" >&5)
16813
16869
   (eval "$lt_compile" 2>conftest.err)
16814
16870
   ac_status=$?
16815
16871
   cat conftest.err >&5
16816
 
   echo "$as_me:16816: \$? = $ac_status" >&5
 
16872
   echo "$as_me:16872: \$? = $ac_status" >&5
16817
16873
   if (exit $ac_status) && test -s "$ac_outfile"; then
16818
16874
     # The compiler can only warn and ignore the option if not recognized
16819
16875
     # So say no if there are warnings other than the usual output.
17077
17133
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17078
17134
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17079
17135
   -e 's:$: $lt_compiler_flag:'`
17080
 
   (eval echo "\"\$as_me:17080: $lt_compile\"" >&5)
 
17136
   (eval echo "\"\$as_me:17136: $lt_compile\"" >&5)
17081
17137
   (eval "$lt_compile" 2>conftest.err)
17082
17138
   ac_status=$?
17083
17139
   cat conftest.err >&5
17084
 
   echo "$as_me:17084: \$? = $ac_status" >&5
 
17140
   echo "$as_me:17140: \$? = $ac_status" >&5
17085
17141
   if (exit $ac_status) && test -s "$ac_outfile"; then
17086
17142
     # The compiler can only warn and ignore the option if not recognized
17087
17143
     # So say no if there are warnings other than the usual output.
17181
17237
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17182
17238
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17183
17239
   -e 's:$: $lt_compiler_flag:'`
17184
 
   (eval echo "\"\$as_me:17184: $lt_compile\"" >&5)
 
17240
   (eval echo "\"\$as_me:17240: $lt_compile\"" >&5)
17185
17241
   (eval "$lt_compile" 2>out/conftest.err)
17186
17242
   ac_status=$?
17187
17243
   cat out/conftest.err >&5
17188
 
   echo "$as_me:17188: \$? = $ac_status" >&5
 
17244
   echo "$as_me:17244: \$? = $ac_status" >&5
17189
17245
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17190
17246
   then
17191
17247
     # The compiler can only warn and ignore the option if not recognized
21841
21897
 
21842
21898
 
21843
21899
 
 
21900
# Extract the first word of "find", so it can be a program name with args.
 
21901
set dummy find; ac_word=$2
 
21902
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21903
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21904
if test "${ac_cv_path_FIND+set}" = set; then
 
21905
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21906
else
 
21907
  case $FIND in
 
21908
  [\\/]* | ?:[\\/]*)
 
21909
  ac_cv_path_FIND="$FIND" # Let the user override the test with a path.
 
21910
  ;;
 
21911
  *)
 
21912
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21913
for as_dir in $PATH
 
21914
do
 
21915
  IFS=$as_save_IFS
 
21916
  test -z "$as_dir" && as_dir=.
 
21917
  for ac_exec_ext in '' $ac_executable_extensions; do
 
21918
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21919
    ac_cv_path_FIND="$as_dir/$ac_word$ac_exec_ext"
 
21920
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21921
    break 2
 
21922
  fi
 
21923
done
 
21924
done
 
21925
IFS=$as_save_IFS
 
21926
 
 
21927
  ;;
 
21928
esac
 
21929
fi
 
21930
FIND=$ac_cv_path_FIND
 
21931
if test -n "$FIND"; then
 
21932
  { echo "$as_me:$LINENO: result: $FIND" >&5
 
21933
echo "${ECHO_T}$FIND" >&6; }
 
21934
else
 
21935
  { echo "$as_me:$LINENO: result: no" >&5
 
21936
echo "${ECHO_T}no" >&6; }
 
21937
fi
 
21938
 
 
21939
 
 
21940
# Extract the first word of "xargs", so it can be a program name with args.
 
21941
set dummy xargs; ac_word=$2
 
21942
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21943
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21944
if test "${ac_cv_path_XARGS+set}" = set; then
 
21945
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21946
else
 
21947
  case $XARGS in
 
21948
  [\\/]* | ?:[\\/]*)
 
21949
  ac_cv_path_XARGS="$XARGS" # Let the user override the test with a path.
 
21950
  ;;
 
21951
  *)
 
21952
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21953
for as_dir in $PATH
 
21954
do
 
21955
  IFS=$as_save_IFS
 
21956
  test -z "$as_dir" && as_dir=.
 
21957
  for ac_exec_ext in '' $ac_executable_extensions; do
 
21958
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21959
    ac_cv_path_XARGS="$as_dir/$ac_word$ac_exec_ext"
 
21960
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21961
    break 2
 
21962
  fi
 
21963
done
 
21964
done
 
21965
IFS=$as_save_IFS
 
21966
 
 
21967
  ;;
 
21968
esac
 
21969
fi
 
21970
XARGS=$ac_cv_path_XARGS
 
21971
if test -n "$XARGS"; then
 
21972
  { echo "$as_me:$LINENO: result: $XARGS" >&5
 
21973
echo "${ECHO_T}$XARGS" >&6; }
 
21974
else
 
21975
  { echo "$as_me:$LINENO: result: no" >&5
 
21976
echo "${ECHO_T}no" >&6; }
 
21977
fi
 
21978
 
 
21979
 
21844
21980
# Extract the first word of "doxygen", so it can be a program name with args.
21845
21981
set dummy doxygen; ac_word=$2
21846
21982
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21891
22027
  USE_DOXYGEN_FALSE=
21892
22028
fi
21893
22029
 
21894
 
# Extract the first word of "run-parts", so it can be a program name with args.
21895
 
set dummy run-parts; ac_word=$2
21896
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21897
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21898
 
if test "${ac_cv_path_RUN_PARTS+set}" = set; then
21899
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21900
 
else
21901
 
  case $RUN_PARTS in
21902
 
  [\\/]* | ?:[\\/]*)
21903
 
  ac_cv_path_RUN_PARTS="$RUN_PARTS" # Let the user override the test with a path.
21904
 
  ;;
21905
 
  *)
21906
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21907
 
for as_dir in $PATH
21908
 
do
21909
 
  IFS=$as_save_IFS
21910
 
  test -z "$as_dir" && as_dir=.
21911
 
  for ac_exec_ext in '' $ac_executable_extensions; do
21912
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
21913
 
    ac_cv_path_RUN_PARTS="$as_dir/$ac_word$ac_exec_ext"
21914
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21915
 
    break 2
21916
 
  fi
21917
 
done
21918
 
done
21919
 
IFS=$as_save_IFS
21920
 
 
21921
 
  ;;
21922
 
esac
21923
 
fi
21924
 
RUN_PARTS=$ac_cv_path_RUN_PARTS
21925
 
if test -n "$RUN_PARTS"; then
21926
 
  { echo "$as_me:$LINENO: result: $RUN_PARTS" >&5
21927
 
echo "${ECHO_T}$RUN_PARTS" >&6; }
21928
 
else
21929
 
  { echo "$as_me:$LINENO: result: no" >&5
21930
 
echo "${ECHO_T}no" >&6; }
21931
 
fi
21932
 
 
21933
 
 
21934
 
 
21935
 
 
21936
 
cat >>confdefs.h <<_ACEOF
21937
 
#define RUN_PARTS "$RUN_PARTS"
21938
 
_ACEOF
21939
 
 
21940
22030
# Checks for libraries.
21941
22031
 
21942
22032
 
23768
23858
  (exit $ac_status); }; }; then
23769
23859
  { echo "$as_me:$LINENO: result: yes" >&5
23770
23860
echo "${ECHO_T}yes" >&6; }
23771
 
                BOOST_LIBS="-lboost_program_options"
 
23861
                BOOST_LIBS="${BOOST_LIBS} -lboost_program_options"
23772
23862
else
23773
23863
  echo "$as_me: failed program was:" >&5
23774
23864
sed 's/^/| /' conftest.$ac_ext >&5
23786
23876
      conftest$ac_exeext conftest.$ac_ext
23787
23877
LDFLAGS="${saved_ldflags}"
23788
23878
 
 
23879
{ echo "$as_me:$LINENO: checking for boost::regex in -lboost_regex" >&5
 
23880
echo $ECHO_N "checking for boost::regex in -lboost_regex... $ECHO_C" >&6; }
 
23881
saved_ldflags="${LDFLAGS}"
 
23882
LDFLAGS="${LDFLAGS} -lboost_regex"
 
23883
cat >conftest.$ac_ext <<_ACEOF
 
23884
/* confdefs.h.  */
 
23885
_ACEOF
 
23886
cat confdefs.h >>conftest.$ac_ext
 
23887
cat >>conftest.$ac_ext <<_ACEOF
 
23888
/* end confdefs.h.  */
 
23889
#include <boost/regex.hpp>
 
23890
int
 
23891
main ()
 
23892
{
 
23893
boost::regex("^foobar$")
 
23894
  ;
 
23895
  return 0;
 
23896
}
 
23897
_ACEOF
 
23898
rm -f conftest.$ac_objext conftest$ac_exeext
 
23899
if { (ac_try="$ac_link"
 
23900
case "(($ac_try" in
 
23901
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23902
  *) ac_try_echo=$ac_try;;
 
23903
esac
 
23904
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
23905
  (eval "$ac_link") 2>conftest.er1
 
23906
  ac_status=$?
 
23907
  grep -v '^ *+' conftest.er1 >conftest.err
 
23908
  rm -f conftest.er1
 
23909
  cat conftest.err >&5
 
23910
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23911
  (exit $ac_status); } &&
 
23912
         { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
 
23913
  { (case "(($ac_try" in
 
23914
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23915
  *) ac_try_echo=$ac_try;;
 
23916
esac
 
23917
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
23918
  (eval "$ac_try") 2>&5
 
23919
  ac_status=$?
 
23920
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23921
  (exit $ac_status); }; } &&
 
23922
         { ac_try='test -s conftest$ac_exeext'
 
23923
  { (case "(($ac_try" in
 
23924
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23925
  *) ac_try_echo=$ac_try;;
 
23926
esac
 
23927
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
23928
  (eval "$ac_try") 2>&5
 
23929
  ac_status=$?
 
23930
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23931
  (exit $ac_status); }; }; then
 
23932
  { echo "$as_me:$LINENO: result: yes" >&5
 
23933
echo "${ECHO_T}yes" >&6; }
 
23934
                BOOST_LIBS="${BOOST_LIBS} -lboost_regex"
 
23935
else
 
23936
  echo "$as_me: failed program was:" >&5
 
23937
sed 's/^/| /' conftest.$ac_ext >&5
 
23938
 
 
23939
        { echo "$as_me:$LINENO: result: no" >&5
 
23940
echo "${ECHO_T}no" >&6; }
 
23941
                { { echo "$as_me:$LINENO: error: libboost_regex (Boost C++ Libraries) is not installed, but is required by schroot
 
23942
See \`config.log' for more details." >&5
 
23943
echo "$as_me: error: libboost_regex (Boost C++ Libraries) is not installed, but is required by schroot
 
23944
See \`config.log' for more details." >&2;}
 
23945
   { (exit 1); exit 1; }; }
 
23946
fi
 
23947
 
 
23948
rm -f conftest.err conftest.$ac_objext \
 
23949
      conftest$ac_exeext conftest.$ac_ext
 
23950
LDFLAGS="${saved_ldflags}"
 
23951
 
 
23952
 
23789
23953
 
23790
23954
{ echo "$as_me:$LINENO: checking __gnu_cxx::stdio_filebuf construction semantics" >&5
23791
23955
echo $ECHO_N "checking __gnu_cxx::stdio_filebuf construction semantics... $ECHO_C" >&6; }
24092
24256
_ACEOF
24093
24257
 
24094
24258
 
 
24259
if test "x${sysconfdir}" = 'x${prefix}/etc'; then
 
24260
  if test "x${prefix}" = "xNONE"; then
 
24261
    DCHROOT_SYSCONF_DIR="${ac_default_prefix}/etc"
 
24262
  else
 
24263
    DCHROOT_SYSCONF_DIR="${prefix}/etc"
 
24264
  fi
 
24265
else
 
24266
  DCHROOT_SYSCONF_DIR="${sysconfdir}"
 
24267
fi
 
24268
 
 
24269
DCHROOT_CONF="${DCHROOT_SYSCONF_DIR}/dchroot.conf"
 
24270
 
 
24271
 
 
24272
 
 
24273
 
 
24274
cat >>confdefs.h <<_ACEOF
 
24275
#define DCHROOT_CONF "$DCHROOT_CONF"
 
24276
_ACEOF
 
24277
 
 
24278
 
24095
24279
ac_config_files="$ac_config_files doc/Makefile"
24096
24280
 
24097
24281
ac_config_files="$ac_config_files doc/schroot.dox"
24098
24282
 
24099
24283
ac_config_files="$ac_config_files po/Makefile.in"
24100
24284
 
 
24285
ac_config_files="$ac_config_files sbuild/Makefile"
 
24286
 
24101
24287
ac_config_files="$ac_config_files schroot/Makefile"
24102
24288
 
24103
24289
ac_config_files="$ac_config_files schroot/pam/Makefile"
24106
24292
 
24107
24293
ac_config_files="$ac_config_files schroot/setup/Makefile"
24108
24294
 
24109
 
ac_config_files="$ac_config_files schroot/dchroot.1"
24110
 
 
24111
24295
ac_config_files="$ac_config_files schroot/schroot.1"
24112
24296
 
24113
24297
ac_config_files="$ac_config_files schroot/schroot-setup.5"
24114
24298
 
24115
24299
ac_config_files="$ac_config_files schroot/schroot.conf.5"
24116
24300
 
 
24301
ac_config_files="$ac_config_files dchroot/Makefile"
 
24302
 
 
24303
ac_config_files="$ac_config_files dchroot/dchroot.1"
 
24304
 
 
24305
ac_config_files="$ac_config_files dchroot-dsa/Makefile"
 
24306
 
 
24307
ac_config_files="$ac_config_files dchroot-dsa/dchroot-dsa.1"
 
24308
 
24117
24309
ac_config_files="$ac_config_files test/Makefile"
24118
24310
 
24119
24311
ac_config_files="$ac_config_files Makefile"
24228
24420
Usually this means the macro was only invoked conditionally." >&2;}
24229
24421
   { (exit 1); exit 1; }; }
24230
24422
fi
 
24423
if test -z "${BUILD_DCHROOT_DSA_TRUE}" && test -z "${BUILD_DCHROOT_DSA_FALSE}"; then
 
24424
  { { echo "$as_me:$LINENO: error: conditional \"BUILD_DCHROOT_DSA\" was never defined.
 
24425
Usually this means the macro was only invoked conditionally." >&5
 
24426
echo "$as_me: error: conditional \"BUILD_DCHROOT_DSA\" was never defined.
 
24427
Usually this means the macro was only invoked conditionally." >&2;}
 
24428
   { (exit 1); exit 1; }; }
 
24429
fi
 
24430
if test -z "${BUILD_LIBDCHROOT_TRUE}" && test -z "${BUILD_LIBDCHROOT_FALSE}"; then
 
24431
  { { echo "$as_me:$LINENO: error: conditional \"BUILD_LIBDCHROOT\" was never defined.
 
24432
Usually this means the macro was only invoked conditionally." >&5
 
24433
echo "$as_me: error: conditional \"BUILD_LIBDCHROOT\" was never defined.
 
24434
Usually this means the macro was only invoked conditionally." >&2;}
 
24435
   { (exit 1); exit 1; }; }
 
24436
fi
24231
24437
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
24232
24438
  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
24233
24439
Usually this means the macro was only invoked conditionally." >&5
24550
24756
# report actual input values of CONFIG_FILES etc. instead of their
24551
24757
# values after options handling.
24552
24758
ac_log="
24553
 
This file was extended by schroot $as_me 0.99.0, which was
 
24759
This file was extended by schroot $as_me 0.99.2, which was
24554
24760
generated by GNU Autoconf 2.59e.  Invocation command line was
24555
24761
 
24556
24762
  CONFIG_FILES    = $CONFIG_FILES
24603
24809
_ACEOF
24604
24810
cat >>$CONFIG_STATUS <<_ACEOF
24605
24811
ac_cs_version="\\
24606
 
schroot config.status 0.99.0
 
24812
schroot config.status 0.99.2
24607
24813
configured by $0, generated by GNU Autoconf 2.59e,
24608
24814
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24609
24815
 
24724
24930
do
24725
24931
  case $ac_config_target in
24726
24932
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
24727
 
    "schroot/sbuild-config.h") CONFIG_HEADERS="$CONFIG_HEADERS schroot/sbuild-config.h" ;;
 
24933
    "sbuild/sbuild-config.h") CONFIG_HEADERS="$CONFIG_HEADERS sbuild/sbuild-config.h" ;;
24728
24934
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
24729
24935
    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
24730
24936
    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
24731
24937
    "doc/schroot.dox") CONFIG_FILES="$CONFIG_FILES doc/schroot.dox" ;;
24732
24938
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
 
24939
    "sbuild/Makefile") CONFIG_FILES="$CONFIG_FILES sbuild/Makefile" ;;
24733
24940
    "schroot/Makefile") CONFIG_FILES="$CONFIG_FILES schroot/Makefile" ;;
24734
24941
    "schroot/pam/Makefile") CONFIG_FILES="$CONFIG_FILES schroot/pam/Makefile" ;;
24735
24942
    "schroot/exec/Makefile") CONFIG_FILES="$CONFIG_FILES schroot/exec/Makefile" ;;
24736
24943
    "schroot/setup/Makefile") CONFIG_FILES="$CONFIG_FILES schroot/setup/Makefile" ;;
24737
 
    "schroot/dchroot.1") CONFIG_FILES="$CONFIG_FILES schroot/dchroot.1" ;;
24738
24944
    "schroot/schroot.1") CONFIG_FILES="$CONFIG_FILES schroot/schroot.1" ;;
24739
24945
    "schroot/schroot-setup.5") CONFIG_FILES="$CONFIG_FILES schroot/schroot-setup.5" ;;
24740
24946
    "schroot/schroot.conf.5") CONFIG_FILES="$CONFIG_FILES schroot/schroot.conf.5" ;;
 
24947
    "dchroot/Makefile") CONFIG_FILES="$CONFIG_FILES dchroot/Makefile" ;;
 
24948
    "dchroot/dchroot.1") CONFIG_FILES="$CONFIG_FILES dchroot/dchroot.1" ;;
 
24949
    "dchroot-dsa/Makefile") CONFIG_FILES="$CONFIG_FILES dchroot-dsa/Makefile" ;;
 
24950
    "dchroot-dsa/dchroot-dsa.1") CONFIG_FILES="$CONFIG_FILES dchroot-dsa/dchroot-dsa.1" ;;
24741
24951
    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
24742
24952
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24743
24953
 
24863
25073
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
24864
25074
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
24865
25075
MAINT!$MAINT$ac_delim
 
25076
RELEASE_DATE!$RELEASE_DATE$ac_delim
24866
25077
BUILD_DCHROOT_TRUE!$BUILD_DCHROOT_TRUE$ac_delim
24867
25078
BUILD_DCHROOT_FALSE!$BUILD_DCHROOT_FALSE$ac_delim
 
25079
BUILD_DCHROOT_DSA_TRUE!$BUILD_DCHROOT_DSA_TRUE$ac_delim
 
25080
BUILD_DCHROOT_DSA_FALSE!$BUILD_DCHROOT_DSA_FALSE$ac_delim
 
25081
BUILD_LIBDCHROOT_TRUE!$BUILD_LIBDCHROOT_TRUE$ac_delim
 
25082
BUILD_LIBDCHROOT_FALSE!$BUILD_LIBDCHROOT_FALSE$ac_delim
24868
25083
CXX!$CXX$ac_delim
24869
25084
CXXFLAGS!$CXXFLAGS$ac_delim
24870
25085
LDFLAGS!$LDFLAGS$ac_delim
24894
25109
ac_ct_CC!$ac_ct_CC$ac_delim
24895
25110
CCDEPMODE!$CCDEPMODE$ac_delim
24896
25111
am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 
25112
_ACEOF
 
25113
 
 
25114
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
25115
    break
 
25116
  elif $ac_last_try; then
 
25117
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
25118
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
25119
   { (exit 1); exit 1; }; }
 
25120
  else
 
25121
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
25122
  fi
 
25123
done
 
25124
 
 
25125
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
25126
if test -n "$ac_eof"; then
 
25127
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
25128
  ac_eof=`expr $ac_eof + 1`
 
25129
fi
 
25130
 
 
25131
cat >>$CONFIG_STATUS <<_ACEOF
 
25132
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
25133
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
25134
_ACEOF
 
25135
sed '
 
25136
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
25137
s/^/s,@/; s/!/@,|#_!!_#|/
 
25138
:n
 
25139
t n
 
25140
s/'"$ac_delim"'$/,g/; t
 
25141
s/$/\\/; p
 
25142
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
25143
' >>$CONFIG_STATUS <conf$$subs.sed
 
25144
rm -f conf$$subs.sed
 
25145
cat >>$CONFIG_STATUS <<_ACEOF
 
25146
CEOF$ac_eof
 
25147
_ACEOF
 
25148
 
 
25149
 
 
25150
ac_delim='%!_!# '
 
25151
for ac_last_try in false false false false false :; do
 
25152
  cat >conf$$subs.sed <<_ACEOF
24897
25153
am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
24898
25154
GREP!$GREP$ac_delim
24899
25155
EGREP!$EGREP$ac_delim
24900
25156
LN_S!$LN_S$ac_delim
24901
25157
ECHO!$ECHO$ac_delim
24902
 
_ACEOF
24903
 
 
24904
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
24905
 
    break
24906
 
  elif $ac_last_try; then
24907
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24908
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24909
 
   { (exit 1); exit 1; }; }
24910
 
  else
24911
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24912
 
  fi
24913
 
done
24914
 
 
24915
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24916
 
if test -n "$ac_eof"; then
24917
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24918
 
  ac_eof=`expr $ac_eof + 1`
24919
 
fi
24920
 
 
24921
 
cat >>$CONFIG_STATUS <<_ACEOF
24922
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24923
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24924
 
_ACEOF
24925
 
sed '
24926
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24927
 
s/^/s,@/; s/!/@,|#_!!_#|/
24928
 
:n
24929
 
t n
24930
 
s/'"$ac_delim"'$/,g/; t
24931
 
s/$/\\/; p
24932
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24933
 
' >>$CONFIG_STATUS <conf$$subs.sed
24934
 
rm -f conf$$subs.sed
24935
 
cat >>$CONFIG_STATUS <<_ACEOF
24936
 
CEOF$ac_eof
24937
 
_ACEOF
24938
 
 
24939
 
 
24940
 
ac_delim='%!_!# '
24941
 
for ac_last_try in false false false false false :; do
24942
 
  cat >conf$$subs.sed <<_ACEOF
24943
25158
AR!$AR$ac_delim
24944
25159
RANLIB!$RANLIB$ac_delim
24945
25160
CPP!$CPP$ac_delim
24961
25176
LIBINTL!$LIBINTL$ac_delim
24962
25177
LTLIBINTL!$LTLIBINTL$ac_delim
24963
25178
POSUB!$POSUB$ac_delim
 
25179
FIND!$FIND$ac_delim
 
25180
XARGS!$XARGS$ac_delim
24964
25181
DOXYGEN!$DOXYGEN$ac_delim
24965
25182
USE_DOXYGEN_TRUE!$USE_DOXYGEN_TRUE$ac_delim
24966
25183
USE_DOXYGEN_FALSE!$USE_DOXYGEN_FALSE$ac_delim
24967
 
RUN_PARTS!$RUN_PARTS$ac_delim
24968
25184
PKG_CONFIG!$PKG_CONFIG$ac_delim
24969
25185
UUID_CFLAGS!$UUID_CFLAGS$ac_delim
24970
25186
UUID_LIBS!$UUID_LIBS$ac_delim
24984
25200
SCHROOT_CONF!$SCHROOT_CONF$ac_delim
24985
25201
SCHROOT_CONF_SETUP_D!$SCHROOT_CONF_SETUP_D$ac_delim
24986
25202
SCHROOT_CONF_EXEC_D!$SCHROOT_CONF_EXEC_D$ac_delim
 
25203
DCHROOT_CONF!$DCHROOT_CONF$ac_delim
24987
25204
LIBOBJS!$LIBOBJS$ac_delim
24988
25205
LTLIBOBJS!$LTLIBOBJS$ac_delim
24989
25206
_ACEOF
24990
25207
 
24991
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 46; then
 
25208
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then
24992
25209
    break
24993
25210
  elif $ac_last_try; then
24994
25211
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5