~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-08 09:33:41 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908093341-jh02q5ba0q8jyu9l
Tags: 2.27.92-0ubuntu1
* New upstream release (LP: #425998)
  - Some improvements when handling DVD-RW sequential
  - #593829 - Brasero gets stuck in a loop at "Getting size" while burning another session on a multi-session disk
  - #578466 - Unable to overburn
  - #593314 - Brasero is failing to burn from sftp
  - #593492 - Compilation must be ordered by file name
  - #587122 - Copying DVD - "Error while reading video DVD (no error)"
  - #592026 - brasero crashes when eject a medium
  - #592025 - brasero crashes on detecting src images on a NFS path when preparing burning an image
  - #591880 - Image checksumming causes internal error (LP: #354995)
  - #591397 - Brasero Main window pops up after exiting from Image Burning window.
  - Translation updates
  - lots of small fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(AC_AUTOCONF_VERSION, [2.63],,
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
17
17
[m4_warning([this file was generated for autoconf 2.63.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
419
419
     fi
420
420
   fi
421
421
 
 
422
   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
 
423
   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
 
424
   dnl Try to locate is.
 
425
   MKINSTALLDIRS=
 
426
   if test -n "$ac_aux_dir"; then
 
427
     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 
428
   fi
 
429
   if test -z "$MKINSTALLDIRS"; then
 
430
     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 
431
   fi
 
432
   AC_SUBST(MKINSTALLDIRS)
 
433
 
422
434
   dnl Generate list of files to be processed by xgettext which will
423
435
   dnl be included in po/Makefile.
424
436
   test -d po || mkdir po
3429
3441
  # before this can be enabled.
3430
3442
  hardcode_into_libs=yes
3431
3443
 
 
3444
  # Add ABI-specific directories to the system library path.
 
3445
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
3446
 
3432
3447
  # Append ld.so.conf contents to the search path
3433
3448
  if test -f /etc/ld.so.conf; then
3434
3449
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[   ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
3435
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
3450
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
3436
3451
  fi
3437
3452
 
3438
3453
  # We used to test for /lib/ld.so.1 and disable shared libraries on
9097
9112
fi[]dnl
9098
9113
])# PKG_CHECK_MODULES
9099
9114
 
9100
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 
9115
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
9101
9116
#
9102
9117
# This file is free software; the Free Software Foundation
9103
9118
# gives unlimited permission to copy and/or distribute it,
9109
9124
# generated from the m4 files accompanying Automake X.Y.
9110
9125
# (This private macro should not be called outside this file.)
9111
9126
AC_DEFUN([AM_AUTOMAKE_VERSION],
9112
 
[am__api_version='1.10'
 
9127
[am__api_version='1.11'
9113
9128
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9114
9129
dnl require some minimum version.  Point them to the right macro.
9115
 
m4_if([$1], [1.10.1], [],
 
9130
m4_if([$1], [1.11], [],
9116
9131
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9117
9132
])
9118
9133
 
9126
9141
# AM_SET_CURRENT_AUTOMAKE_VERSION
9127
9142
# -------------------------------
9128
9143
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9129
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
9144
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9130
9145
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9131
 
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
9146
[AM_AUTOMAKE_VERSION([1.11])dnl
9132
9147
m4_ifndef([AC_AUTOCONF_VERSION],
9133
9148
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9134
 
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
9149
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
9135
9150
 
9136
9151
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
9137
9152
 
9188
9203
 
9189
9204
# AM_CONDITIONAL                                            -*- Autoconf -*-
9190
9205
 
9191
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
 
9206
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
9192
9207
# Free Software Foundation, Inc.
9193
9208
#
9194
9209
# This file is free software; the Free Software Foundation
9195
9210
# gives unlimited permission to copy and/or distribute it,
9196
9211
# with or without modifications, as long as this notice is preserved.
9197
9212
 
9198
 
# serial 8
 
9213
# serial 9
9199
9214
 
9200
9215
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
9201
9216
# -------------------------------------
9208
9223
AC_SUBST([$1_FALSE])dnl
9209
9224
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
9210
9225
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
9226
m4_define([_AM_COND_VALUE_$1], [$2])dnl
9211
9227
if $2; then
9212
9228
  $1_TRUE=
9213
9229
  $1_FALSE='#'
9221
9237
Usually this means the macro was only invoked conditionally.]])
9222
9238
fi])])
9223
9239
 
9224
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 
9240
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
9225
9241
# Free Software Foundation, Inc.
9226
9242
#
9227
9243
# This file is free software; the Free Software Foundation
9228
9244
# gives unlimited permission to copy and/or distribute it,
9229
9245
# with or without modifications, as long as this notice is preserved.
9230
9246
 
9231
 
# serial 9
 
9247
# serial 10
9232
9248
 
9233
9249
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
9234
9250
# written in clear, in which case automake, when reading aclocal.m4,
9285
9301
  if test "$am_compiler_list" = ""; then
9286
9302
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
9287
9303
  fi
 
9304
  am__universal=false
 
9305
  m4_case([$1], [CC],
 
9306
    [case " $depcc " in #(
 
9307
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
9308
     esac],
 
9309
    [CXX],
 
9310
    [case " $depcc " in #(
 
9311
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
9312
     esac])
 
9313
 
9288
9314
  for depmode in $am_compiler_list; do
9289
9315
    # Setup a source with many dependencies, because some compilers
9290
9316
    # like to wrap large dependency lists on column 80 (with \), and
9302
9328
    done
9303
9329
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
9304
9330
 
 
9331
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
9332
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
9333
    # handle `-M -o', and we need to detect this.  Also, some Intel
 
9334
    # versions had trouble with output in subdirs
 
9335
    am__obj=sub/conftest.${OBJEXT-o}
 
9336
    am__minus_obj="-o $am__obj"
9305
9337
    case $depmode in
 
9338
    gcc)
 
9339
      # This depmode causes a compiler race in universal mode.
 
9340
      test "$am__universal" = false || continue
 
9341
      ;;
9306
9342
    nosideeffect)
9307
9343
      # after this tag, mechanisms are not by side-effect, so they'll
9308
9344
      # only be used when explicitly requested
9312
9348
        break
9313
9349
      fi
9314
9350
      ;;
 
9351
    msvisualcpp | msvcmsys)
 
9352
      # This compiler won't grok `-c -o', but also, the minuso test has
 
9353
      # not run yet.  These depmodes are late enough in the game, and
 
9354
      # so weak that their functioning should not be impacted.
 
9355
      am__obj=conftest.${OBJEXT-o}
 
9356
      am__minus_obj=
 
9357
      ;;
9315
9358
    none) break ;;
9316
9359
    esac
9317
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
9318
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
9319
 
    # handle `-M -o', and we need to detect this.
9320
9360
    if depmode=$depmode \
9321
 
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
9361
       source=sub/conftest.c object=$am__obj \
9322
9362
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9323
 
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
9363
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
9324
9364
         >/dev/null 2>conftest.err &&
9325
9365
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
9326
9366
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
9327
 
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
9367
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
9328
9368
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
9329
9369
      # icc doesn't choke on unknown options, it will just issue warnings
9330
9370
      # or remarks (even with -Werror).  So we grep stderr for any message
9381
9421
 
9382
9422
# Generate code to set up dependency tracking.              -*- Autoconf -*-
9383
9423
 
9384
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
9424
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
9385
9425
# Free Software Foundation, Inc.
9386
9426
#
9387
9427
# This file is free software; the Free Software Foundation
9388
9428
# gives unlimited permission to copy and/or distribute it,
9389
9429
# with or without modifications, as long as this notice is preserved.
9390
9430
 
9391
 
#serial 3
 
9431
#serial 5
9392
9432
 
9393
9433
# _AM_OUTPUT_DEPENDENCY_COMMANDS
9394
9434
# ------------------------------
9395
9435
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
9396
 
[for mf in $CONFIG_FILES; do
9397
 
  # Strip MF so we end up with the name of the file.
9398
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
9399
 
  # Check whether this is an Automake generated Makefile or not.
9400
 
  # We used to match only the files named `Makefile.in', but
9401
 
  # some people rename them; so instead we look at the file content.
9402
 
  # Grep'ing the first line is not enough: some people post-process
9403
 
  # each Makefile.in and add a new line on top of each file to say so.
9404
 
  # Grep'ing the whole file is not good either: AIX grep has a line
9405
 
  # limit of 2048, but all sed's we know have understand at least 4000.
9406
 
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
9407
 
    dirpart=`AS_DIRNAME("$mf")`
9408
 
  else
9409
 
    continue
9410
 
  fi
9411
 
  # Extract the definition of DEPDIR, am__include, and am__quote
9412
 
  # from the Makefile without running `make'.
9413
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9414
 
  test -z "$DEPDIR" && continue
9415
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
9416
 
  test -z "am__include" && continue
9417
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9418
 
  # When using ansi2knr, U may be empty or an underscore; expand it
9419
 
  U=`sed -n 's/^U = //p' < "$mf"`
9420
 
  # Find all dependency output files, they are included files with
9421
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
9422
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
9423
 
  # expansion.
9424
 
  for file in `sed -n "
9425
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9426
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9427
 
    # Make sure the directory exists.
9428
 
    test -f "$dirpart/$file" && continue
9429
 
    fdir=`AS_DIRNAME(["$file"])`
9430
 
    AS_MKDIR_P([$dirpart/$fdir])
9431
 
    # echo "creating $dirpart/$file"
9432
 
    echo '# dummy' > "$dirpart/$file"
 
9436
[{
 
9437
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
9438
  # are listed without --file.  Let's play safe and only enable the eval
 
9439
  # if we detect the quoting.
 
9440
  case $CONFIG_FILES in
 
9441
  *\'*) eval set x "$CONFIG_FILES" ;;
 
9442
  *)   set x $CONFIG_FILES ;;
 
9443
  esac
 
9444
  shift
 
9445
  for mf
 
9446
  do
 
9447
    # Strip MF so we end up with the name of the file.
 
9448
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
9449
    # Check whether this is an Automake generated Makefile or not.
 
9450
    # We used to match only the files named `Makefile.in', but
 
9451
    # some people rename them; so instead we look at the file content.
 
9452
    # Grep'ing the first line is not enough: some people post-process
 
9453
    # each Makefile.in and add a new line on top of each file to say so.
 
9454
    # Grep'ing the whole file is not good either: AIX grep has a line
 
9455
    # limit of 2048, but all sed's we know have understand at least 4000.
 
9456
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
9457
      dirpart=`AS_DIRNAME("$mf")`
 
9458
    else
 
9459
      continue
 
9460
    fi
 
9461
    # Extract the definition of DEPDIR, am__include, and am__quote
 
9462
    # from the Makefile without running `make'.
 
9463
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
9464
    test -z "$DEPDIR" && continue
 
9465
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
9466
    test -z "am__include" && continue
 
9467
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
9468
    # When using ansi2knr, U may be empty or an underscore; expand it
 
9469
    U=`sed -n 's/^U = //p' < "$mf"`
 
9470
    # Find all dependency output files, they are included files with
 
9471
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
9472
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
9473
    # expansion.
 
9474
    for file in `sed -n "
 
9475
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
9476
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
9477
      # Make sure the directory exists.
 
9478
      test -f "$dirpart/$file" && continue
 
9479
      fdir=`AS_DIRNAME(["$file"])`
 
9480
      AS_MKDIR_P([$dirpart/$fdir])
 
9481
      # echo "creating $dirpart/$file"
 
9482
      echo '# dummy' > "$dirpart/$file"
 
9483
    done
9433
9484
  done
9434
 
done
 
9485
}
9435
9486
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
9436
9487
 
9437
9488
 
9463
9514
# Do all the work for Automake.                             -*- Autoconf -*-
9464
9515
 
9465
9516
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
9466
 
# 2005, 2006, 2008 Free Software Foundation, Inc.
 
9517
# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
9467
9518
#
9468
9519
# This file is free software; the Free Software Foundation
9469
9520
# gives unlimited permission to copy and/or distribute it,
9470
9521
# with or without modifications, as long as this notice is preserved.
9471
9522
 
9472
 
# serial 13
 
9523
# serial 16
9473
9524
 
9474
9525
# This macro actually does too much.  Some checks are only needed if
9475
9526
# your package does certain things.  But this isn't really a big deal.
9486
9537
# arguments mandatory, and then we can depend on a new Autoconf
9487
9538
# release and drop the old call support.
9488
9539
AC_DEFUN([AM_INIT_AUTOMAKE],
9489
 
[AC_PREREQ([2.60])dnl
 
9540
[AC_PREREQ([2.62])dnl
9490
9541
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
9491
9542
dnl the ones we care about.
9492
9543
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
9537
9588
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
9538
9589
AM_MISSING_PROG(AUTOHEADER, autoheader)
9539
9590
AM_MISSING_PROG(MAKEINFO, makeinfo)
9540
 
AM_PROG_INSTALL_SH
9541
 
AM_PROG_INSTALL_STRIP
 
9591
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
9592
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
9542
9593
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
9543
9594
# We need awk for the "check" target.  The system "awk" is bad on
9544
9595
# some platforms.
9546
9597
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
9547
9598
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
9548
9599
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
9549
 
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
9550
 
                             [_AM_PROG_TAR([v7])])])
 
9600
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
9601
                             [_AM_PROG_TAR([v7])])])
9551
9602
_AM_IF_OPTION([no-dependencies],,
9552
9603
[AC_PROVIDE_IFELSE([AC_PROG_CC],
9553
 
                  [_AM_DEPENDENCIES(CC)],
9554
 
                  [define([AC_PROG_CC],
9555
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
9604
                  [_AM_DEPENDENCIES(CC)],
 
9605
                  [define([AC_PROG_CC],
 
9606
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
9556
9607
AC_PROVIDE_IFELSE([AC_PROG_CXX],
9557
 
                  [_AM_DEPENDENCIES(CXX)],
9558
 
                  [define([AC_PROG_CXX],
9559
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
9608
                  [_AM_DEPENDENCIES(CXX)],
 
9609
                  [define([AC_PROG_CXX],
 
9610
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
9560
9611
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
9561
 
                  [_AM_DEPENDENCIES(OBJC)],
9562
 
                  [define([AC_PROG_OBJC],
9563
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
9564
 
])
9565
 
])
 
9612
                  [_AM_DEPENDENCIES(OBJC)],
 
9613
                  [define([AC_PROG_OBJC],
 
9614
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
9615
])
 
9616
_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
9617
dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
9618
dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
9619
dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
9620
AC_CONFIG_COMMANDS_PRE(dnl
 
9621
[m4_provide_if([_AM_COMPILER_EXEEXT],
 
9622
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
9623
])
 
9624
 
 
9625
dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 
9626
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
 
9627
dnl mangled by Autoconf and run in a shell conditional statement.
 
9628
m4_define([_AC_COMPILER_EXEEXT],
 
9629
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
9566
9630
 
9567
9631
 
9568
9632
# When config.status generates a header, we must update the stamp-h file.
9586
9650
done
9587
9651
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
9588
9652
 
9589
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
9653
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
9590
9654
#
9591
9655
# This file is free software; the Free Software Foundation
9592
9656
# gives unlimited permission to copy and/or distribute it,
9597
9661
# Define $install_sh.
9598
9662
AC_DEFUN([AM_PROG_INSTALL_SH],
9599
9663
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9600
 
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
9664
if test x"${install_sh}" != xset; then
 
9665
  case $am_aux_dir in
 
9666
  *\ * | *\     *)
 
9667
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
9668
  *)
 
9669
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
9670
  esac
 
9671
fi
9601
9672
AC_SUBST(install_sh)])
9602
9673
 
9603
9674
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
9624
9695
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
9625
9696
# From Jim Meyering
9626
9697
 
9627
 
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
 
9698
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
9628
9699
# Free Software Foundation, Inc.
9629
9700
#
9630
9701
# This file is free software; the Free Software Foundation
9631
9702
# gives unlimited permission to copy and/or distribute it,
9632
9703
# with or without modifications, as long as this notice is preserved.
9633
9704
 
9634
 
# serial 4
 
9705
# serial 5
9635
9706
 
 
9707
# AM_MAINTAINER_MODE([DEFAULT-MODE])
 
9708
# ----------------------------------
 
9709
# Control maintainer-specific portions of Makefiles.
 
9710
# Default is to disable them, unless `enable' is passed literally.
 
9711
# For symmetry, `disable' may be passed as well.  Anyway, the user
 
9712
# can override the default with the --enable/--disable switch.
9636
9713
AC_DEFUN([AM_MAINTAINER_MODE],
9637
 
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
9638
 
  dnl maintainer-mode is disabled by default
9639
 
  AC_ARG_ENABLE(maintainer-mode,
9640
 
[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
9714
[m4_case(m4_default([$1], [disable]),
 
9715
       [enable], [m4_define([am_maintainer_other], [disable])],
 
9716
       [disable], [m4_define([am_maintainer_other], [enable])],
 
9717
       [m4_define([am_maintainer_other], [enable])
 
9718
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
 
9719
AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
 
9720
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
 
9721
  AC_ARG_ENABLE([maintainer-mode],
 
9722
[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
9641
9723
                          (and sometimes confusing) to the casual installer],
9642
 
      USE_MAINTAINER_MODE=$enableval,
9643
 
      USE_MAINTAINER_MODE=no)
 
9724
      [USE_MAINTAINER_MODE=$enableval],
 
9725
      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
9644
9726
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
9645
 
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
9727
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
9646
9728
  MAINT=$MAINTAINER_MODE_TRUE
9647
 
  AC_SUBST(MAINT)dnl
 
9729
  AC_SUBST([MAINT])dnl
9648
9730
]
9649
9731
)
9650
9732
 
9652
9734
 
9653
9735
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
9654
9736
 
9655
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
9737
# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
9656
9738
#
9657
9739
# This file is free software; the Free Software Foundation
9658
9740
# gives unlimited permission to copy and/or distribute it,
9659
9741
# with or without modifications, as long as this notice is preserved.
9660
9742
 
9661
 
# serial 3
 
9743
# serial 4
9662
9744
 
9663
9745
# AM_MAKE_INCLUDE()
9664
9746
# -----------------
9667
9749
[am_make=${MAKE-make}
9668
9750
cat > confinc << 'END'
9669
9751
am__doit:
9670
 
        @echo done
 
9752
        @echo this is the am__doit target
9671
9753
.PHONY: am__doit
9672
9754
END
9673
9755
# If we don't find an include directive, just comment out the code.
9677
9759
_am_result=none
9678
9760
# First try GNU make style include.
9679
9761
echo "include confinc" > confmf
9680
 
# We grep out `Entering directory' and `Leaving directory'
9681
 
# messages which can occur if `w' ends up in MAKEFLAGS.
9682
 
# In particular we don't look at `^make:' because GNU make might
9683
 
# be invoked under some other name (usually "gmake"), in which
9684
 
# case it prints its new name instead of `make'.
9685
 
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
9686
 
   am__include=include
9687
 
   am__quote=
9688
 
   _am_result=GNU
9689
 
fi
 
9762
# Ignore all kinds of additional output from `make'.
 
9763
case `$am_make -s -f confmf 2> /dev/null` in #(
 
9764
*the\ am__doit\ target*)
 
9765
  am__include=include
 
9766
  am__quote=
 
9767
  _am_result=GNU
 
9768
  ;;
 
9769
esac
9690
9770
# Now try BSD make style include.
9691
9771
if test "$am__include" = "#"; then
9692
9772
   echo '.include "confinc"' > confmf
9693
 
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
9694
 
      am__include=.include
9695
 
      am__quote="\""
9696
 
      _am_result=BSD
9697
 
   fi
 
9773
   case `$am_make -s -f confmf 2> /dev/null` in #(
 
9774
   *the\ am__doit\ target*)
 
9775
     am__include=.include
 
9776
     am__quote="\""
 
9777
     _am_result=BSD
 
9778
     ;;
 
9779
   esac
9698
9780
fi
9699
9781
AC_SUBST([am__include])
9700
9782
AC_SUBST([am__quote])
9704
9786
 
9705
9787
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
9706
9788
 
9707
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
 
9789
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
9708
9790
# Free Software Foundation, Inc.
9709
9791
#
9710
9792
# This file is free software; the Free Software Foundation
9711
9793
# gives unlimited permission to copy and/or distribute it,
9712
9794
# with or without modifications, as long as this notice is preserved.
9713
9795
 
9714
 
# serial 5
 
9796
# serial 6
9715
9797
 
9716
9798
# AM_MISSING_PROG(NAME, PROGRAM)
9717
9799
# ------------------------------
9728
9810
AC_DEFUN([AM_MISSING_HAS_RUN],
9729
9811
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9730
9812
AC_REQUIRE_AUX_FILE([missing])dnl
9731
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
9813
if test x"${MISSING+set}" != xset; then
 
9814
  case $am_aux_dir in
 
9815
  *\ * | *\     *)
 
9816
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
9817
  *)
 
9818
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
9819
  esac
 
9820
fi
9732
9821
# Use eval to expand $SHELL
9733
9822
if eval "$MISSING --run true"; then
9734
9823
  am_missing_run="$MISSING --run "
9766
9855
 
9767
9856
# Helper functions for option handling.                     -*- Autoconf -*-
9768
9857
 
9769
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
9858
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
9770
9859
#
9771
9860
# This file is free software; the Free Software Foundation
9772
9861
# gives unlimited permission to copy and/or distribute it,
9773
9862
# with or without modifications, as long as this notice is preserved.
9774
9863
 
9775
 
# serial 3
 
9864
# serial 4
9776
9865
 
9777
9866
# _AM_MANGLE_OPTION(NAME)
9778
9867
# -----------------------
9789
9878
# ----------------------------------
9790
9879
# OPTIONS is a space-separated list of Automake options.
9791
9880
AC_DEFUN([_AM_SET_OPTIONS],
9792
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
9881
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
9793
9882
 
9794
9883
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
9795
9884
# -------------------------------------------
9799
9888
 
9800
9889
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
9801
9890
 
9802
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 
9891
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
9803
9892
# Free Software Foundation, Inc.
9804
9893
#
9805
9894
# This file is free software; the Free Software Foundation
9806
9895
# gives unlimited permission to copy and/or distribute it,
9807
9896
# with or without modifications, as long as this notice is preserved.
9808
9897
 
9809
 
# serial 4
 
9898
# serial 5
9810
9899
 
9811
9900
# AM_SANITY_CHECK
9812
9901
# ---------------
9815
9904
# Just in case
9816
9905
sleep 1
9817
9906
echo timestamp > conftest.file
 
9907
# Reject unsafe characters in $srcdir or the absolute working directory
 
9908
# name.  Accept space and tab only in the latter.
 
9909
am_lf='
 
9910
'
 
9911
case `pwd` in
 
9912
  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
9913
    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
9914
esac
 
9915
case $srcdir in
 
9916
  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
 
9917
    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
9918
esac
 
9919
 
9818
9920
# Do `set' in a subshell so we don't clobber the current shell's
9819
9921
# arguments.  Must try -L first in case configure is actually a
9820
9922
# symlink; some systems play weird games with the mod time of symlinks
9821
9923
# (eg FreeBSD returns the mod time of the symlink's containing
9822
9924
# directory).
9823
9925
if (
9824
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
9926
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
9825
9927
   if test "$[*]" = "X"; then
9826
9928
      # -L didn't work.
9827
 
      set X `ls -t $srcdir/configure conftest.file`
 
9929
      set X `ls -t "$srcdir/configure" conftest.file`
9828
9930
   fi
9829
9931
   rm -f conftest.file
9830
9932
   if test "$[*]" != "X $srcdir/configure conftest.file" \
9849
9951
fi
9850
9952
AC_MSG_RESULT(yes)])
9851
9953
 
 
9954
# Copyright (C) 2009  Free Software Foundation, Inc.
 
9955
#
 
9956
# This file is free software; the Free Software Foundation
 
9957
# gives unlimited permission to copy and/or distribute it,
 
9958
# with or without modifications, as long as this notice is preserved.
 
9959
 
 
9960
# serial 1
 
9961
 
 
9962
# AM_SILENT_RULES([DEFAULT])
 
9963
# --------------------------
 
9964
# Enable less verbose build rules; with the default set to DEFAULT
 
9965
# (`yes' being less verbose, `no' or empty being verbose).
 
9966
AC_DEFUN([AM_SILENT_RULES],
 
9967
[AC_ARG_ENABLE([silent-rules],
 
9968
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
9969
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
9970
case $enable_silent_rules in
 
9971
yes) AM_DEFAULT_VERBOSITY=0;;
 
9972
no)  AM_DEFAULT_VERBOSITY=1;;
 
9973
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
9974
esac
 
9975
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
9976
AM_BACKSLASH='\'
 
9977
AC_SUBST([AM_BACKSLASH])dnl
 
9978
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
9979
])
 
9980
 
9852
9981
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
9853
9982
#
9854
9983
# This file is free software; the Free Software Foundation
9877
10006
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
9878
10007
AC_SUBST([INSTALL_STRIP_PROGRAM])])
9879
10008
 
9880
 
# Copyright (C) 2006  Free Software Foundation, Inc.
 
10009
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
9881
10010
#
9882
10011
# This file is free software; the Free Software Foundation
9883
10012
# gives unlimited permission to copy and/or distribute it,
9884
10013
# with or without modifications, as long as this notice is preserved.
9885
10014
 
 
10015
# serial 2
 
10016
 
9886
10017
# _AM_SUBST_NOTMAKE(VARIABLE)
9887
10018
# ---------------------------
9888
10019
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
9889
10020
# This macro is traced by Automake.
9890
10021
AC_DEFUN([_AM_SUBST_NOTMAKE])
9891
10022
 
 
10023
# AM_SUBST_NOTMAKE(VARIABLE)
 
10024
# ---------------------------
 
10025
# Public sister of _AM_SUBST_NOTMAKE.
 
10026
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
10027
 
9892
10028
# Check how to create a tarball.                            -*- Autoconf -*-
9893
10029
 
9894
10030
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.