~ubuntu-branches/ubuntu/natty/desktop-switcher/natty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-09-09 16:32:56 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090909163256-ipg3b37wmztcrbao
Tags: 0.5.4-0ubuntu1
New upstream release.

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.64 for desktop-switcher 0.5.2.
 
3
# Generated by GNU Autoconf 2.64 for desktop-switcher 0.5.4.
4
4
#
5
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
6
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
695
695
# Identity of this package.
696
696
PACKAGE_NAME='desktop-switcher'
697
697
PACKAGE_TARNAME='desktop-switcher'
698
 
PACKAGE_VERSION='0.5.2'
699
 
PACKAGE_STRING='desktop-switcher 0.5.2'
 
698
PACKAGE_VERSION='0.5.4'
 
699
PACKAGE_STRING='desktop-switcher 0.5.4'
700
700
PACKAGE_BUGREPORT=''
701
701
PACKAGE_URL=''
702
702
 
844
844
SET_MAKE
845
845
AWK
846
846
mkdir_p
 
847
MKDIR_P
847
848
INSTALL_STRIP_PROGRAM
848
849
STRIP
849
850
install_sh
855
856
VERSION
856
857
PACKAGE
857
858
CYGPATH_W
 
859
am__isrc
858
860
INSTALL_DATA
859
861
INSTALL_SCRIPT
860
862
INSTALL_PROGRAM
1465
1467
  # Omit some internal or obsolete options to make the list less imposing.
1466
1468
  # This message is too long to be a string in the A/UX 3.1 sh.
1467
1469
  cat <<_ACEOF
1468
 
\`configure' configures desktop-switcher 0.5.2 to adapt to many kinds of systems.
 
1470
\`configure' configures desktop-switcher 0.5.4 to adapt to many kinds of systems.
1469
1471
 
1470
1472
Usage: $0 [OPTION]... [VAR=VALUE]...
1471
1473
 
1536
1538
 
1537
1539
if test -n "$ac_init_help"; then
1538
1540
  case $ac_init_help in
1539
 
     short | recursive ) echo "Configuration of desktop-switcher 0.5.2:";;
 
1541
     short | recursive ) echo "Configuration of desktop-switcher 0.5.4:";;
1540
1542
   esac
1541
1543
  cat <<\_ACEOF
1542
1544
 
1647
1649
test -n "$ac_init_help" && exit $ac_status
1648
1650
if $ac_init_version; then
1649
1651
  cat <<\_ACEOF
1650
 
desktop-switcher configure 0.5.2
 
1652
desktop-switcher configure 0.5.4
1651
1653
generated by GNU Autoconf 2.64
1652
1654
 
1653
1655
Copyright (C) 2009 Free Software Foundation, Inc.
2012
2014
This file contains any messages produced by compilers while
2013
2015
running configure, to aid debugging if configure makes a mistake.
2014
2016
 
2015
 
It was created by desktop-switcher $as_me 0.5.2, which was
 
2017
It was created by desktop-switcher $as_me 0.5.4, which was
2016
2018
generated by GNU Autoconf 2.64.  Invocation command line was
2017
2019
 
2018
2020
  $ $0 $@
2359
2361
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2360
2362
 
2361
2363
 
2362
 
am__api_version="1.9"
 
2364
am__api_version='1.10'
 
2365
 
2363
2366
ac_aux_dir=
2364
2367
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2365
2368
  for ac_t in install-sh install.sh shtool; do
2538
2541
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2539
2542
fi
2540
2543
 
2541
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2542
 
  # We used to keeping the `.' as first argument, in order to
2543
 
  # allow $(mkdir_p) to be used without argument.  As in
2544
 
  #   $(mkdir_p) $(somedir)
2545
 
  # where $(somedir) is conditionally defined.  However this is wrong
2546
 
  # for two reasons:
2547
 
  #  1. if the package is installed by a user who cannot write `.'
2548
 
  #     make install will fail,
2549
 
  #  2. the above comment should most certainly read
2550
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
2551
 
  #     so it does not work when $(somedir) is undefined and
2552
 
  #     $(DESTDIR) is not.
2553
 
  #  To support the latter case, we have to write
2554
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2555
 
  #  so the `.' trick is pointless.
2556
 
  mkdir_p='mkdir -p --'
 
2544
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
 
2545
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
2546
if test -z "$MKDIR_P"; then
 
2547
  if test "${ac_cv_path_mkdir+set}" = set; then :
 
2548
  $as_echo_n "(cached) " >&6
2557
2549
else
2558
 
  # On NextStep and OpenStep, the `mkdir' command does not
2559
 
  # recognize any option.  It will interpret all options as
2560
 
  # directories to create, and then abort because `.' already
2561
 
  # exists.
2562
 
  for d in ./-p ./--version;
2563
 
  do
2564
 
    test -d $d && rmdir $d
 
2550
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2551
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
2552
do
 
2553
  IFS=$as_save_IFS
 
2554
  test -z "$as_dir" && as_dir=.
 
2555
    for ac_prog in mkdir gmkdir; do
 
2556
         for ac_exec_ext in '' $ac_executable_extensions; do
 
2557
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
2558
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
2559
             'mkdir (GNU coreutils) '* | \
 
2560
             'mkdir (coreutils) '* | \
 
2561
             'mkdir (fileutils) '4.1*)
 
2562
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
2563
               break 3;;
 
2564
           esac
 
2565
         done
 
2566
       done
2565
2567
  done
2566
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2567
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
2568
 
    mkdir_p='$(mkinstalldirs)'
 
2568
IFS=$as_save_IFS
 
2569
 
 
2570
fi
 
2571
 
 
2572
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2573
    MKDIR_P="$ac_cv_path_mkdir -p"
2569
2574
  else
2570
 
    mkdir_p='$(install_sh) -d'
 
2575
    # As a last resort, use the slow shell script.  Don't cache a
 
2576
    # value for MKDIR_P within a source directory, because that will
 
2577
    # break other packages using the cache if that directory is
 
2578
    # removed, or if the value is a relative name.
 
2579
    test -d ./--version && rmdir ./--version
 
2580
    MKDIR_P="$ac_install_sh -d"
2571
2581
  fi
2572
2582
fi
 
2583
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
 
2584
$as_echo "$MKDIR_P" >&6; }
 
2585
 
 
2586
mkdir_p="$MKDIR_P"
 
2587
case $mkdir_p in
 
2588
  [\\/$]* | ?:[\\/]*) ;;
 
2589
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2590
esac
2573
2591
 
2574
2592
for ac_prog in gawk mawk nawk awk
2575
2593
do
2653
2671
fi
2654
2672
rmdir .tst 2>/dev/null
2655
2673
 
2656
 
# test to see if srcdir already configured
2657
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2658
 
   test -f $srcdir/config.status; then
2659
 
  as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
2674
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2675
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2676
  # is not polluted with repeated "-I."
 
2677
  am__isrc=' -I$(srcdir)'
 
2678
  # test to see if srcdir already configured
 
2679
  if test -f $srcdir/config.status; then
 
2680
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
2681
  fi
2660
2682
fi
2661
2683
 
2662
2684
# test whether we have cygpath
2671
2693
 
2672
2694
# Define the identity of the package.
2673
2695
 PACKAGE='desktop-switcher'
2674
 
 VERSION='0.5.2'
 
2696
 VERSION='0.5.4'
2675
2697
 
2676
2698
 
2677
2699
cat >>confdefs.h <<_ACEOF
2699
2721
 
2700
2722
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2701
2723
 
2702
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
2724
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2703
2725
 
2704
2726
# Installed binaries are usually stripped using `strip' when the user
2705
2727
# run `make install-strip'.  However `strip' might not be the right
2799
2821
fi
2800
2822
 
2801
2823
fi
2802
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
2824
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2803
2825
 
2804
2826
# We need awk for the "check" target.  The system "awk" is bad on
2805
2827
# some platforms.
2814
2836
 
2815
2837
 
2816
2838
 
 
2839
 
2817
2840
ac_config_headers="$ac_config_headers config.h"
2818
2841
 
2819
2842
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2827
2850
 
2828
2851
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2829
2852
$as_echo "$USE_MAINTAINER_MODE" >&6; }
2830
 
 
2831
 
 
2832
 
if test $USE_MAINTAINER_MODE = yes; then
 
2853
   if test $USE_MAINTAINER_MODE = yes; then
2833
2854
  MAINTAINER_MODE_TRUE=
2834
2855
  MAINTAINER_MODE_FALSE='#'
2835
2856
else
2894
2915
  am_depcomp="$ac_aux_dir/depcomp"
2895
2916
  AMDEPBACKSLASH='\'
2896
2917
fi
2897
 
 
2898
 
 
2899
 
if test "x$enable_dependency_tracking" != xno; then
 
2918
 if test "x$enable_dependency_tracking" != xno; then
2900
2919
  AMDEP_TRUE=
2901
2920
  AMDEP_FALSE='#'
2902
2921
else
2905
2924
fi
2906
2925
 
2907
2926
 
2908
 
 
2909
2927
ac_ext=c
2910
2928
ac_cpp='$CPP $CPPFLAGS'
2911
2929
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3740
3758
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3741
3759
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3742
3760
         >/dev/null 2>conftest.err &&
 
3761
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3743
3762
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3744
3763
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3745
3764
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3769
3788
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3770
3789
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3771
3790
 
3772
 
 
3773
 
 
3774
 
if
 
3791
 if
3775
3792
  test "x$enable_dependency_tracking" != xno \
3776
3793
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3777
3794
  am__fastdepCC_TRUE=
4446
4463
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4447
4464
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
4448
4465
         >/dev/null 2>conftest.err &&
 
4466
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4449
4467
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4450
4468
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
4451
4469
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4475
4493
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4476
4494
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4477
4495
 
4478
 
 
4479
 
 
4480
 
if
 
4496
 if
4481
4497
  test "x$enable_dependency_tracking" != xno \
4482
4498
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4483
4499
  am__fastdepCC_TRUE=
5418
5434
else
5419
5435
  lt_cv_nm_interface="BSD nm"
5420
5436
  echo "int some_variable = 0;" > conftest.$ac_ext
5421
 
  (eval echo "\"\$as_me:5421: $ac_compile\"" >&5)
 
5437
  (eval echo "\"\$as_me:5437: $ac_compile\"" >&5)
5422
5438
  (eval "$ac_compile" 2>conftest.err)
5423
5439
  cat conftest.err >&5
5424
 
  (eval echo "\"\$as_me:5424: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5440
  (eval echo "\"\$as_me:5440: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5425
5441
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5426
5442
  cat conftest.err >&5
5427
 
  (eval echo "\"\$as_me:5427: output\"" >&5)
 
5443
  (eval echo "\"\$as_me:5443: output\"" >&5)
5428
5444
  cat conftest.out >&5
5429
5445
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5430
5446
    lt_cv_nm_interface="MS dumpbin"
6629
6645
  ;;
6630
6646
*-*-irix6*)
6631
6647
  # Find out which ABI we are using.
6632
 
  echo '#line 6632 "configure"' > conftest.$ac_ext
 
6648
  echo '#line 6648 "configure"' > conftest.$ac_ext
6633
6649
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6634
6650
  (eval $ac_compile) 2>&5
6635
6651
  ac_status=$?
7905
7921
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7906
7922
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7907
7923
   -e 's:$: $lt_compiler_flag:'`
7908
 
   (eval echo "\"\$as_me:7908: $lt_compile\"" >&5)
 
7924
   (eval echo "\"\$as_me:7924: $lt_compile\"" >&5)
7909
7925
   (eval "$lt_compile" 2>conftest.err)
7910
7926
   ac_status=$?
7911
7927
   cat conftest.err >&5
7912
 
   echo "$as_me:7912: \$? = $ac_status" >&5
 
7928
   echo "$as_me:7928: \$? = $ac_status" >&5
7913
7929
   if (exit $ac_status) && test -s "$ac_outfile"; then
7914
7930
     # The compiler can only warn and ignore the option if not recognized
7915
7931
     # So say no if there are warnings other than the usual output.
8244
8260
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8245
8261
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8246
8262
   -e 's:$: $lt_compiler_flag:'`
8247
 
   (eval echo "\"\$as_me:8247: $lt_compile\"" >&5)
 
8263
   (eval echo "\"\$as_me:8263: $lt_compile\"" >&5)
8248
8264
   (eval "$lt_compile" 2>conftest.err)
8249
8265
   ac_status=$?
8250
8266
   cat conftest.err >&5
8251
 
   echo "$as_me:8251: \$? = $ac_status" >&5
 
8267
   echo "$as_me:8267: \$? = $ac_status" >&5
8252
8268
   if (exit $ac_status) && test -s "$ac_outfile"; then
8253
8269
     # The compiler can only warn and ignore the option if not recognized
8254
8270
     # So say no if there are warnings other than the usual output.
8349
8365
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8350
8366
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8351
8367
   -e 's:$: $lt_compiler_flag:'`
8352
 
   (eval echo "\"\$as_me:8352: $lt_compile\"" >&5)
 
8368
   (eval echo "\"\$as_me:8368: $lt_compile\"" >&5)
8353
8369
   (eval "$lt_compile" 2>out/conftest.err)
8354
8370
   ac_status=$?
8355
8371
   cat out/conftest.err >&5
8356
 
   echo "$as_me:8356: \$? = $ac_status" >&5
 
8372
   echo "$as_me:8372: \$? = $ac_status" >&5
8357
8373
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8358
8374
   then
8359
8375
     # The compiler can only warn and ignore the option if not recognized
8404
8420
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8405
8421
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8406
8422
   -e 's:$: $lt_compiler_flag:'`
8407
 
   (eval echo "\"\$as_me:8407: $lt_compile\"" >&5)
 
8423
   (eval echo "\"\$as_me:8423: $lt_compile\"" >&5)
8408
8424
   (eval "$lt_compile" 2>out/conftest.err)
8409
8425
   ac_status=$?
8410
8426
   cat out/conftest.err >&5
8411
 
   echo "$as_me:8411: \$? = $ac_status" >&5
 
8427
   echo "$as_me:8427: \$? = $ac_status" >&5
8412
8428
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8413
8429
   then
8414
8430
     # The compiler can only warn and ignore the option if not recognized
10787
10803
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10788
10804
  lt_status=$lt_dlunknown
10789
10805
  cat > conftest.$ac_ext <<_LT_EOF
10790
 
#line 10790 "configure"
 
10806
#line 10806 "configure"
10791
10807
#include "confdefs.h"
10792
10808
 
10793
10809
#if HAVE_DLFCN_H
10883
10899
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10884
10900
  lt_status=$lt_dlunknown
10885
10901
  cat > conftest.$ac_ext <<_LT_EOF
10886
 
#line 10886 "configure"
 
10902
#line 10902 "configure"
10887
10903
#include "confdefs.h"
10888
10904
 
10889
10905
#if HAVE_DLFCN_H
12718
12734
      esac
12719
12735
fi
12720
12736
 
12721
 
 
12722
 
 
12723
 
if test "$enable_schemas_install" != no; then
 
12737
   if test "$enable_schemas_install" != no; then
12724
12738
  GCONF_SCHEMAS_INSTALL_TRUE=
12725
12739
  GCONF_SCHEMAS_INSTALL_FALSE='#'
12726
12740
else
13261
13275
# report actual input values of CONFIG_FILES etc. instead of their
13262
13276
# values after options handling.
13263
13277
ac_log="
13264
 
This file was extended by desktop-switcher $as_me 0.5.2, which was
 
13278
This file was extended by desktop-switcher $as_me 0.5.4, which was
13265
13279
generated by GNU Autoconf 2.64.  Invocation command line was
13266
13280
 
13267
13281
  CONFIG_FILES    = $CONFIG_FILES
13325
13339
_ACEOF
13326
13340
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13327
13341
ac_cs_version="\\
13328
 
desktop-switcher config.status 0.5.2
 
13342
desktop-switcher config.status 0.5.4
13329
13343
configured by $0, generated by GNU Autoconf 2.64,
13330
13344
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13331
13345
 
13336
13350
ac_pwd='$ac_pwd'
13337
13351
srcdir='$srcdir'
13338
13352
INSTALL='$INSTALL'
 
13353
MKDIR_P='$MKDIR_P'
13339
13354
AWK='$AWK'
13340
13355
test -n "\$AWK" || AWK=awk
13341
13356
_ACEOF
14148
14163
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14149
14164
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14150
14165
  esac
 
14166
  ac_MKDIR_P=$MKDIR_P
 
14167
  case $MKDIR_P in
 
14168
  [\\/$]* | ?:[\\/]* ) ;;
 
14169
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
14170
  esac
14151
14171
_ACEOF
14152
14172
 
14153
14173
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14202
14222
s&@abs_builddir@&$ac_abs_builddir&;t t
14203
14223
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14204
14224
s&@INSTALL@&$ac_INSTALL&;t t
 
14225
s&@MKDIR_P@&$ac_MKDIR_P&;t t
14205
14226
$ac_datarootdir_hack
14206
14227
"
14207
14228
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14246
14267
      || as_fn_error "could not create -" "$LINENO" 5
14247
14268
  fi
14248
14269
# Compute "$ac_file"'s index in $config_headers.
 
14270
_am_arg="$ac_file"
14249
14271
_am_stamp_count=1
14250
14272
for _am_header in $config_headers :; do
14251
14273
  case $_am_header in
14252
 
    "$ac_file" | "$ac_file":* )
 
14274
    $_am_arg | $_am_arg:* )
14253
14275
      break ;;
14254
14276
    * )
14255
14277
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14256
14278
  esac
14257
14279
done
14258
 
echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
14259
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14260
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
14261
 
         X"$ac_file" : 'X\(//\)$' \| \
14262
 
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14263
 
$as_echo X"$ac_file" |
 
14280
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
14281
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
14282
         X"$_am_arg" : 'X\(//\)[^/]' \| \
 
14283
         X"$_am_arg" : 'X\(//\)$' \| \
 
14284
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
14285
$as_echo X"$_am_arg" |
14264
14286
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14265
14287
            s//\1/
14266
14288
            q
14287
14309
 
14288
14310
 
14289
14311
  case $ac_file$ac_mode in
14290
 
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
14291
 
  # Strip MF so we end up with the name of the file.
14292
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
14293
 
  # Check whether this is an Automake generated Makefile or not.
14294
 
  # We used to match only the files named `Makefile.in', but
14295
 
  # some people rename them; so instead we look at the file content.
14296
 
  # Grep'ing the first line is not enough: some people post-process
14297
 
  # each Makefile.in and add a new line on top of each file to say so.
14298
 
  # So let's grep whole file.
14299
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
14300
 
    dirpart=`$as_dirname -- "$mf" ||
 
14312
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
 
14313
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
14314
  # are listed without --file.  Let's play safe and only enable the eval
 
14315
  # if we detect the quoting.
 
14316
  case $CONFIG_FILES in
 
14317
  *\'*) eval set x "$CONFIG_FILES" ;;
 
14318
  *)   set x $CONFIG_FILES ;;
 
14319
  esac
 
14320
  shift
 
14321
  for mf
 
14322
  do
 
14323
    # Strip MF so we end up with the name of the file.
 
14324
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
14325
    # Check whether this is an Automake generated Makefile or not.
 
14326
    # We used to match only the files named `Makefile.in', but
 
14327
    # some people rename them; so instead we look at the file content.
 
14328
    # Grep'ing the first line is not enough: some people post-process
 
14329
    # each Makefile.in and add a new line on top of each file to say so.
 
14330
    # Grep'ing the whole file is not good either: AIX grep has a line
 
14331
    # limit of 2048, but all sed's we know have understand at least 4000.
 
14332
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
14333
      dirpart=`$as_dirname -- "$mf" ||
14301
14334
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14302
14335
         X"$mf" : 'X\(//\)[^/]' \| \
14303
14336
         X"$mf" : 'X\(//\)$' \| \
14320
14353
            q
14321
14354
          }
14322
14355
          s/.*/./; q'`
14323
 
  else
14324
 
    continue
14325
 
  fi
14326
 
  # Extract the definition of DEPDIR, am__include, and am__quote
14327
 
  # from the Makefile without running `make'.
14328
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14329
 
  test -z "$DEPDIR" && continue
14330
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
14331
 
  test -z "am__include" && continue
14332
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14333
 
  # When using ansi2knr, U may be empty or an underscore; expand it
14334
 
  U=`sed -n 's/^U = //p' < "$mf"`
14335
 
  # Find all dependency output files, they are included files with
14336
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
14337
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
14338
 
  # expansion.
14339
 
  for file in `sed -n "
14340
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14341
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14342
 
    # Make sure the directory exists.
14343
 
    test -f "$dirpart/$file" && continue
14344
 
    fdir=`$as_dirname -- "$file" ||
 
14356
    else
 
14357
      continue
 
14358
    fi
 
14359
    # Extract the definition of DEPDIR, am__include, and am__quote
 
14360
    # from the Makefile without running `make'.
 
14361
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
14362
    test -z "$DEPDIR" && continue
 
14363
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
14364
    test -z "am__include" && continue
 
14365
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
14366
    # When using ansi2knr, U may be empty or an underscore; expand it
 
14367
    U=`sed -n 's/^U = //p' < "$mf"`
 
14368
    # Find all dependency output files, they are included files with
 
14369
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
14370
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
14371
    # expansion.
 
14372
    for file in `sed -n "
 
14373
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
14374
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
14375
      # Make sure the directory exists.
 
14376
      test -f "$dirpart/$file" && continue
 
14377
      fdir=`$as_dirname -- "$file" ||
14345
14378
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14346
14379
         X"$file" : 'X\(//\)[^/]' \| \
14347
14380
         X"$file" : 'X\(//\)$' \| \
14364
14397
            q
14365
14398
          }
14366
14399
          s/.*/./; q'`
14367
 
    as_dir=$dirpart/$fdir; as_fn_mkdir_p
14368
 
    # echo "creating $dirpart/$file"
14369
 
    echo '# dummy' > "$dirpart/$file"
 
14400
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
 
14401
      # echo "creating $dirpart/$file"
 
14402
      echo '# dummy' > "$dirpart/$file"
 
14403
    done
14370
14404
  done
14371
 
done
 
14405
}
14372
14406
 ;;
14373
14407
    "libtool":C)
14374
14408