~ubuntu-branches/ubuntu/hardy/libdebian-installer/hardy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Thiemo Seufer
  • Date: 2006-11-22 15:59:38 UTC
  • Revision ID: james.westby@ubuntu.com-20061122155938-7pm7u6s56sih9yve
Tags: 0.47
Fix FTBFS on mips/mipsel.

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 libdebian-installer 0.43.
 
3
# Generated by GNU Autoconf 2.60a for libdebian-installer 0.47.
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.
230
230
 
231
231
 
232
232
      for as_shell in $as_candidate_shells $SHELL; do
233
 
         # Try only shells which exist, to save several forks.
234
 
         if test -f "$as_shell" &&
 
233
         # Try only shells that exist, to save several forks.
 
234
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
235
235
                { ("$as_shell") 2> /dev/null <<\_ASEOF
236
236
# Be Bourne compatible
237
237
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
711
711
# Identity of this package.
712
712
PACKAGE_NAME='libdebian-installer'
713
713
PACKAGE_TARNAME='libdebian-installer'
714
 
PACKAGE_VERSION='0.43'
715
 
PACKAGE_STRING='libdebian-installer 0.43'
 
714
PACKAGE_VERSION='0.47'
 
715
PACKAGE_STRING='libdebian-installer 0.47'
716
716
PACKAGE_BUGREPORT=''
717
717
 
718
718
# Factoring default headers for most tests.
719
719
ac_includes_default="\
720
720
#include <stdio.h>
721
 
#if HAVE_SYS_TYPES_H
 
721
#ifdef HAVE_SYS_TYPES_H
722
722
# include <sys/types.h>
723
723
#endif
724
 
#if HAVE_SYS_STAT_H
 
724
#ifdef HAVE_SYS_STAT_H
725
725
# include <sys/stat.h>
726
726
#endif
727
 
#if STDC_HEADERS
 
727
#ifdef STDC_HEADERS
728
728
# include <stdlib.h>
729
729
# include <stddef.h>
730
730
#else
731
 
# if HAVE_STDLIB_H
 
731
# ifdef HAVE_STDLIB_H
732
732
#  include <stdlib.h>
733
733
# endif
734
734
#endif
735
 
#if HAVE_STRING_H
736
 
# if !STDC_HEADERS && HAVE_MEMORY_H
 
735
#ifdef HAVE_STRING_H
 
736
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
737
737
#  include <memory.h>
738
738
# endif
739
739
# include <string.h>
740
740
#endif
741
 
#if HAVE_STRINGS_H
 
741
#ifdef HAVE_STRINGS_H
742
742
# include <strings.h>
743
743
#endif
744
 
#if HAVE_INTTYPES_H
 
744
#ifdef HAVE_INTTYPES_H
745
745
# include <inttypes.h>
746
746
#endif
747
 
#if HAVE_STDINT_H
 
747
#ifdef HAVE_STDINT_H
748
748
# include <stdint.h>
749
749
#endif
750
 
#if HAVE_UNISTD_H
 
750
#ifdef HAVE_UNISTD_H
751
751
# include <unistd.h>
752
752
#endif"
753
753
 
1375
1375
  # Omit some internal or obsolete options to make the list less imposing.
1376
1376
  # This message is too long to be a string in the A/UX 3.1 sh.
1377
1377
  cat <<_ACEOF
1378
 
\`configure' configures libdebian-installer 0.43 to adapt to many kinds of systems.
 
1378
\`configure' configures libdebian-installer 0.47 to adapt to many kinds of systems.
1379
1379
 
1380
1380
Usage: $0 [OPTION]... [VAR=VALUE]...
1381
1381
 
1445
1445
 
1446
1446
if test -n "$ac_init_help"; then
1447
1447
  case $ac_init_help in
1448
 
     short | recursive ) echo "Configuration of libdebian-installer 0.43:";;
 
1448
     short | recursive ) echo "Configuration of libdebian-installer 0.47:";;
1449
1449
   esac
1450
1450
  cat <<\_ACEOF
1451
1451
 
1549
1549
test -n "$ac_init_help" && exit $ac_status
1550
1550
if $ac_init_version; then
1551
1551
  cat <<\_ACEOF
1552
 
libdebian-installer configure 0.43
1553
 
generated by GNU Autoconf 2.59e
 
1552
libdebian-installer configure 0.47
 
1553
generated by GNU Autoconf 2.60a
1554
1554
 
1555
1555
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1556
1556
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1563
1563
This file contains any messages produced by compilers while
1564
1564
running configure, to aid debugging if configure makes a mistake.
1565
1565
 
1566
 
It was created by libdebian-installer $as_me 0.43, which was
1567
 
generated by GNU Autoconf 2.59e.  Invocation command line was
 
1566
It was created by libdebian-installer $as_me 0.47, which was
 
1567
generated by GNU Autoconf 2.60a.  Invocation command line was
1568
1568
 
1569
1569
  $ $0 $@
1570
1570
 
2168
2168
 
2169
2169
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2170
2170
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2171
 
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/^a-zA-Z0-9_/_/g'`
 
2171
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2172
2172
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2173
2173
  echo $ECHO_N "(cached) $ECHO_C" >&6
2174
2174
else
2225
2225
 
2226
2226
# Define the identity of the package.
2227
2227
 PACKAGE='libdebian-installer'
2228
 
 VERSION='0.43'
 
2228
 VERSION='0.47'
2229
2229
 
2230
2230
 
2231
2231
cat >>confdefs.h <<_ACEOF
2795
2795
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2796
2796
# so that the user can short-circuit this test for compilers unknown to
2797
2797
# Autoconf.
2798
 
for ac_file in $ac_files
 
2798
for ac_file in $ac_files ''
2799
2799
do
2800
2800
  test -f "$ac_file" || continue
2801
2801
  case $ac_file in
2823
2823
test "$ac_cv_exeext" = no && ac_cv_exeext=
2824
2824
 
2825
2825
else
 
2826
  ac_file=''
 
2827
fi
 
2828
 
 
2829
{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
2830
echo "${ECHO_T}$ac_file" >&6; }
 
2831
if test -z "$ac_file"; then
2826
2832
  echo "$as_me: failed program was:" >&5
2827
2833
sed 's/^/| /' conftest.$ac_ext >&5
2828
2834
 
2834
2840
fi
2835
2841
 
2836
2842
ac_exeext=$ac_cv_exeext
2837
 
{ echo "$as_me:$LINENO: result: $ac_file" >&5
2838
 
echo "${ECHO_T}$ac_file" >&6; }
2839
2843
 
2840
2844
# Check that the compiler produces executables we can run.  If not, either
2841
2845
# the compiler is broken, or we cross compile.
3042
3046
        ac_compiler_gnu=no
3043
3047
fi
3044
3048
 
3045
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
3049
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3046
3050
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3047
3051
 
3048
3052
fi
3228
3232
 
3229
3233
fi
3230
3234
 
3231
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3232
 
fi
3233
 
 
3234
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3235
 
fi
3236
 
 
3237
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
3235
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3236
fi
 
3237
 
 
3238
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
3239
fi
 
3240
 
 
3241
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3238
3242
   ac_c_werror_flag=$ac_save_c_werror_flag
3239
3243
fi
3240
3244
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3299
3303
   that's true only with -std.  */
3300
3304
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3301
3305
 
 
3306
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
 
3307
   inside strings and character constants.  */
 
3308
#define FOO(x) 'x'
 
3309
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
 
3310
 
3302
3311
int test (int i, double x);
3303
3312
struct s1 {int (*f) (int a);};
3304
3313
struct s2 {int (*f) (double a);};
3359
3368
 
3360
3369
fi
3361
3370
 
3362
 
rm -f conftest.err conftest.$ac_objext
 
3371
rm -f core conftest.err conftest.$ac_objext
3363
3372
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3364
3373
done
3365
3374
rm -f conftest.$ac_ext
4357
4366
  ;;
4358
4367
*-*-irix6*)
4359
4368
  # Find out which ABI we are using.
4360
 
  echo '#line 4360 "configure"' > conftest.$ac_ext
 
4369
  echo '#line 4369 "configure"' > conftest.$ac_ext
4361
4370
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4362
4371
  (eval $ac_compile) 2>&5
4363
4372
  ac_status=$?
4510
4519
        lt_cv_cc_needs_belf=no
4511
4520
fi
4512
4521
 
4513
 
rm -f conftest.err conftest.$ac_objext \
 
4522
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4514
4523
      conftest$ac_exeext conftest.$ac_ext
4515
4524
     ac_ext=c
4516
4525
ac_cpp='$CPP $CPPFLAGS'
4877
4886
        ac_cv_header_stdc=no
4878
4887
fi
4879
4888
 
4880
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
4889
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4881
4890
 
4882
4891
if test $ac_cv_header_stdc = yes; then
4883
4892
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5073
5082
        eval "$as_ac_Header=no"
5074
5083
fi
5075
5084
 
5076
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
5085
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5077
5086
fi
5078
5087
ac_res=`eval echo '${'$as_ac_Header'}'`
5079
5088
               { echo "$as_me:$LINENO: result: $ac_res" >&5
5156
5165
        ac_header_compiler=no
5157
5166
fi
5158
5167
 
5159
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
5168
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5160
5169
{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5161
5170
echo "${ECHO_T}$ac_header_compiler" >&6; }
5162
5171
 
5466
5475
        ac_compiler_gnu=no
5467
5476
fi
5468
5477
 
5469
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
5478
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5470
5479
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5471
5480
 
5472
5481
fi
5652
5661
 
5653
5662
fi
5654
5663
 
5655
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5656
 
fi
5657
 
 
5658
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5659
 
fi
5660
 
 
5661
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
5664
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
5665
fi
 
5666
 
 
5667
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
5668
fi
 
5669
 
 
5670
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5662
5671
   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5663
5672
fi
5664
5673
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
6258
6267
        ac_compiler_gnu=no
6259
6268
fi
6260
6269
 
6261
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
6270
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6262
6271
ac_cv_f77_compiler_gnu=$ac_compiler_gnu
6263
6272
 
6264
6273
fi
6321
6330
        ac_cv_prog_f77_g=no
6322
6331
fi
6323
6332
 
6324
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
6333
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6325
6334
 
6326
6335
fi
6327
6336
{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
7316
7325
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7317
7326
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7318
7327
   -e 's:$: $lt_compiler_flag:'`
7319
 
   (eval echo "\"\$as_me:7319: $lt_compile\"" >&5)
 
7328
   (eval echo "\"\$as_me:7328: $lt_compile\"" >&5)
7320
7329
   (eval "$lt_compile" 2>conftest.err)
7321
7330
   ac_status=$?
7322
7331
   cat conftest.err >&5
7323
 
   echo "$as_me:7323: \$? = $ac_status" >&5
 
7332
   echo "$as_me:7332: \$? = $ac_status" >&5
7324
7333
   if (exit $ac_status) && test -s "$ac_outfile"; then
7325
7334
     # The compiler can only warn and ignore the option if not recognized
7326
7335
     # So say no if there are warnings other than the usual output.
7584
7593
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7585
7594
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7586
7595
   -e 's:$: $lt_compiler_flag:'`
7587
 
   (eval echo "\"\$as_me:7587: $lt_compile\"" >&5)
 
7596
   (eval echo "\"\$as_me:7596: $lt_compile\"" >&5)
7588
7597
   (eval "$lt_compile" 2>conftest.err)
7589
7598
   ac_status=$?
7590
7599
   cat conftest.err >&5
7591
 
   echo "$as_me:7591: \$? = $ac_status" >&5
 
7600
   echo "$as_me:7600: \$? = $ac_status" >&5
7592
7601
   if (exit $ac_status) && test -s "$ac_outfile"; then
7593
7602
     # The compiler can only warn and ignore the option if not recognized
7594
7603
     # So say no if there are warnings other than the usual output.
7688
7697
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7689
7698
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7690
7699
   -e 's:$: $lt_compiler_flag:'`
7691
 
   (eval echo "\"\$as_me:7691: $lt_compile\"" >&5)
 
7700
   (eval echo "\"\$as_me:7700: $lt_compile\"" >&5)
7692
7701
   (eval "$lt_compile" 2>out/conftest.err)
7693
7702
   ac_status=$?
7694
7703
   cat out/conftest.err >&5
7695
 
   echo "$as_me:7695: \$? = $ac_status" >&5
 
7704
   echo "$as_me:7704: \$? = $ac_status" >&5
7696
7705
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
7697
7706
   then
7698
7707
     # The compiler can only warn and ignore the option if not recognized
8203
8212
 
8204
8213
fi
8205
8214
 
8206
 
rm -f conftest.err conftest.$ac_objext \
 
8215
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8207
8216
      conftest$ac_exeext conftest.$ac_ext
8208
8217
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8209
8218
 
8278
8287
 
8279
8288
fi
8280
8289
 
8281
 
rm -f conftest.err conftest.$ac_objext \
 
8290
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8282
8291
      conftest$ac_exeext conftest.$ac_ext
8283
8292
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8284
8293
 
9543
9552
        ac_cv_lib_dl_dlopen=no
9544
9553
fi
9545
9554
 
9546
 
rm -f conftest.err conftest.$ac_objext \
 
9555
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9547
9556
      conftest$ac_exeext conftest.$ac_ext
9548
9557
LIBS=$ac_check_lib_save_LIBS
9549
9558
fi
9654
9663
        ac_cv_func_shl_load=no
9655
9664
fi
9656
9665
 
9657
 
rm -f conftest.err conftest.$ac_objext \
 
9666
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9658
9667
      conftest$ac_exeext conftest.$ac_ext
9659
9668
fi
9660
9669
{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9733
9742
        ac_cv_lib_dld_shl_load=no
9734
9743
fi
9735
9744
 
9736
 
rm -f conftest.err conftest.$ac_objext \
 
9745
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9737
9746
      conftest$ac_exeext conftest.$ac_ext
9738
9747
LIBS=$ac_check_lib_save_LIBS
9739
9748
fi
9834
9843
        ac_cv_func_dlopen=no
9835
9844
fi
9836
9845
 
9837
 
rm -f conftest.err conftest.$ac_objext \
 
9846
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9838
9847
      conftest$ac_exeext conftest.$ac_ext
9839
9848
fi
9840
9849
{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9913
9922
        ac_cv_lib_dl_dlopen=no
9914
9923
fi
9915
9924
 
9916
 
rm -f conftest.err conftest.$ac_objext \
 
9925
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9917
9926
      conftest$ac_exeext conftest.$ac_ext
9918
9927
LIBS=$ac_check_lib_save_LIBS
9919
9928
fi
9993
10002
        ac_cv_lib_svld_dlopen=no
9994
10003
fi
9995
10004
 
9996
 
rm -f conftest.err conftest.$ac_objext \
 
10005
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9997
10006
      conftest$ac_exeext conftest.$ac_ext
9998
10007
LIBS=$ac_check_lib_save_LIBS
9999
10008
fi
10073
10082
        ac_cv_lib_dld_dld_link=no
10074
10083
fi
10075
10084
 
10076
 
rm -f conftest.err conftest.$ac_objext \
 
10085
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10077
10086
      conftest$ac_exeext conftest.$ac_ext
10078
10087
LIBS=$ac_check_lib_save_LIBS
10079
10088
fi
10129
10138
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10130
10139
  lt_status=$lt_dlunknown
10131
10140
  cat > conftest.$ac_ext <<EOF
10132
 
#line 10132 "configure"
 
10141
#line 10141 "configure"
10133
10142
#include "confdefs.h"
10134
10143
 
10135
10144
#if HAVE_DLFCN_H
10229
10238
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10230
10239
  lt_status=$lt_dlunknown
10231
10240
  cat > conftest.$ac_ext <<EOF
10232
 
#line 10232 "configure"
 
10241
#line 10241 "configure"
10233
10242
#include "confdefs.h"
10234
10243
 
10235
10244
#if HAVE_DLFCN_H
11350
11359
 
11351
11360
fi
11352
11361
 
11353
 
rm -f conftest.err conftest.$ac_objext \
 
11362
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11354
11363
      conftest$ac_exeext conftest.$ac_ext
11355
11364
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11356
11365
 
11426
11435
 
11427
11436
fi
11428
11437
 
11429
 
rm -f conftest.err conftest.$ac_objext \
 
11438
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11430
11439
      conftest$ac_exeext conftest.$ac_ext
11431
11440
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11432
11441
 
12597
12606
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12598
12607
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12599
12608
   -e 's:$: $lt_compiler_flag:'`
12600
 
   (eval echo "\"\$as_me:12600: $lt_compile\"" >&5)
 
12609
   (eval echo "\"\$as_me:12609: $lt_compile\"" >&5)
12601
12610
   (eval "$lt_compile" 2>conftest.err)
12602
12611
   ac_status=$?
12603
12612
   cat conftest.err >&5
12604
 
   echo "$as_me:12604: \$? = $ac_status" >&5
 
12613
   echo "$as_me:12613: \$? = $ac_status" >&5
12605
12614
   if (exit $ac_status) && test -s "$ac_outfile"; then
12606
12615
     # The compiler can only warn and ignore the option if not recognized
12607
12616
     # So say no if there are warnings other than the usual output.
12701
12710
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12702
12711
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12703
12712
   -e 's:$: $lt_compiler_flag:'`
12704
 
   (eval echo "\"\$as_me:12704: $lt_compile\"" >&5)
 
12713
   (eval echo "\"\$as_me:12713: $lt_compile\"" >&5)
12705
12714
   (eval "$lt_compile" 2>out/conftest.err)
12706
12715
   ac_status=$?
12707
12716
   cat out/conftest.err >&5
12708
 
   echo "$as_me:12708: \$? = $ac_status" >&5
 
12717
   echo "$as_me:12717: \$? = $ac_status" >&5
12709
12718
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12710
12719
   then
12711
12720
     # The compiler can only warn and ignore the option if not recognized
14262
14271
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14263
14272
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14264
14273
   -e 's:$: $lt_compiler_flag:'`
14265
 
   (eval echo "\"\$as_me:14265: $lt_compile\"" >&5)
 
14274
   (eval echo "\"\$as_me:14274: $lt_compile\"" >&5)
14266
14275
   (eval "$lt_compile" 2>conftest.err)
14267
14276
   ac_status=$?
14268
14277
   cat conftest.err >&5
14269
 
   echo "$as_me:14269: \$? = $ac_status" >&5
 
14278
   echo "$as_me:14278: \$? = $ac_status" >&5
14270
14279
   if (exit $ac_status) && test -s "$ac_outfile"; then
14271
14280
     # The compiler can only warn and ignore the option if not recognized
14272
14281
     # So say no if there are warnings other than the usual output.
14366
14375
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14367
14376
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14368
14377
   -e 's:$: $lt_compiler_flag:'`
14369
 
   (eval echo "\"\$as_me:14369: $lt_compile\"" >&5)
 
14378
   (eval echo "\"\$as_me:14378: $lt_compile\"" >&5)
14370
14379
   (eval "$lt_compile" 2>out/conftest.err)
14371
14380
   ac_status=$?
14372
14381
   cat out/conftest.err >&5
14373
 
   echo "$as_me:14373: \$? = $ac_status" >&5
 
14382
   echo "$as_me:14382: \$? = $ac_status" >&5
14374
14383
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14375
14384
   then
14376
14385
     # The compiler can only warn and ignore the option if not recognized
14871
14880
 
14872
14881
fi
14873
14882
 
14874
 
rm -f conftest.err conftest.$ac_objext \
 
14883
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14875
14884
      conftest$ac_exeext conftest.$ac_ext
14876
14885
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14877
14886
 
14936
14945
 
14937
14946
fi
14938
14947
 
14939
 
rm -f conftest.err conftest.$ac_objext \
 
14948
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14940
14949
      conftest$ac_exeext conftest.$ac_ext
14941
14950
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14942
14951
 
16585
16594
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16586
16595
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16587
16596
   -e 's:$: $lt_compiler_flag:'`
16588
 
   (eval echo "\"\$as_me:16588: $lt_compile\"" >&5)
 
16597
   (eval echo "\"\$as_me:16597: $lt_compile\"" >&5)
16589
16598
   (eval "$lt_compile" 2>conftest.err)
16590
16599
   ac_status=$?
16591
16600
   cat conftest.err >&5
16592
 
   echo "$as_me:16592: \$? = $ac_status" >&5
 
16601
   echo "$as_me:16601: \$? = $ac_status" >&5
16593
16602
   if (exit $ac_status) && test -s "$ac_outfile"; then
16594
16603
     # The compiler can only warn and ignore the option if not recognized
16595
16604
     # So say no if there are warnings other than the usual output.
16853
16862
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16854
16863
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16855
16864
   -e 's:$: $lt_compiler_flag:'`
16856
 
   (eval echo "\"\$as_me:16856: $lt_compile\"" >&5)
 
16865
   (eval echo "\"\$as_me:16865: $lt_compile\"" >&5)
16857
16866
   (eval "$lt_compile" 2>conftest.err)
16858
16867
   ac_status=$?
16859
16868
   cat conftest.err >&5
16860
 
   echo "$as_me:16860: \$? = $ac_status" >&5
 
16869
   echo "$as_me:16869: \$? = $ac_status" >&5
16861
16870
   if (exit $ac_status) && test -s "$ac_outfile"; then
16862
16871
     # The compiler can only warn and ignore the option if not recognized
16863
16872
     # So say no if there are warnings other than the usual output.
16957
16966
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16958
16967
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16959
16968
   -e 's:$: $lt_compiler_flag:'`
16960
 
   (eval echo "\"\$as_me:16960: $lt_compile\"" >&5)
 
16969
   (eval echo "\"\$as_me:16969: $lt_compile\"" >&5)
16961
16970
   (eval "$lt_compile" 2>out/conftest.err)
16962
16971
   ac_status=$?
16963
16972
   cat out/conftest.err >&5
16964
 
   echo "$as_me:16964: \$? = $ac_status" >&5
 
16973
   echo "$as_me:16973: \$? = $ac_status" >&5
16965
16974
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16966
16975
   then
16967
16976
     # The compiler can only warn and ignore the option if not recognized
17472
17481
 
17473
17482
fi
17474
17483
 
17475
 
rm -f conftest.err conftest.$ac_objext \
 
17484
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17476
17485
      conftest$ac_exeext conftest.$ac_ext
17477
17486
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17478
17487
 
17547
17556
 
17548
17557
fi
17549
17558
 
17550
 
rm -f conftest.err conftest.$ac_objext \
 
17559
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17551
17560
      conftest$ac_exeext conftest.$ac_ext
17552
17561
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17553
17562
 
19737
19746
        eval "$as_ac_var=no"
19738
19747
fi
19739
19748
 
19740
 
rm -f conftest.err conftest.$ac_objext \
 
19749
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19741
19750
      conftest$ac_exeext conftest.$ac_ext
19742
19751
fi
19743
19752
ac_res=`eval echo '${'$as_ac_var'}'`
19890
19899
        di_cv_support_cc_attribute_alias=no
19891
19900
fi
19892
19901
 
19893
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
19902
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19894
19903
fi
19895
19904
{ echo "$as_me:$LINENO: result: $di_cv_support_cc_attribute_alias" >&5
19896
19905
echo "${ECHO_T}$di_cv_support_cc_attribute_alias" >&6; }
19975
19984
        ac_cv_have_decl_PATH_MAX=no
19976
19985
fi
19977
19986
 
19978
 
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
19987
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19979
19988
fi
19980
19989
{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_PATH_MAX" >&5
19981
19990
echo "${ECHO_T}$ac_cv_have_decl_PATH_MAX" >&6; }
20462
20471
# report actual input values of CONFIG_FILES etc. instead of their
20463
20472
# values after options handling.
20464
20473
ac_log="
20465
 
This file was extended by libdebian-installer $as_me 0.43, which was
20466
 
generated by GNU Autoconf 2.59e.  Invocation command line was
 
20474
This file was extended by libdebian-installer $as_me 0.47, which was
 
20475
generated by GNU Autoconf 2.60a.  Invocation command line was
20467
20476
 
20468
20477
  CONFIG_FILES    = $CONFIG_FILES
20469
20478
  CONFIG_HEADERS  = $CONFIG_HEADERS
20492
20501
Usage: $0 [OPTIONS] [FILE]...
20493
20502
 
20494
20503
  -h, --help       print this help, then exit
20495
 
  -V, --version    print version number, then exit
 
20504
  -V, --version    print version number and configuration settings, then exit
20496
20505
  -q, --quiet      do not print progress messages
20497
20506
  -d, --debug      don't remove temporary files
20498
20507
      --recheck    update $as_me by reconfiguring in the same conditions
20515
20524
_ACEOF
20516
20525
cat >>$CONFIG_STATUS <<_ACEOF
20517
20526
ac_cs_version="\\
20518
 
libdebian-installer config.status 0.43
20519
 
configured by $0, generated by GNU Autoconf 2.59e,
 
20527
libdebian-installer config.status 0.47
 
20528
configured by $0, generated by GNU Autoconf 2.60a,
20520
20529
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
20521
20530
 
20522
20531
Copyright (C) 2006 Free Software Foundation, Inc.
21138
21147
 
21139
21148
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21140
21149
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
21150
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
21141
21151
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21142
21152
which seems to be undefined.  Please make sure it is defined." >&5
21143
21153
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'