~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): Andreas Moog
  • Date: 2009-07-28 01:12:27 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20090728011227-tiva9yorc5d1r5hs
Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008  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(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
 
16
m4_if(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
 
 
434
422
   dnl Generate list of files to be processed by xgettext which will
435
423
   dnl be included in po/Makefile.
436
424
   test -d po || mkdir po
3441
3429
  # before this can be enabled.
3442
3430
  hardcode_into_libs=yes
3443
3431
 
3444
 
  # Add ABI-specific directories to the system library path.
3445
 
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
3446
 
 
3447
3432
  # Append ld.so.conf contents to the search path
3448
3433
  if test -f /etc/ld.so.conf; then
3449
3434
    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' ' '`
3450
 
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
3435
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
3451
3436
  fi
3452
3437
 
3453
3438
  # We used to test for /lib/ld.so.1 and disable shared libraries on
9112
9097
fi[]dnl
9113
9098
])# PKG_CHECK_MODULES
9114
9099
 
9115
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
9100
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
9116
9101
#
9117
9102
# This file is free software; the Free Software Foundation
9118
9103
# gives unlimited permission to copy and/or distribute it,
9124
9109
# generated from the m4 files accompanying Automake X.Y.
9125
9110
# (This private macro should not be called outside this file.)
9126
9111
AC_DEFUN([AM_AUTOMAKE_VERSION],
9127
 
[am__api_version='1.11'
 
9112
[am__api_version='1.10'
9128
9113
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9129
9114
dnl require some minimum version.  Point them to the right macro.
9130
 
m4_if([$1], [1.11], [],
 
9115
m4_if([$1], [1.10.1], [],
9131
9116
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9132
9117
])
9133
9118
 
9141
9126
# AM_SET_CURRENT_AUTOMAKE_VERSION
9142
9127
# -------------------------------
9143
9128
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9144
 
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 
9129
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
9145
9130
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9146
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
9131
[AM_AUTOMAKE_VERSION([1.10.1])dnl
9147
9132
m4_ifndef([AC_AUTOCONF_VERSION],
9148
9133
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9149
 
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
9134
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
9150
9135
 
9151
9136
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
9152
9137
 
9203
9188
 
9204
9189
# AM_CONDITIONAL                                            -*- Autoconf -*-
9205
9190
 
9206
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
 
9191
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
9207
9192
# Free Software Foundation, Inc.
9208
9193
#
9209
9194
# This file is free software; the Free Software Foundation
9210
9195
# gives unlimited permission to copy and/or distribute it,
9211
9196
# with or without modifications, as long as this notice is preserved.
9212
9197
 
9213
 
# serial 9
 
9198
# serial 8
9214
9199
 
9215
9200
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
9216
9201
# -------------------------------------
9223
9208
AC_SUBST([$1_FALSE])dnl
9224
9209
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
9225
9210
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
9226
 
m4_define([_AM_COND_VALUE_$1], [$2])dnl
9227
9211
if $2; then
9228
9212
  $1_TRUE=
9229
9213
  $1_FALSE='#'
9237
9221
Usually this means the macro was only invoked conditionally.]])
9238
9222
fi])])
9239
9223
 
9240
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
 
9224
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
9241
9225
# Free Software Foundation, Inc.
9242
9226
#
9243
9227
# This file is free software; the Free Software Foundation
9244
9228
# gives unlimited permission to copy and/or distribute it,
9245
9229
# with or without modifications, as long as this notice is preserved.
9246
9230
 
9247
 
# serial 10
 
9231
# serial 9
9248
9232
 
9249
9233
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
9250
9234
# written in clear, in which case automake, when reading aclocal.m4,
9301
9285
  if test "$am_compiler_list" = ""; then
9302
9286
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
9303
9287
  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
 
 
9314
9288
  for depmode in $am_compiler_list; do
9315
9289
    # Setup a source with many dependencies, because some compilers
9316
9290
    # like to wrap large dependency lists on column 80 (with \), and
9328
9302
    done
9329
9303
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
9330
9304
 
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"
9337
9305
    case $depmode in
9338
 
    gcc)
9339
 
      # This depmode causes a compiler race in universal mode.
9340
 
      test "$am__universal" = false || continue
9341
 
      ;;
9342
9306
    nosideeffect)
9343
9307
      # after this tag, mechanisms are not by side-effect, so they'll
9344
9308
      # only be used when explicitly requested
9348
9312
        break
9349
9313
      fi
9350
9314
      ;;
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
 
      ;;
9358
9315
    none) break ;;
9359
9316
    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.
9360
9320
    if depmode=$depmode \
9361
 
       source=sub/conftest.c object=$am__obj \
 
9321
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
9362
9322
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9363
 
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
9323
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
9364
9324
         >/dev/null 2>conftest.err &&
9365
9325
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
9366
9326
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
9367
 
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
9327
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
9368
9328
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
9369
9329
      # icc doesn't choke on unknown options, it will just issue warnings
9370
9330
      # or remarks (even with -Werror).  So we grep stderr for any message
9421
9381
 
9422
9382
# Generate code to set up dependency tracking.              -*- Autoconf -*-
9423
9383
 
9424
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
9384
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
9425
9385
# Free Software Foundation, Inc.
9426
9386
#
9427
9387
# This file is free software; the Free Software Foundation
9428
9388
# gives unlimited permission to copy and/or distribute it,
9429
9389
# with or without modifications, as long as this notice is preserved.
9430
9390
 
9431
 
#serial 5
 
9391
#serial 3
9432
9392
 
9433
9393
# _AM_OUTPUT_DEPENDENCY_COMMANDS
9434
9394
# ------------------------------
9435
9395
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
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
 
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"
9484
9433
  done
9485
 
}
 
9434
done
9486
9435
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
9487
9436
 
9488
9437
 
9514
9463
# Do all the work for Automake.                             -*- Autoconf -*-
9515
9464
 
9516
9465
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
9517
 
# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
 
9466
# 2005, 2006, 2008 Free Software Foundation, Inc.
9518
9467
#
9519
9468
# This file is free software; the Free Software Foundation
9520
9469
# gives unlimited permission to copy and/or distribute it,
9521
9470
# with or without modifications, as long as this notice is preserved.
9522
9471
 
9523
 
# serial 16
 
9472
# serial 13
9524
9473
 
9525
9474
# This macro actually does too much.  Some checks are only needed if
9526
9475
# your package does certain things.  But this isn't really a big deal.
9537
9486
# arguments mandatory, and then we can depend on a new Autoconf
9538
9487
# release and drop the old call support.
9539
9488
AC_DEFUN([AM_INIT_AUTOMAKE],
9540
 
[AC_PREREQ([2.62])dnl
 
9489
[AC_PREREQ([2.60])dnl
9541
9490
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
9542
9491
dnl the ones we care about.
9543
9492
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
9588
9537
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
9589
9538
AM_MISSING_PROG(AUTOHEADER, autoheader)
9590
9539
AM_MISSING_PROG(MAKEINFO, makeinfo)
9591
 
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
9592
 
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
9540
AM_PROG_INSTALL_SH
 
9541
AM_PROG_INSTALL_STRIP
9593
9542
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
9594
9543
# We need awk for the "check" target.  The system "awk" is bad on
9595
9544
# some platforms.
9597
9546
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
9598
9547
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
9599
9548
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
9600
 
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
9601
 
                             [_AM_PROG_TAR([v7])])])
 
9549
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
9550
                             [_AM_PROG_TAR([v7])])])
9602
9551
_AM_IF_OPTION([no-dependencies],,
9603
9552
[AC_PROVIDE_IFELSE([AC_PROG_CC],
9604
 
                  [_AM_DEPENDENCIES(CC)],
9605
 
                  [define([AC_PROG_CC],
9606
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
9553
                  [_AM_DEPENDENCIES(CC)],
 
9554
                  [define([AC_PROG_CC],
 
9555
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
9607
9556
AC_PROVIDE_IFELSE([AC_PROG_CXX],
9608
 
                  [_AM_DEPENDENCIES(CXX)],
9609
 
                  [define([AC_PROG_CXX],
9610
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
9557
                  [_AM_DEPENDENCIES(CXX)],
 
9558
                  [define([AC_PROG_CXX],
 
9559
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
9611
9560
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
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])])
 
9561
                  [_AM_DEPENDENCIES(OBJC)],
 
9562
                  [define([AC_PROG_OBJC],
 
9563
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
9564
])
 
9565
])
9630
9566
 
9631
9567
 
9632
9568
# When config.status generates a header, we must update the stamp-h file.
9650
9586
done
9651
9587
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
9652
9588
 
9653
 
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
9589
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
9654
9590
#
9655
9591
# This file is free software; the Free Software Foundation
9656
9592
# gives unlimited permission to copy and/or distribute it,
9661
9597
# Define $install_sh.
9662
9598
AC_DEFUN([AM_PROG_INSTALL_SH],
9663
9599
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
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
 
9600
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
9672
9601
AC_SUBST(install_sh)])
9673
9602
 
9674
9603
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
9695
9624
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
9696
9625
# From Jim Meyering
9697
9626
 
9698
 
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
9627
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
9699
9628
# Free Software Foundation, Inc.
9700
9629
#
9701
9630
# This file is free software; the Free Software Foundation
9702
9631
# gives unlimited permission to copy and/or distribute it,
9703
9632
# with or without modifications, as long as this notice is preserved.
9704
9633
 
9705
 
# serial 5
 
9634
# serial 4
9706
9635
 
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.
9713
9636
AC_DEFUN([AM_MAINTAINER_MODE],
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
 
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
9723
9641
                          (and sometimes confusing) to the casual installer],
9724
 
      [USE_MAINTAINER_MODE=$enableval],
9725
 
      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
 
9642
      USE_MAINTAINER_MODE=$enableval,
 
9643
      USE_MAINTAINER_MODE=no)
9726
9644
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
9727
 
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
9645
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
9728
9646
  MAINT=$MAINTAINER_MODE_TRUE
9729
 
  AC_SUBST([MAINT])dnl
 
9647
  AC_SUBST(MAINT)dnl
9730
9648
]
9731
9649
)
9732
9650
 
9734
9652
 
9735
9653
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
9736
9654
 
9737
 
# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
 
9655
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
9738
9656
#
9739
9657
# This file is free software; the Free Software Foundation
9740
9658
# gives unlimited permission to copy and/or distribute it,
9741
9659
# with or without modifications, as long as this notice is preserved.
9742
9660
 
9743
 
# serial 4
 
9661
# serial 3
9744
9662
 
9745
9663
# AM_MAKE_INCLUDE()
9746
9664
# -----------------
9749
9667
[am_make=${MAKE-make}
9750
9668
cat > confinc << 'END'
9751
9669
am__doit:
9752
 
        @echo this is the am__doit target
 
9670
        @echo done
9753
9671
.PHONY: am__doit
9754
9672
END
9755
9673
# If we don't find an include directive, just comment out the code.
9759
9677
_am_result=none
9760
9678
# First try GNU make style include.
9761
9679
echo "include confinc" > confmf
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
 
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
9770
9690
# Now try BSD make style include.
9771
9691
if test "$am__include" = "#"; then
9772
9692
   echo '.include "confinc"' > confmf
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
 
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
9780
9698
fi
9781
9699
AC_SUBST([am__include])
9782
9700
AC_SUBST([am__quote])
9786
9704
 
9787
9705
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
9788
9706
 
9789
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
 
9707
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
9790
9708
# Free Software Foundation, Inc.
9791
9709
#
9792
9710
# This file is free software; the Free Software Foundation
9793
9711
# gives unlimited permission to copy and/or distribute it,
9794
9712
# with or without modifications, as long as this notice is preserved.
9795
9713
 
9796
 
# serial 6
 
9714
# serial 5
9797
9715
 
9798
9716
# AM_MISSING_PROG(NAME, PROGRAM)
9799
9717
# ------------------------------
9810
9728
AC_DEFUN([AM_MISSING_HAS_RUN],
9811
9729
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9812
9730
AC_REQUIRE_AUX_FILE([missing])dnl
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
 
9731
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
9821
9732
# Use eval to expand $SHELL
9822
9733
if eval "$MISSING --run true"; then
9823
9734
  am_missing_run="$MISSING --run "
9855
9766
 
9856
9767
# Helper functions for option handling.                     -*- Autoconf -*-
9857
9768
 
9858
 
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
9769
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
9859
9770
#
9860
9771
# This file is free software; the Free Software Foundation
9861
9772
# gives unlimited permission to copy and/or distribute it,
9862
9773
# with or without modifications, as long as this notice is preserved.
9863
9774
 
9864
 
# serial 4
 
9775
# serial 3
9865
9776
 
9866
9777
# _AM_MANGLE_OPTION(NAME)
9867
9778
# -----------------------
9878
9789
# ----------------------------------
9879
9790
# OPTIONS is a space-separated list of Automake options.
9880
9791
AC_DEFUN([_AM_SET_OPTIONS],
9881
 
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
9792
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
9882
9793
 
9883
9794
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
9884
9795
# -------------------------------------------
9888
9799
 
9889
9800
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
9890
9801
 
9891
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
 
9802
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
9892
9803
# Free Software Foundation, Inc.
9893
9804
#
9894
9805
# This file is free software; the Free Software Foundation
9895
9806
# gives unlimited permission to copy and/or distribute it,
9896
9807
# with or without modifications, as long as this notice is preserved.
9897
9808
 
9898
 
# serial 5
 
9809
# serial 4
9899
9810
 
9900
9811
# AM_SANITY_CHECK
9901
9812
# ---------------
9904
9815
# Just in case
9905
9816
sleep 1
9906
9817
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
 
 
9920
9818
# Do `set' in a subshell so we don't clobber the current shell's
9921
9819
# arguments.  Must try -L first in case configure is actually a
9922
9820
# symlink; some systems play weird games with the mod time of symlinks
9923
9821
# (eg FreeBSD returns the mod time of the symlink's containing
9924
9822
# directory).
9925
9823
if (
9926
 
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
9824
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
9927
9825
   if test "$[*]" = "X"; then
9928
9826
      # -L didn't work.
9929
 
      set X `ls -t "$srcdir/configure" conftest.file`
 
9827
      set X `ls -t $srcdir/configure conftest.file`
9930
9828
   fi
9931
9829
   rm -f conftest.file
9932
9830
   if test "$[*]" != "X $srcdir/configure conftest.file" \
9951
9849
fi
9952
9850
AC_MSG_RESULT(yes)])
9953
9851
 
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
 
 
9981
9852
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
9982
9853
#
9983
9854
# This file is free software; the Free Software Foundation
10006
9877
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10007
9878
AC_SUBST([INSTALL_STRIP_PROGRAM])])
10008
9879
 
10009
 
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
9880
# Copyright (C) 2006  Free Software Foundation, Inc.
10010
9881
#
10011
9882
# This file is free software; the Free Software Foundation
10012
9883
# gives unlimited permission to copy and/or distribute it,
10013
9884
# with or without modifications, as long as this notice is preserved.
10014
9885
 
10015
 
# serial 2
10016
 
 
10017
9886
# _AM_SUBST_NOTMAKE(VARIABLE)
10018
9887
# ---------------------------
10019
9888
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
10020
9889
# This macro is traced by Automake.
10021
9890
AC_DEFUN([_AM_SUBST_NOTMAKE])
10022
9891
 
10023
 
# AM_SUBST_NOTMAKE(VARIABLE)
10024
 
# ---------------------------
10025
 
# Public sister of _AM_SUBST_NOTMAKE.
10026
 
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
10027
 
 
10028
9892
# Check how to create a tarball.                            -*- Autoconf -*-
10029
9893
 
10030
9894
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.