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

« back to all changes in this revision

Viewing changes to aclocal.m4

  • 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
 
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005  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.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
 
14
m4_ifndef([AC_AUTOCONF_VERSION],
 
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
 
17
[m4_warning([this file was generated for autoconf 2.64.
 
18
You have another version of autoconf.  It may work, but is not guaranteed to.
 
19
If you have problems, you may need to regenerate the build system entirely.
 
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
21
 
14
22
dnl AM_GCONF_SOURCE_2
15
23
dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
16
24
dnl  (i.e. pass to gconftool-2
8838
8846
fi[]dnl
8839
8847
])# PKG_CHECK_MODULES
8840
8848
 
8841
 
# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
 
8849
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
8842
8850
#
8843
8851
# This file is free software; the Free Software Foundation
8844
8852
# gives unlimited permission to copy and/or distribute it,
8848
8856
# ----------------------------
8849
8857
# Automake X.Y traces this macro to ensure aclocal.m4 has been
8850
8858
# generated from the m4 files accompanying Automake X.Y.
8851
 
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
8859
# (This private macro should not be called outside this file.)
 
8860
AC_DEFUN([AM_AUTOMAKE_VERSION],
 
8861
[am__api_version='1.10'
 
8862
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
8863
dnl require some minimum version.  Point them to the right macro.
 
8864
m4_if([$1], [1.10.2], [],
 
8865
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
8866
])
 
8867
 
 
8868
# _AM_AUTOCONF_VERSION(VERSION)
 
8869
# -----------------------------
 
8870
# aclocal traces this macro to find the Autoconf version.
 
8871
# This is a private macro too.  Using m4_define simplifies
 
8872
# the logic in aclocal, which can simply ignore this definition.
 
8873
m4_define([_AM_AUTOCONF_VERSION], [])
8852
8874
 
8853
8875
# AM_SET_CURRENT_AUTOMAKE_VERSION
8854
8876
# -------------------------------
8855
 
# Call AM_AUTOMAKE_VERSION so it can be traced.
8856
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
8877
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
8878
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
8857
8879
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8858
 
         [AM_AUTOMAKE_VERSION([1.9.6])])
 
8880
[AM_AUTOMAKE_VERSION([1.10.2])dnl
 
8881
m4_ifndef([AC_AUTOCONF_VERSION],
 
8882
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
8883
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
8859
8884
 
8860
8885
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
8861
8886
 
8912
8937
 
8913
8938
# AM_CONDITIONAL                                            -*- Autoconf -*-
8914
8939
 
8915
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
 
8940
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
8916
8941
# Free Software Foundation, Inc.
8917
8942
#
8918
8943
# This file is free software; the Free Software Foundation
8919
8944
# gives unlimited permission to copy and/or distribute it,
8920
8945
# with or without modifications, as long as this notice is preserved.
8921
8946
 
8922
 
# serial 7
 
8947
# serial 8
8923
8948
 
8924
8949
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
8925
8950
# -------------------------------------
8928
8953
[AC_PREREQ(2.52)dnl
8929
8954
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
8930
8955
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
8931
 
AC_SUBST([$1_TRUE])
8932
 
AC_SUBST([$1_FALSE])
 
8956
AC_SUBST([$1_TRUE])dnl
 
8957
AC_SUBST([$1_FALSE])dnl
 
8958
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
8959
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
8933
8960
if $2; then
8934
8961
  $1_TRUE=
8935
8962
  $1_FALSE='#'
8943
8970
Usually this means the macro was only invoked conditionally.]])
8944
8971
fi])])
8945
8972
 
8946
 
 
8947
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
8973
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
8948
8974
# Free Software Foundation, Inc.
8949
8975
#
8950
8976
# This file is free software; the Free Software Foundation
8951
8977
# gives unlimited permission to copy and/or distribute it,
8952
8978
# with or without modifications, as long as this notice is preserved.
8953
8979
 
8954
 
# serial 8
 
8980
# serial 9
8955
8981
 
8956
8982
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
8957
8983
# written in clear, in which case automake, when reading aclocal.m4,
8979
9005
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
8980
9006
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
8981
9007
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
9008
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
8982
9009
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
8983
9010
                   [depcc="$$1"   am_compiler_list=])
8984
9011
 
9044
9071
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9045
9072
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
9046
9073
         >/dev/null 2>conftest.err &&
 
9074
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
9047
9075
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
9048
9076
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
9049
9077
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
9096
9124
  AMDEPBACKSLASH='\'
9097
9125
fi
9098
9126
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
9099
 
AC_SUBST([AMDEPBACKSLASH])
 
9127
AC_SUBST([AMDEPBACKSLASH])dnl
 
9128
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
9100
9129
])
9101
9130
 
9102
9131
# Generate code to set up dependency tracking.              -*- Autoconf -*-
9103
9132
 
9104
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
9133
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
9105
9134
# Free Software Foundation, Inc.
9106
9135
#
9107
9136
# This file is free software; the Free Software Foundation
9108
9137
# gives unlimited permission to copy and/or distribute it,
9109
9138
# with or without modifications, as long as this notice is preserved.
9110
9139
 
9111
 
#serial 3
 
9140
#serial 5
9112
9141
 
9113
9142
# _AM_OUTPUT_DEPENDENCY_COMMANDS
9114
9143
# ------------------------------
9115
9144
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
9116
 
[for mf in $CONFIG_FILES; do
9117
 
  # Strip MF so we end up with the name of the file.
9118
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
9119
 
  # Check whether this is an Automake generated Makefile or not.
9120
 
  # We used to match only the files named `Makefile.in', but
9121
 
  # some people rename them; so instead we look at the file content.
9122
 
  # Grep'ing the first line is not enough: some people post-process
9123
 
  # each Makefile.in and add a new line on top of each file to say so.
9124
 
  # So let's grep whole file.
9125
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
9126
 
    dirpart=`AS_DIRNAME("$mf")`
9127
 
  else
9128
 
    continue
9129
 
  fi
9130
 
  # Extract the definition of DEPDIR, am__include, and am__quote
9131
 
  # from the Makefile without running `make'.
9132
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9133
 
  test -z "$DEPDIR" && continue
9134
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
9135
 
  test -z "am__include" && continue
9136
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9137
 
  # When using ansi2knr, U may be empty or an underscore; expand it
9138
 
  U=`sed -n 's/^U = //p' < "$mf"`
9139
 
  # Find all dependency output files, they are included files with
9140
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
9141
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
9142
 
  # expansion.
9143
 
  for file in `sed -n "
9144
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9145
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9146
 
    # Make sure the directory exists.
9147
 
    test -f "$dirpart/$file" && continue
9148
 
    fdir=`AS_DIRNAME(["$file"])`
9149
 
    AS_MKDIR_P([$dirpart/$fdir])
9150
 
    # echo "creating $dirpart/$file"
9151
 
    echo '# dummy' > "$dirpart/$file"
 
9145
[{
 
9146
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
9147
  # are listed without --file.  Let's play safe and only enable the eval
 
9148
  # if we detect the quoting.
 
9149
  case $CONFIG_FILES in
 
9150
  *\'*) eval set x "$CONFIG_FILES" ;;
 
9151
  *)   set x $CONFIG_FILES ;;
 
9152
  esac
 
9153
  shift
 
9154
  for mf
 
9155
  do
 
9156
    # Strip MF so we end up with the name of the file.
 
9157
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
9158
    # Check whether this is an Automake generated Makefile or not.
 
9159
    # We used to match only the files named `Makefile.in', but
 
9160
    # some people rename them; so instead we look at the file content.
 
9161
    # Grep'ing the first line is not enough: some people post-process
 
9162
    # each Makefile.in and add a new line on top of each file to say so.
 
9163
    # Grep'ing the whole file is not good either: AIX grep has a line
 
9164
    # limit of 2048, but all sed's we know have understand at least 4000.
 
9165
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
9166
      dirpart=`AS_DIRNAME("$mf")`
 
9167
    else
 
9168
      continue
 
9169
    fi
 
9170
    # Extract the definition of DEPDIR, am__include, and am__quote
 
9171
    # from the Makefile without running `make'.
 
9172
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
9173
    test -z "$DEPDIR" && continue
 
9174
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
9175
    test -z "am__include" && continue
 
9176
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
9177
    # When using ansi2knr, U may be empty or an underscore; expand it
 
9178
    U=`sed -n 's/^U = //p' < "$mf"`
 
9179
    # Find all dependency output files, they are included files with
 
9180
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
9181
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
9182
    # expansion.
 
9183
    for file in `sed -n "
 
9184
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
9185
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
9186
      # Make sure the directory exists.
 
9187
      test -f "$dirpart/$file" && continue
 
9188
      fdir=`AS_DIRNAME(["$file"])`
 
9189
      AS_MKDIR_P([$dirpart/$fdir])
 
9190
      # echo "creating $dirpart/$file"
 
9191
      echo '# dummy' > "$dirpart/$file"
 
9192
    done
9152
9193
  done
9153
 
done
 
9194
}
9154
9195
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
9155
9196
 
9156
9197
 
9181
9222
 
9182
9223
# Do all the work for Automake.                             -*- Autoconf -*-
9183
9224
 
9184
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
9185
 
# Free Software Foundation, Inc.
 
9225
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
9226
# 2005, 2006, 2008 Free Software Foundation, Inc.
9186
9227
#
9187
9228
# This file is free software; the Free Software Foundation
9188
9229
# gives unlimited permission to copy and/or distribute it,
9189
9230
# with or without modifications, as long as this notice is preserved.
9190
9231
 
9191
 
# serial 12
 
9232
# serial 13
9192
9233
 
9193
9234
# This macro actually does too much.  Some checks are only needed if
9194
9235
# your package does certain things.  But this isn't really a big deal.
9205
9246
# arguments mandatory, and then we can depend on a new Autoconf
9206
9247
# release and drop the old call support.
9207
9248
AC_DEFUN([AM_INIT_AUTOMAKE],
9208
 
[AC_PREREQ([2.58])dnl
 
9249
[AC_PREREQ([2.60])dnl
9209
9250
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
9210
9251
dnl the ones we care about.
9211
9252
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
9212
9253
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
9213
9254
AC_REQUIRE([AC_PROG_INSTALL])dnl
9214
 
# test to see if srcdir already configured
9215
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
9216
 
   test -f $srcdir/config.status; then
9217
 
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
9255
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
9256
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
9257
  # is not polluted with repeated "-I."
 
9258
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
9259
  # test to see if srcdir already configured
 
9260
  if test -f $srcdir/config.status; then
 
9261
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
9262
  fi
9218
9263
fi
9219
9264
 
9220
9265
# test whether we have cygpath
9234
9279
 AC_SUBST([PACKAGE], [$1])dnl
9235
9280
 AC_SUBST([VERSION], [$2])],
9236
9281
[_AM_SET_OPTIONS([$1])dnl
 
9282
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
9283
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
9284
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
9237
9285
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
9238
9286
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
9239
9287
 
9269
9317
                  [_AM_DEPENDENCIES(CXX)],
9270
9318
                  [define([AC_PROG_CXX],
9271
9319
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
9320
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
9321
                  [_AM_DEPENDENCIES(OBJC)],
 
9322
                  [define([AC_PROG_OBJC],
 
9323
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
9272
9324
])
9273
9325
])
9274
9326
 
9282
9334
# our stamp files there.
9283
9335
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
9284
9336
[# Compute $1's index in $config_headers.
 
9337
_am_arg=$1
9285
9338
_am_stamp_count=1
9286
9339
for _am_header in $config_headers :; do
9287
9340
  case $_am_header in
9288
 
    $1 | $1:* )
 
9341
    $_am_arg | $_am_arg:* )
9289
9342
      break ;;
9290
9343
    * )
9291
9344
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9292
9345
  esac
9293
9346
done
9294
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
9347
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
9295
9348
 
9296
9349
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
9297
9350
#
9304
9357
# Define $install_sh.
9305
9358
AC_DEFUN([AM_PROG_INSTALL_SH],
9306
9359
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9307
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
9360
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
9308
9361
AC_SUBST(install_sh)])
9309
9362
 
9310
9363
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
9411
9464
 
9412
9465
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
9413
9466
 
9414
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
 
9467
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
9415
9468
# Free Software Foundation, Inc.
9416
9469
#
9417
9470
# This file is free software; the Free Software Foundation
9418
9471
# gives unlimited permission to copy and/or distribute it,
9419
9472
# with or without modifications, as long as this notice is preserved.
9420
9473
 
9421
 
# serial 4
 
9474
# serial 5
9422
9475
 
9423
9476
# AM_MISSING_PROG(NAME, PROGRAM)
9424
9477
# ------------------------------
9434
9487
# If it does, set am_missing_run to use it, otherwise, to nothing.
9435
9488
AC_DEFUN([AM_MISSING_HAS_RUN],
9436
9489
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
9490
AC_REQUIRE_AUX_FILE([missing])dnl
9437
9491
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
9438
9492
# Use eval to expand $SHELL
9439
9493
if eval "$MISSING --run true"; then
9444
9498
fi
9445
9499
])
9446
9500
 
9447
 
# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
9501
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
9448
9502
#
9449
9503
# This file is free software; the Free Software Foundation
9450
9504
# gives unlimited permission to copy and/or distribute it,
9452
9506
 
9453
9507
# AM_PROG_MKDIR_P
9454
9508
# ---------------
9455
 
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
9456
 
#
9457
 
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
9458
 
# created by `make install' are always world readable, even if the
9459
 
# installer happens to have an overly restrictive umask (e.g. 077).
9460
 
# This was a mistake.  There are at least two reasons why we must not
9461
 
# use `-m 0755':
9462
 
#   - it causes special bits like SGID to be ignored,
9463
 
#   - it may be too restrictive (some setups expect 775 directories).
9464
 
#
9465
 
# Do not use -m 0755 and let people choose whatever they expect by
9466
 
# setting umask.
9467
 
#
9468
 
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
9469
 
# Some implementations (such as Solaris 8's) are not thread-safe: if a
9470
 
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
9471
 
# concurrently, both version can detect that a/ is missing, but only
9472
 
# one can create it and the other will error out.  Consequently we
9473
 
# restrict ourselves to GNU make (using the --version option ensures
9474
 
# this.)
 
9509
# Check for `mkdir -p'.
9475
9510
AC_DEFUN([AM_PROG_MKDIR_P],
9476
 
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
9477
 
  # We used to keeping the `.' as first argument, in order to
9478
 
  # allow $(mkdir_p) to be used without argument.  As in
9479
 
  #   $(mkdir_p) $(somedir)
9480
 
  # where $(somedir) is conditionally defined.  However this is wrong
9481
 
  # for two reasons:
9482
 
  #  1. if the package is installed by a user who cannot write `.'
9483
 
  #     make install will fail,
9484
 
  #  2. the above comment should most certainly read
9485
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
9486
 
  #     so it does not work when $(somedir) is undefined and
9487
 
  #     $(DESTDIR) is not.
9488
 
  #  To support the latter case, we have to write
9489
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
9490
 
  #  so the `.' trick is pointless.
9491
 
  mkdir_p='mkdir -p --'
9492
 
else
9493
 
  # On NextStep and OpenStep, the `mkdir' command does not
9494
 
  # recognize any option.  It will interpret all options as
9495
 
  # directories to create, and then abort because `.' already
9496
 
  # exists.
9497
 
  for d in ./-p ./--version;
9498
 
  do
9499
 
    test -d $d && rmdir $d
9500
 
  done
9501
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
9502
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
9503
 
    mkdir_p='$(mkinstalldirs)'
9504
 
  else
9505
 
    mkdir_p='$(install_sh) -d'
9506
 
  fi
9507
 
fi
9508
 
AC_SUBST([mkdir_p])])
 
9511
[AC_PREREQ([2.60])dnl
 
9512
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
9513
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
9514
dnl while keeping a definition of mkdir_p for backward compatibility.
 
9515
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
9516
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
9517
dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
9518
dnl adjustment using top_builddir (which is defined more often than
 
9519
dnl MKDIR_P).
 
9520
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
9521
case $mkdir_p in
 
9522
  [[\\/$]]* | ?:[[\\/]]*) ;;
 
9523
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
9524
esac
 
9525
])
9509
9526
 
9510
9527
# Helper functions for option handling.                     -*- Autoconf -*-
9511
9528
 
9512
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
9529
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
9513
9530
#
9514
9531
# This file is free software; the Free Software Foundation
9515
9532
# gives unlimited permission to copy and/or distribute it,
9516
9533
# with or without modifications, as long as this notice is preserved.
9517
9534
 
9518
 
# serial 3
 
9535
# serial 4
9519
9536
 
9520
9537
# _AM_MANGLE_OPTION(NAME)
9521
9538
# -----------------------
9532
9549
# ----------------------------------
9533
9550
# OPTIONS is a space-separated list of Automake options.
9534
9551
AC_DEFUN([_AM_SET_OPTIONS],
9535
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
9552
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
9536
9553
 
9537
9554
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
9538
9555
# -------------------------------------------
9617
9634
if test "$cross_compiling" != no; then
9618
9635
  AC_CHECK_TOOL([STRIP], [strip], :)
9619
9636
fi
9620
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
9637
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
9621
9638
AC_SUBST([INSTALL_STRIP_PROGRAM])])
9622
9639
 
 
9640
# Copyright (C) 2006  Free Software Foundation, Inc.
 
9641
#
 
9642
# This file is free software; the Free Software Foundation
 
9643
# gives unlimited permission to copy and/or distribute it,
 
9644
# with or without modifications, as long as this notice is preserved.
 
9645
 
 
9646
# _AM_SUBST_NOTMAKE(VARIABLE)
 
9647
# ---------------------------
 
9648
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
9649
# This macro is traced by Automake.
 
9650
AC_DEFUN([_AM_SUBST_NOTMAKE])
 
9651
 
9623
9652
# Check how to create a tarball.                            -*- Autoconf -*-
9624
9653
 
9625
9654
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.