Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529580
Collapse All | Expand All

(-)good/configure (-515 / +251 lines)
Lines 622-630 Link Here
622
# include <unistd.h>
622
# include <unistd.h>
623
#endif"
623
#endif"
624
624
625
ac_subst_vars='am__EXEEXT_FALSE
625
ac_subst_vars='LTLIBOBJS
626
am__EXEEXT_TRUE
627
LTLIBOBJS
628
LIBOBJS
626
LIBOBJS
629
INSTALLED_SGML2XML_ISOENT
627
INSTALLED_SGML2XML_ISOENT
630
INSTALLED_DB2X_XSLTPROC
628
INSTALLED_DB2X_XSLTPROC
Lines 658-664 Link Here
658
am__fastdepCC_FALSE
656
am__fastdepCC_FALSE
659
am__fastdepCC_TRUE
657
am__fastdepCC_TRUE
660
CCDEPMODE
658
CCDEPMODE
661
am__nodep
662
AMDEPBACKSLASH
659
AMDEPBACKSLASH
663
AMDEP_FALSE
660
AMDEP_FALSE
664
AMDEP_TRUE
661
AMDEP_TRUE
Lines 675-684 Link Here
675
XSLT_PROCESSOR
672
XSLT_PROCESSOR
676
HAVE_HTML_XSL_FALSE
673
HAVE_HTML_XSL_FALSE
677
HAVE_HTML_XSL_TRUE
674
HAVE_HTML_XSL_TRUE
678
AM_BACKSLASH
679
AM_DEFAULT_VERBOSITY
680
AM_DEFAULT_V
681
AM_V
682
am__untar
675
am__untar
683
am__tar
676
am__tar
684
AMTAR
677
AMTAR
Lines 686-692 Link Here
686
SET_MAKE
679
SET_MAKE
687
AWK
680
AWK
688
mkdir_p
681
mkdir_p
689
MKDIR_P
690
INSTALL_STRIP_PROGRAM
682
INSTALL_STRIP_PROGRAM
691
STRIP
683
STRIP
692
install_sh
684
install_sh
Lines 698-704 Link Here
698
VERSION
690
VERSION
699
PACKAGE
691
PACKAGE
700
CYGPATH_W
692
CYGPATH_W
701
am__isrc
702
INSTALL_DATA
693
INSTALL_DATA
703
INSTALL_SCRIPT
694
INSTALL_SCRIPT
704
INSTALL_PROGRAM
695
INSTALL_PROGRAM
Lines 743-749 Link Here
743
ac_subst_files=''
734
ac_subst_files=''
744
ac_user_opts='
735
ac_user_opts='
745
enable_option_checking
736
enable_option_checking
746
enable_silent_rules
747
with_html_xsl
737
with_html_xsl
748
with_xslt_processor
738
with_xslt_processor
749
with_resolver_jars
739
with_resolver_jars
Lines 1374-1385 Link Here
1374
  --disable-option-checking  ignore unrecognized --enable/--with options
1364
  --disable-option-checking  ignore unrecognized --enable/--with options
1375
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1365
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1376
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1366
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1377
  --enable-silent-rules   less verbose build output (undo: "make V=1")
1367
  --disable-dependency-tracking  speeds up one-time build
1378
  --disable-silent-rules  verbose build output (undo: "make V=0")
1368
  --enable-dependency-tracking   do not reject slow dependency extractors
1379
  --enable-dependency-tracking
1380
                          do not reject slow dependency extractors
1381
  --disable-dependency-tracking
1382
                          speeds up one-time build
1383
1369
1384
Optional Packages:
1370
Optional Packages:
1385
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1371
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
Lines 2190-2197 Link Here
2190
2176
2191
2177
2192
2178
2193
am__api_version='1.14'
2179
am__api_version="1.9"
2194
2195
ac_aux_dir=
2180
ac_aux_dir=
2196
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2181
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197
  if test -f "$ac_dir/install-sh"; then
2182
  if test -f "$ac_dir/install-sh"; then
Lines 2316-2365 Link Here
2316
2301
2317
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2302
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2318
$as_echo_n "checking whether build environment is sane... " >&6; }
2303
$as_echo_n "checking whether build environment is sane... " >&6; }
2319
# Reject unsafe characters in $srcdir or the absolute working directory
2304
# Just in case
2320
# name.  Accept space and tab only in the latter.
2305
sleep 1
2321
am_lf='
2306
echo timestamp > conftest.file
2322
'
2307
# Do `set' in a subshell so we don't clobber the current shell's
2323
case `pwd` in
2324
  *[\\\"\#\$\&\'\`$am_lf]*)
2325
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2326
esac
2327
case $srcdir in
2328
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2329
    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2330
esac
2331
2332
# Do 'set' in a subshell so we don't clobber the current shell's
2333
# arguments.  Must try -L first in case configure is actually a
2308
# arguments.  Must try -L first in case configure is actually a
2334
# symlink; some systems play weird games with the mod time of symlinks
2309
# symlink; some systems play weird games with the mod time of symlinks
2335
# (eg FreeBSD returns the mod time of the symlink's containing
2310
# (eg FreeBSD returns the mod time of the symlink's containing
2336
# directory).
2311
# directory).
2337
if (
2312
if (
2338
   am_has_slept=no
2313
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2339
   for am_try in 1 2; do
2314
   if test "$*" = "X"; then
2340
     echo "timestamp, slept: $am_has_slept" > conftest.file
2315
      # -L didn't work.
2341
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2316
      set X `ls -t $srcdir/configure conftest.file`
2342
     if test "$*" = "X"; then
2317
   fi
2343
	# -L didn't work.
2318
   rm -f conftest.file
2344
	set X `ls -t "$srcdir/configure" conftest.file`
2319
   if test "$*" != "X $srcdir/configure conftest.file" \
2345
     fi
2320
      && test "$*" != "X conftest.file $srcdir/configure"; then
2346
     if test "$*" != "X $srcdir/configure conftest.file" \
2321
2347
	&& test "$*" != "X conftest.file $srcdir/configure"; then
2322
      # If neither matched, then we have a broken ls.  This can happen
2323
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2324
      # broken ls alias from the environment.  This has actually
2325
      # happened.  Such a system could not be considered "sane".
2326
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2327
alias in your environment" "$LINENO" 5
2328
   fi
2348
2329
2349
	# If neither matched, then we have a broken ls.  This can happen
2350
	# if, for instance, CONFIG_SHELL is bash and it inherits a
2351
	# broken ls alias from the environment.  This has actually
2352
	# happened.  Such a system could not be considered "sane".
2353
	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2354
  alias in your environment" "$LINENO" 5
2355
     fi
2356
     if test "$2" = conftest.file || test $am_try -eq 2; then
2357
       break
2358
     fi
2359
     # Just in case.
2360
     sleep 1
2361
     am_has_slept=yes
2362
   done
2363
   test "$2" = conftest.file
2330
   test "$2" = conftest.file
2364
   )
2331
   )
2365
then
2332
then
Lines 2371-2386 Link Here
2371
fi
2338
fi
2372
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2339
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2373
$as_echo "yes" >&6; }
2340
$as_echo "yes" >&6; }
2374
# If we didn't sleep, we still need to ensure time stamps of config.status and
2375
# generated files are strictly newer.
2376
am_sleep_pid=
2377
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2378
  ( sleep 1 ) &
2379
  am_sleep_pid=$!
2380
fi
2381
2382
rm -f conftest.file
2383
2384
test "$program_prefix" != NONE &&
2341
test "$program_prefix" != NONE &&
2385
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2342
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2386
# Use a double $ so make ignores it.
2343
# Use a double $ so make ignores it.
Lines 2394-2566 Link Here
2394
# expand $ac_aux_dir to an absolute path
2351
# expand $ac_aux_dir to an absolute path
2395
am_aux_dir=`cd $ac_aux_dir && pwd`
2352
am_aux_dir=`cd $ac_aux_dir && pwd`
2396
2353
2397
if test x"${MISSING+set}" != xset; then
2354
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2398
  case $am_aux_dir in
2399
  *\ * | *\	*)
2400
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2401
  *)
2402
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2403
  esac
2404
fi
2405
# Use eval to expand $SHELL
2355
# Use eval to expand $SHELL
2406
if eval "$MISSING --is-lightweight"; then
2356
if eval "$MISSING --run true"; then
2407
  am_missing_run="$MISSING "
2357
  am_missing_run="$MISSING --run "
2408
else
2358
else
2409
  am_missing_run=
2359
  am_missing_run=
2410
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2360
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2411
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2361
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2412
fi
2413
2414
if test x"${install_sh}" != xset; then
2415
  case $am_aux_dir in
2416
  *\ * | *\	*)
2417
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2418
  *)
2419
    install_sh="\${SHELL} $am_aux_dir/install-sh"
2420
  esac
2421
fi
2422
2423
# Installed binaries are usually stripped using 'strip' when the user
2424
# run "make install-strip".  However 'strip' might not be the right
2425
# tool to use in cross-compilation environments, therefore Automake
2426
# will honor the 'STRIP' environment variable to overrule this program.
2427
if test "$cross_compiling" != no; then
2428
  if test -n "$ac_tool_prefix"; then
2429
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2430
set dummy ${ac_tool_prefix}strip; ac_word=$2
2431
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2432
$as_echo_n "checking for $ac_word... " >&6; }
2433
if ${ac_cv_prog_STRIP+:} false; then :
2434
  $as_echo_n "(cached) " >&6
2435
else
2436
  if test -n "$STRIP"; then
2437
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2438
else
2439
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2440
for as_dir in $PATH
2441
do
2442
  IFS=$as_save_IFS
2443
  test -z "$as_dir" && as_dir=.
2444
    for ac_exec_ext in '' $ac_executable_extensions; do
2445
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2446
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2447
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2448
    break 2
2449
  fi
2450
done
2451
  done
2452
IFS=$as_save_IFS
2453
2454
fi
2455
fi
2456
STRIP=$ac_cv_prog_STRIP
2457
if test -n "$STRIP"; then
2458
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2459
$as_echo "$STRIP" >&6; }
2460
else
2461
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2462
$as_echo "no" >&6; }
2463
fi
2464
2465
2466
fi
2467
if test -z "$ac_cv_prog_STRIP"; then
2468
  ac_ct_STRIP=$STRIP
2469
  # Extract the first word of "strip", so it can be a program name with args.
2470
set dummy strip; ac_word=$2
2471
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2472
$as_echo_n "checking for $ac_word... " >&6; }
2473
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2474
  $as_echo_n "(cached) " >&6
2475
else
2476
  if test -n "$ac_ct_STRIP"; then
2477
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2478
else
2479
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2480
for as_dir in $PATH
2481
do
2482
  IFS=$as_save_IFS
2483
  test -z "$as_dir" && as_dir=.
2484
    for ac_exec_ext in '' $ac_executable_extensions; do
2485
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2486
    ac_cv_prog_ac_ct_STRIP="strip"
2487
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2488
    break 2
2489
  fi
2490
done
2491
  done
2492
IFS=$as_save_IFS
2493
2494
fi
2495
fi
2496
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2497
if test -n "$ac_ct_STRIP"; then
2498
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2499
$as_echo "$ac_ct_STRIP" >&6; }
2500
else
2501
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2502
$as_echo "no" >&6; }
2503
fi
2504
2505
  if test "x$ac_ct_STRIP" = x; then
2506
    STRIP=":"
2507
  else
2508
    case $cross_compiling:$ac_tool_warned in
2509
yes:)
2510
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2511
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2512
ac_tool_warned=yes ;;
2513
esac
2514
    STRIP=$ac_ct_STRIP
2515
  fi
2516
else
2517
  STRIP="$ac_cv_prog_STRIP"
2518
fi
2519
2520
fi
2362
fi
2521
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2522
2363
2523
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2364
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2524
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2365
  # We used to keeping the `.' as first argument, in order to
2525
if test -z "$MKDIR_P"; then
2366
  # allow $(mkdir_p) to be used without argument.  As in
2526
  if ${ac_cv_path_mkdir+:} false; then :
2367
  #   $(mkdir_p) $(somedir)
2527
  $as_echo_n "(cached) " >&6
2368
  # where $(somedir) is conditionally defined.  However this is wrong
2369
  # for two reasons:
2370
  #  1. if the package is installed by a user who cannot write `.'
2371
  #     make install will fail,
2372
  #  2. the above comment should most certainly read
2373
  #     $(mkdir_p) $(DESTDIR)$(somedir)
2374
  #     so it does not work when $(somedir) is undefined and
2375
  #     $(DESTDIR) is not.
2376
  #  To support the latter case, we have to write
2377
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2378
  #  so the `.' trick is pointless.
2379
  mkdir_p='mkdir -p --'
2528
else
2380
else
2529
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2381
  # On NextStep and OpenStep, the `mkdir' command does not
2530
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2382
  # recognize any option.  It will interpret all options as
2531
do
2383
  # directories to create, and then abort because `.' already
2532
  IFS=$as_save_IFS
2384
  # exists.
2533
  test -z "$as_dir" && as_dir=.
2385
  for d in ./-p ./--version;
2534
    for ac_prog in mkdir gmkdir; do
2386
  do
2535
	 for ac_exec_ext in '' $ac_executable_extensions; do
2387
    test -d $d && rmdir $d
2536
	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2537
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2538
	     'mkdir (GNU coreutils) '* | \
2539
	     'mkdir (coreutils) '* | \
2540
	     'mkdir (fileutils) '4.1*)
2541
	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2542
	       break 3;;
2543
	   esac
2544
	 done
2545
       done
2546
  done
2388
  done
2547
IFS=$as_save_IFS
2389
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2548
2390
  if test -f "$ac_aux_dir/mkinstalldirs"; then
2549
fi
2391
    mkdir_p='$(mkinstalldirs)'
2550
2551
  test -d ./--version && rmdir ./--version
2552
  if test "${ac_cv_path_mkdir+set}" = set; then
2553
    MKDIR_P="$ac_cv_path_mkdir -p"
2554
  else
2392
  else
2555
    # As a last resort, use the slow shell script.  Don't cache a
2393
    mkdir_p='$(install_sh) -d'
2556
    # value for MKDIR_P within a source directory, because that will
2557
    # break other packages using the cache if that directory is
2558
    # removed, or if the value is a relative name.
2559
    MKDIR_P="$ac_install_sh -d"
2560
  fi
2394
  fi
2561
fi
2395
fi
2562
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2563
$as_echo "$MKDIR_P" >&6; }
2564
2396
2565
for ac_prog in gawk mawk nawk awk
2397
for ac_prog in gawk mawk nawk awk
2566
do
2398
do
Lines 2644-2696 Link Here
2644
fi
2476
fi
2645
rmdir .tst 2>/dev/null
2477
rmdir .tst 2>/dev/null
2646
2478
2647
# Check whether --enable-silent-rules was given.
2479
# test to see if srcdir already configured
2648
if test "${enable_silent_rules+set}" = set; then :
2480
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2649
  enableval=$enable_silent_rules;
2481
   test -f $srcdir/config.status; then
2650
fi
2482
  as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2651
2652
case $enable_silent_rules in # (((
2653
  yes) AM_DEFAULT_VERBOSITY=0;;
2654
   no) AM_DEFAULT_VERBOSITY=1;;
2655
    *) AM_DEFAULT_VERBOSITY=1;;
2656
esac
2657
am_make=${MAKE-make}
2658
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2659
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2660
if ${am_cv_make_support_nested_variables+:} false; then :
2661
  $as_echo_n "(cached) " >&6
2662
else
2663
  if $as_echo 'TRUE=$(BAR$(V))
2664
BAR0=false
2665
BAR1=true
2666
V=1
2667
am__doit:
2668
	@$(TRUE)
2669
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2670
  am_cv_make_support_nested_variables=yes
2671
else
2672
  am_cv_make_support_nested_variables=no
2673
fi
2674
fi
2675
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2676
$as_echo "$am_cv_make_support_nested_variables" >&6; }
2677
if test $am_cv_make_support_nested_variables = yes; then
2678
    AM_V='$(V)'
2679
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2680
else
2681
  AM_V=$AM_DEFAULT_VERBOSITY
2682
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2683
fi
2684
AM_BACKSLASH='\'
2685
2686
if test "`cd $srcdir && pwd`" != "`pwd`"; then
2687
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2688
  # is not polluted with repeated "-I."
2689
  am__isrc=' -I$(srcdir)'
2690
  # test to see if srcdir already configured
2691
  if test -f $srcdir/config.status; then
2692
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2693
  fi
2694
fi
2483
fi
2695
2484
2696
# test whether we have cygpath
2485
# test whether we have cygpath
Lines 2704-2710 Link Here
2704
2493
2705
2494
2706
# Define the identity of the package.
2495
# Define the identity of the package.
2707
2708
 PACKAGE=docbook2X
2496
 PACKAGE=docbook2X
2709
 VERSION=0.8.8
2497
 VERSION=0.8.8
2710
2498
Lines 2734-2803 Link Here
2734
2522
2735
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2523
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2736
2524
2737
# For better backward compatibility.  To be removed once Automake 1.9.x
2525
install_sh=${install_sh-"$am_aux_dir/install-sh"}
2738
# dies out for good.  For more background, see:
2739
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2740
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2741
mkdir_p='$(MKDIR_P)'
2742
2743
# We need awk for the "check" target.  The system "awk" is bad on
2744
# some platforms.
2745
# Always define AMTAR for backward compatibility.  Yes, it's still used
2746
# in the wild :-(  We should find a proper way to deprecate it ...
2747
AMTAR='$${TAR-tar}'
2748
2526
2527
# Installed binaries are usually stripped using `strip' when the user
2528
# run `make install-strip'.  However `strip' might not be the right
2529
# tool to use in cross-compilation environments, therefore Automake
2530
# will honor the `STRIP' environment variable to overrule this program.
2531
if test "$cross_compiling" != no; then
2532
  if test -n "$ac_tool_prefix"; then
2533
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2534
set dummy ${ac_tool_prefix}strip; ac_word=$2
2535
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2536
$as_echo_n "checking for $ac_word... " >&6; }
2537
if ${ac_cv_prog_STRIP+:} false; then :
2538
  $as_echo_n "(cached) " >&6
2539
else
2540
  if test -n "$STRIP"; then
2541
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2542
else
2543
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2544
for as_dir in $PATH
2545
do
2546
  IFS=$as_save_IFS
2547
  test -z "$as_dir" && as_dir=.
2548
    for ac_exec_ext in '' $ac_executable_extensions; do
2549
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2550
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2551
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2552
    break 2
2553
  fi
2554
done
2555
  done
2556
IFS=$as_save_IFS
2749
2557
2750
# We'll loop over all known methods to create a tar archive until one works.
2558
fi
2751
_am_tools='gnutar  pax cpio none'
2559
fi
2560
STRIP=$ac_cv_prog_STRIP
2561
if test -n "$STRIP"; then
2562
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2563
$as_echo "$STRIP" >&6; }
2564
else
2565
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2566
$as_echo "no" >&6; }
2567
fi
2752
2568
2753
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2754
2569
2570
fi
2571
if test -z "$ac_cv_prog_STRIP"; then
2572
  ac_ct_STRIP=$STRIP
2573
  # Extract the first word of "strip", so it can be a program name with args.
2574
set dummy strip; ac_word=$2
2575
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2576
$as_echo_n "checking for $ac_word... " >&6; }
2577
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2578
  $as_echo_n "(cached) " >&6
2579
else
2580
  if test -n "$ac_ct_STRIP"; then
2581
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2582
else
2583
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2584
for as_dir in $PATH
2585
do
2586
  IFS=$as_save_IFS
2587
  test -z "$as_dir" && as_dir=.
2588
    for ac_exec_ext in '' $ac_executable_extensions; do
2589
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2590
    ac_cv_prog_ac_ct_STRIP="strip"
2591
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2592
    break 2
2593
  fi
2594
done
2595
  done
2596
IFS=$as_save_IFS
2755
2597
2598
fi
2599
fi
2600
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2601
if test -n "$ac_ct_STRIP"; then
2602
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2603
$as_echo "$ac_ct_STRIP" >&6; }
2604
else
2605
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2606
$as_echo "no" >&6; }
2607
fi
2756
2608
2609
  if test "x$ac_ct_STRIP" = x; then
2610
    STRIP=":"
2611
  else
2612
    case $cross_compiling:$ac_tool_warned in
2613
yes:)
2614
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2615
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2616
ac_tool_warned=yes ;;
2617
esac
2618
    STRIP=$ac_ct_STRIP
2619
  fi
2620
else
2621
  STRIP="$ac_cv_prog_STRIP"
2622
fi
2757
2623
2624
fi
2625
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2758
2626
2627
# We need awk for the "check" target.  The system "awk" is bad on
2628
# some platforms.
2629
# Always define AMTAR for backward compatibility.
2759
2630
2760
# POSIX will say in a future version that running "rm -f" with no argument
2631
AMTAR=${AMTAR-"${am_missing_run}tar"}
2761
# is OK; and we want to be able to make that assumption in our Makefile
2762
# recipes.  So use an aggressive probe to check that the usage we want is
2763
# actually supported "in the wild" to an acceptable degree.
2764
# See automake bug#10828.
2765
# To make any issue more visible, cause the running configure to be aborted
2766
# by default if the 'rm' program in use doesn't match our expectations; the
2767
# user can still override this though.
2768
if rm -f && rm -fr && rm -rf; then : OK; else
2769
  cat >&2 <<'END'
2770
Oops!
2771
2632
2772
Your 'rm' program seems unable to run without file operands specified
2633
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2773
on the command line, even when the '-f' option is present.  This is contrary
2774
to the behaviour of most rm programs out there, and not conforming with
2775
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2776
2634
2777
Please tell bug-automake@gnu.org about your system, including the value
2778
of your $PATH and any error possibly output before this message.  This
2779
can help us improve future automake versions.
2780
2635
2781
END
2782
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2783
    echo 'Configuration will proceed anyway, since you have set the' >&2
2784
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2785
    echo >&2
2786
  else
2787
    cat >&2 <<'END'
2788
Aborting the configuration process, to ensure you take notice of the issue.
2789
2636
2790
You can download and install GNU coreutils to get an 'rm' implementation
2791
that behaves properly: <http://www.gnu.org/software/coreutils/>.
2792
2637
2793
If you want to complete the configuration process using your problematic
2794
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2795
to "yes", and re-run configure.
2796
2638
2797
END
2798
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2799
  fi
2800
fi
2801
2639
2802
XSLT_PROCESSOR="libxslt"
2640
XSLT_PROCESSOR="libxslt"
2803
2641
Lines 2844-2850 Link Here
2844
2682
2845
2683
2846
2684
2847
 if test "x$HTML_XSL" != "xno"; then
2685
2686
2687
if test "x$HTML_XSL" != "xno"; then
2848
  HAVE_HTML_XSL_TRUE=
2688
  HAVE_HTML_XSL_TRUE=
2849
  HAVE_HTML_XSL_FALSE='#'
2689
  HAVE_HTML_XSL_FALSE='#'
2850
else
2690
else
Lines 3642-3706 Link Here
3642
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3482
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3643
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3483
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3644
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3484
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3645
3646
ac_ext=c
3647
ac_cpp='$CPP $CPPFLAGS'
3648
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3649
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3650
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3651
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3652
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3653
if ${am_cv_prog_cc_c_o+:} false; then :
3654
  $as_echo_n "(cached) " >&6
3655
else
3656
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3657
/* end confdefs.h.  */
3658
3659
int
3660
main ()
3661
{
3662
3663
  ;
3664
  return 0;
3665
}
3666
_ACEOF
3667
  # Make sure it works both with $CC and with simple cc.
3668
  # Following AC_PROG_CC_C_O, we do the test twice because some
3669
  # compilers refuse to overwrite an existing .o file with -o,
3670
  # though they will create one.
3671
  am_cv_prog_cc_c_o=yes
3672
  for am_i in 1 2; do
3673
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3674
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3675
   ac_status=$?
3676
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3677
   (exit $ac_status); } \
3678
         && test -f conftest2.$ac_objext; then
3679
      : OK
3680
    else
3681
      am_cv_prog_cc_c_o=no
3682
      break
3683
    fi
3684
  done
3685
  rm -f core conftest*
3686
  unset am_i
3687
fi
3688
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3689
$as_echo "$am_cv_prog_cc_c_o" >&6; }
3690
if test "$am_cv_prog_cc_c_o" != yes; then
3691
   # Losing compiler, so override with the script.
3692
   # FIXME: It is wrong to rewrite CC.
3693
   # But if we don't then we get into trouble of one sort or another.
3694
   # A longer-term fix would be to have automake use am__CC in this case,
3695
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3696
   CC="$am_aux_dir/compile $CC"
3697
fi
3698
ac_ext=c
3699
ac_cpp='$CPP $CPPFLAGS'
3700
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3701
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3702
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3703
3704
DEPDIR="${am__leading_dot}deps"
3485
DEPDIR="${am__leading_dot}deps"
3705
3486
3706
ac_config_commands="$ac_config_commands depfiles"
3487
ac_config_commands="$ac_config_commands depfiles"
Lines 3709-3715 Link Here
3709
am_make=${MAKE-make}
3490
am_make=${MAKE-make}
3710
cat > confinc << 'END'
3491
cat > confinc << 'END'
3711
am__doit:
3492
am__doit:
3712
	@echo this is the am__doit target
3493
	@echo done
3713
.PHONY: am__doit
3494
.PHONY: am__doit
3714
END
3495
END
3715
# If we don't find an include directive, just comment out the code.
3496
# If we don't find an include directive, just comment out the code.
Lines 3720-3743 Link Here
3720
_am_result=none
3501
_am_result=none
3721
# First try GNU make style include.
3502
# First try GNU make style include.
3722
echo "include confinc" > confmf
3503
echo "include confinc" > confmf
3723
# Ignore all kinds of additional output from 'make'.
3504
# We grep out `Entering directory' and `Leaving directory'
3724
case `$am_make -s -f confmf 2> /dev/null` in #(
3505
# messages which can occur if `w' ends up in MAKEFLAGS.
3725
*the\ am__doit\ target*)
3506
# In particular we don't look at `^make:' because GNU make might
3726
  am__include=include
3507
# be invoked under some other name (usually "gmake"), in which
3727
  am__quote=
3508
# case it prints its new name instead of `make'.
3728
  _am_result=GNU
3509
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3729
  ;;
3510
   am__include=include
3730
esac
3511
   am__quote=
3512
   _am_result=GNU
3513
fi
3731
# Now try BSD make style include.
3514
# Now try BSD make style include.
3732
if test "$am__include" = "#"; then
3515
if test "$am__include" = "#"; then
3733
   echo '.include "confinc"' > confmf
3516
   echo '.include "confinc"' > confmf
3734
   case `$am_make -s -f confmf 2> /dev/null` in #(
3517
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3735
   *the\ am__doit\ target*)
3518
      am__include=.include
3736
     am__include=.include
3519
      am__quote="\""
3737
     am__quote="\""
3520
      _am_result=BSD
3738
     _am_result=BSD
3521
   fi
3739
     ;;
3740
   esac
3741
fi
3522
fi
3742
3523
3743
3524
Lines 3753-3761 Link Here
3753
if test "x$enable_dependency_tracking" != xno; then
3534
if test "x$enable_dependency_tracking" != xno; then
3754
  am_depcomp="$ac_aux_dir/depcomp"
3535
  am_depcomp="$ac_aux_dir/depcomp"
3755
  AMDEPBACKSLASH='\'
3536
  AMDEPBACKSLASH='\'
3756
  am__nodep='_no'
3757
fi
3537
fi
3758
 if test "x$enable_dependency_tracking" != xno; then
3538
3539
3540
if test "x$enable_dependency_tracking" != xno; then
3759
  AMDEP_TRUE=
3541
  AMDEP_TRUE=
3760
  AMDEP_FALSE='#'
3542
  AMDEP_FALSE='#'
3761
else
3543
else
Lines 3765-3770 Link Here
3765
3547
3766
3548
3767
3549
3550
3768
depcc="$CC"   am_compiler_list=
3551
depcc="$CC"   am_compiler_list=
3769
3552
3770
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3553
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
Lines 3776-3784 Link Here
3776
  # We make a subdir and do the tests there.  Otherwise we can end up
3559
  # We make a subdir and do the tests there.  Otherwise we can end up
3777
  # making bogus files that we don't know about and never remove.  For
3560
  # making bogus files that we don't know about and never remove.  For
3778
  # instance it was reported that on HP-UX the gcc test will end up
3561
  # instance it was reported that on HP-UX the gcc test will end up
3779
  # making a dummy file named 'D' -- because '-MD' means "put the output
3562
  # making a dummy file named `D' -- because `-MD' means `put the output
3780
  # in D".
3563
  # in D'.
3781
  rm -rf conftest.dir
3782
  mkdir conftest.dir
3564
  mkdir conftest.dir
3783
  # Copy depcomp to subdir because otherwise we won't find it if we're
3565
  # Copy depcomp to subdir because otherwise we won't find it if we're
3784
  # using a relative directory.
3566
  # using a relative directory.
Lines 3796-3806 Link Here
3796
  if test "$am_compiler_list" = ""; then
3578
  if test "$am_compiler_list" = ""; then
3797
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3579
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3798
  fi
3580
  fi
3799
  am__universal=false
3800
  case " $depcc " in #(
3801
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3802
     esac
3803
3804
  for depmode in $am_compiler_list; do
3581
  for depmode in $am_compiler_list; do
3805
    # Setup a source with many dependencies, because some compilers
3582
    # Setup a source with many dependencies, because some compilers
3806
    # like to wrap large dependency lists on column 80 (with \), and
3583
    # like to wrap large dependency lists on column 80 (with \), and
Lines 3812-3860 Link Here
3812
    : > sub/conftest.c
3589
    : > sub/conftest.c
3813
    for i in 1 2 3 4 5 6; do
3590
    for i in 1 2 3 4 5 6; do
3814
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3591
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3815
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3592
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3816
      # Solaris 10 /bin/sh.
3593
      # Solaris 8's {/usr,}/bin/sh.
3817
      echo '/* dummy */' > sub/conftst$i.h
3594
      touch sub/conftst$i.h
3818
    done
3595
    done
3819
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3596
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3820
3597
3821
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3822
    # mode.  It turns out that the SunPro C++ compiler does not properly
3823
    # handle '-M -o', and we need to detect this.  Also, some Intel
3824
    # versions had trouble with output in subdirs.
3825
    am__obj=sub/conftest.${OBJEXT-o}
3826
    am__minus_obj="-o $am__obj"
3827
    case $depmode in
3598
    case $depmode in
3828
    gcc)
3829
      # This depmode causes a compiler race in universal mode.
3830
      test "$am__universal" = false || continue
3831
      ;;
3832
    nosideeffect)
3599
    nosideeffect)
3833
      # After this tag, mechanisms are not by side-effect, so they'll
3600
      # after this tag, mechanisms are not by side-effect, so they'll
3834
      # only be used when explicitly requested.
3601
      # only be used when explicitly requested
3835
      if test "x$enable_dependency_tracking" = xyes; then
3602
      if test "x$enable_dependency_tracking" = xyes; then
3836
	continue
3603
	continue
3837
      else
3604
      else
3838
	break
3605
	break
3839
      fi
3606
      fi
3840
      ;;
3607
      ;;
3841
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3842
      # This compiler won't grok '-c -o', but also, the minuso test has
3843
      # not run yet.  These depmodes are late enough in the game, and
3844
      # so weak that their functioning should not be impacted.
3845
      am__obj=conftest.${OBJEXT-o}
3846
      am__minus_obj=
3847
      ;;
3848
    none) break ;;
3608
    none) break ;;
3849
    esac
3609
    esac
3610
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3611
    # mode.  It turns out that the SunPro C++ compiler does not properly
3612
    # handle `-M -o', and we need to detect this.
3850
    if depmode=$depmode \
3613
    if depmode=$depmode \
3851
       source=sub/conftest.c object=$am__obj \
3614
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3852
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3615
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3853
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3616
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3854
         >/dev/null 2>conftest.err &&
3617
         >/dev/null 2>conftest.err &&
3855
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3856
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3618
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3857
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3619
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3858
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3620
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3859
      # icc doesn't choke on unknown options, it will just issue warnings
3621
      # icc doesn't choke on unknown options, it will just issue warnings
3860
      # or remarks (even with -Werror).  So we grep stderr for any message
3622
      # or remarks (even with -Werror).  So we grep stderr for any message
Lines 3882-3888 Link Here
3882
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3644
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3883
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3645
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3884
3646
3885
 if
3647
3648
3649
if
3886
  test "x$enable_dependency_tracking" != xno \
3650
  test "x$enable_dependency_tracking" != xno \
3887
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3651
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3888
  am__fastdepCC_TRUE=
3652
  am__fastdepCC_TRUE=
Lines 4145-4151 Link Here
4145
fi
3909
fi
4146
3910
4147
3911
4148
 if test -n "$GROFF"; then
3912
3913
3914
if test -n "$GROFF"; then
4149
  HAVE_GROFF_TRUE=
3915
  HAVE_GROFF_TRUE=
4150
  HAVE_GROFF_FALSE='#'
3916
  HAVE_GROFF_FALSE='#'
4151
else
3917
else
Lines 4194-4200 Link Here
4194
fi
3960
fi
4195
3961
4196
3962
4197
 if test -n "$XMLLINT"; then
3963
3964
3965
if test -n "$XMLLINT"; then
4198
  HAVE_XMLLINT_TRUE=
3966
  HAVE_XMLLINT_TRUE=
4199
  HAVE_XMLLINT_FALSE='#'
3967
  HAVE_XMLLINT_FALSE='#'
4200
else
3968
else
Lines 4243-4249 Link Here
4243
fi
4011
fi
4244
4012
4245
4013
4246
 if test -n "$TIDY"; then
4014
4015
4016
if test -n "$TIDY"; then
4247
  HAVE_TIDY_TRUE=
4017
  HAVE_TIDY_TRUE=
4248
  HAVE_TIDY_FALSE='#'
4018
  HAVE_TIDY_FALSE='#'
4249
else
4019
else
Lines 5096-5117 Link Here
5096
LTLIBOBJS=$ac_ltlibobjs
4866
LTLIBOBJS=$ac_ltlibobjs
5097
4867
5098
4868
5099
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
5100
$as_echo_n "checking that generated files are newer than configure... " >&6; }
5101
   if test -n "$am_sleep_pid"; then
5102
     # Hide warnings about reused PIDs.
5103
     wait $am_sleep_pid 2>/dev/null
5104
   fi
5105
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
5106
$as_echo "done" >&6; }
5107
 if test -n "$EXEEXT"; then
5108
  am__EXEEXT_TRUE=
5109
  am__EXEEXT_FALSE='#'
5110
else
5111
  am__EXEEXT_TRUE='#'
5112
  am__EXEEXT_FALSE=
5113
fi
5114
5115
if test -z "${HAVE_HTML_XSL_TRUE}" && test -z "${HAVE_HTML_XSL_FALSE}"; then
4869
if test -z "${HAVE_HTML_XSL_TRUE}" && test -z "${HAVE_HTML_XSL_FALSE}"; then
5116
  as_fn_error $? "conditional \"HAVE_HTML_XSL\" was never defined.
4870
  as_fn_error $? "conditional \"HAVE_HTML_XSL\" was never defined.
5117
Usually this means the macro was only invoked conditionally." "$LINENO" 5
4871
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Lines 5610-5616 Link Here
5610
ac_pwd='$ac_pwd'
5364
ac_pwd='$ac_pwd'
5611
srcdir='$srcdir'
5365
srcdir='$srcdir'
5612
INSTALL='$INSTALL'
5366
INSTALL='$INSTALL'
5613
MKDIR_P='$MKDIR_P'
5614
AWK='$AWK'
5367
AWK='$AWK'
5615
test -n "\$AWK" || AWK=awk
5368
test -n "\$AWK" || AWK=awk
5616
_ACEOF
5369
_ACEOF
Lines 6198-6208 Link Here
6198
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5951
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6199
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5952
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
6200
  esac
5953
  esac
6201
  ac_MKDIR_P=$MKDIR_P
6202
  case $MKDIR_P in
6203
  [\\/$]* | ?:[\\/]* ) ;;
6204
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6205
  esac
6206
_ACEOF
5954
_ACEOF
6207
5955
6208
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5956
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Lines 6257-6263 Link Here
6257
s&@abs_builddir@&$ac_abs_builddir&;t t
6005
s&@abs_builddir@&$ac_abs_builddir&;t t
6258
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6006
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6259
s&@INSTALL@&$ac_INSTALL&;t t
6007
s&@INSTALL@&$ac_INSTALL&;t t
6260
s&@MKDIR_P@&$ac_MKDIR_P&;t t
6261
$ac_datarootdir_hack
6008
$ac_datarootdir_hack
6262
"
6009
"
6263
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
6010
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
Lines 6303-6324 Link Here
6303
      || as_fn_error $? "could not create -" "$LINENO" 5
6050
      || as_fn_error $? "could not create -" "$LINENO" 5
6304
  fi
6051
  fi
6305
# Compute "$ac_file"'s index in $config_headers.
6052
# Compute "$ac_file"'s index in $config_headers.
6306
_am_arg="$ac_file"
6307
_am_stamp_count=1
6053
_am_stamp_count=1
6308
for _am_header in $config_headers :; do
6054
for _am_header in $config_headers :; do
6309
  case $_am_header in
6055
  case $_am_header in
6310
    $_am_arg | $_am_arg:* )
6056
    "$ac_file" | "$ac_file":* )
6311
      break ;;
6057
      break ;;
6312
    * )
6058
    * )
6313
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6059
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6314
  esac
6060
  esac
6315
done
6061
done
6316
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
6062
echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
6317
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6063
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6318
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
6064
	 X"$ac_file" : 'X\(//\)[^/]' \| \
6319
	 X"$_am_arg" : 'X\(//\)$' \| \
6065
	 X"$ac_file" : 'X\(//\)$' \| \
6320
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
6066
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6321
$as_echo X"$_am_arg" |
6067
$as_echo X"$ac_file" |
6322
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6068
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6323
	    s//\1/
6069
	    s//\1/
6324
	    q
6070
	    q
Lines 6345-6372 Link Here
6345
6091
6346
6092
6347
  case $ac_file$ac_mode in
6093
  case $ac_file$ac_mode in
6348
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
6094
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
6349
  # Older Autoconf quotes --file arguments for eval, but not when files
6095
  # Strip MF so we end up with the name of the file.
6350
  # are listed without --file.  Let's play safe and only enable the eval
6096
  mf=`echo "$mf" | sed -e 's/:.*$//'`
6351
  # if we detect the quoting.
6097
  # Check whether this is an Automake generated Makefile or not.
6352
  case $CONFIG_FILES in
6098
  # We used to match only the files named `Makefile.in', but
6353
  *\'*) eval set x "$CONFIG_FILES" ;;
6099
  # some people rename them; so instead we look at the file content.
6354
  *)   set x $CONFIG_FILES ;;
6100
  # Grep'ing the first line is not enough: some people post-process
6355
  esac
6101
  # each Makefile.in and add a new line on top of each file to say so.
6356
  shift
6102
  # So let's grep whole file.
6357
  for mf
6103
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6358
  do
6104
    dirpart=`$as_dirname -- "$mf" ||
6359
    # Strip MF so we end up with the name of the file.
6360
    mf=`echo "$mf" | sed -e 's/:.*$//'`
6361
    # Check whether this is an Automake generated Makefile or not.
6362
    # We used to match only the files named 'Makefile.in', but
6363
    # some people rename them; so instead we look at the file content.
6364
    # Grep'ing the first line is not enough: some people post-process
6365
    # each Makefile.in and add a new line on top of each file to say so.
6366
    # Grep'ing the whole file is not good either: AIX grep has a line
6367
    # limit of 2048, but all sed's we know have understand at least 4000.
6368
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6369
      dirpart=`$as_dirname -- "$mf" ||
6370
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6105
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6371
	 X"$mf" : 'X\(//\)[^/]' \| \
6106
	 X"$mf" : 'X\(//\)[^/]' \| \
6372
	 X"$mf" : 'X\(//\)$' \| \
6107
	 X"$mf" : 'X\(//\)$' \| \
Lines 6389-6414 Link Here
6389
	    q
6124
	    q
6390
	  }
6125
	  }
6391
	  s/.*/./; q'`
6126
	  s/.*/./; q'`
6392
    else
6127
  else
6393
      continue
6128
    continue
6394
    fi
6129
  fi
6395
    # Extract the definition of DEPDIR, am__include, and am__quote
6130
  # Extract the definition of DEPDIR, am__include, and am__quote
6396
    # from the Makefile without running 'make'.
6131
  # from the Makefile without running `make'.
6397
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6132
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6398
    test -z "$DEPDIR" && continue
6133
  test -z "$DEPDIR" && continue
6399
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
6134
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
6400
    test -z "$am__include" && continue
6135
  test -z "am__include" && continue
6401
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6136
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6402
    # Find all dependency output files, they are included files with
6137
  # When using ansi2knr, U may be empty or an underscore; expand it
6403
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
6138
  U=`sed -n 's/^U = //p' < "$mf"`
6404
    # simplest approach to changing $(DEPDIR) to its actual value in the
6139
  # Find all dependency output files, they are included files with
6405
    # expansion.
6140
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
6406
    for file in `sed -n "
6141
  # simplest approach to changing $(DEPDIR) to its actual value in the
6407
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6142
  # expansion.
6408
	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
6143
  for file in `sed -n "
6409
      # Make sure the directory exists.
6144
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6410
      test -f "$dirpart/$file" && continue
6145
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6411
      fdir=`$as_dirname -- "$file" ||
6146
    # Make sure the directory exists.
6147
    test -f "$dirpart/$file" && continue
6148
    fdir=`$as_dirname -- "$file" ||
6412
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6149
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6413
	 X"$file" : 'X\(//\)[^/]' \| \
6150
	 X"$file" : 'X\(//\)[^/]' \| \
6414
	 X"$file" : 'X\(//\)$' \| \
6151
	 X"$file" : 'X\(//\)$' \| \
Lines 6431-6442 Link Here
6431
	    q
6168
	    q
6432
	  }
6169
	  }
6433
	  s/.*/./; q'`
6170
	  s/.*/./; q'`
6434
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
6171
    as_dir=$dirpart/$fdir; as_fn_mkdir_p
6435
      # echo "creating $dirpart/$file"
6172
    # echo "creating $dirpart/$file"
6436
      echo '# dummy' > "$dirpart/$file"
6173
    echo '# dummy' > "$dirpart/$file"
6437
    done
6438
  done
6174
  done
6439
}
6175
done
6440
 ;;
6176
 ;;
6441
6177
6442
  esac
6178
  esac

Return to bug 529580