~ubuntu-branches/ubuntu/utopic/desktop-switcher/utopic

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-08-27 12:58:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090827125803-1mmsbxfzbqztjx7a
Tags: 0.5.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.9.6 -*- 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  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.63],,
17
 
[m4_warning([this file was generated for autoconf 2.63.
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
 
 
22
14
dnl AM_GCONF_SOURCE_2
23
15
dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
24
16
dnl  (i.e. pass to gconftool-2
55
47
  AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
56
48
 
57
49
  AC_ARG_ENABLE(schemas-install,
58
 
     [  --disable-schemas-install       Disable the schemas installation],
 
50
        AC_HELP_STRING([--disable-schemas-install],
 
51
                       [Disable the schemas installation]),
59
52
     [case ${enableval} in
60
53
       yes|no) ;;
61
 
       *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;;
 
54
       *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-install]) ;;
62
55
      esac])
63
56
  AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
64
57
])
4947
4940
  openbsd*)
4948
4941
    with_gnu_ld=no
4949
4942
    ;;
 
4943
  linux* | k*bsd*-gnu)
 
4944
    _LT_TAGVAR(link_all_deplibs, $1)=no
 
4945
    ;;
4950
4946
  esac
4951
4947
 
4952
4948
  _LT_TAGVAR(ld_shlibs, $1)=yes
8842
8838
fi[]dnl
8843
8839
])# PKG_CHECK_MODULES
8844
8840
 
8845
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
8841
# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
8846
8842
#
8847
8843
# This file is free software; the Free Software Foundation
8848
8844
# gives unlimited permission to copy and/or distribute it,
8852
8848
# ----------------------------
8853
8849
# Automake X.Y traces this macro to ensure aclocal.m4 has been
8854
8850
# generated from the m4 files accompanying Automake X.Y.
8855
 
# (This private macro should not be called outside this file.)
8856
 
AC_DEFUN([AM_AUTOMAKE_VERSION],
8857
 
[am__api_version='1.10'
8858
 
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
8859
 
dnl require some minimum version.  Point them to the right macro.
8860
 
m4_if([$1], [1.10.2], [],
8861
 
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
8862
 
])
8863
 
 
8864
 
# _AM_AUTOCONF_VERSION(VERSION)
8865
 
# -----------------------------
8866
 
# aclocal traces this macro to find the Autoconf version.
8867
 
# This is a private macro too.  Using m4_define simplifies
8868
 
# the logic in aclocal, which can simply ignore this definition.
8869
 
m4_define([_AM_AUTOCONF_VERSION], [])
 
8851
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
8870
8852
 
8871
8853
# AM_SET_CURRENT_AUTOMAKE_VERSION
8872
8854
# -------------------------------
8873
 
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
8874
 
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 
8855
# Call AM_AUTOMAKE_VERSION so it can be traced.
 
8856
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
8875
8857
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8876
 
[AM_AUTOMAKE_VERSION([1.10.2])dnl
8877
 
m4_ifndef([AC_AUTOCONF_VERSION],
8878
 
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
8879
 
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
8858
         [AM_AUTOMAKE_VERSION([1.9.6])])
8880
8859
 
8881
8860
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
8882
8861
 
8933
8912
 
8934
8913
# AM_CONDITIONAL                                            -*- Autoconf -*-
8935
8914
 
8936
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
 
8915
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
8937
8916
# Free Software Foundation, Inc.
8938
8917
#
8939
8918
# This file is free software; the Free Software Foundation
8940
8919
# gives unlimited permission to copy and/or distribute it,
8941
8920
# with or without modifications, as long as this notice is preserved.
8942
8921
 
8943
 
# serial 8
 
8922
# serial 7
8944
8923
 
8945
8924
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
8946
8925
# -------------------------------------
8949
8928
[AC_PREREQ(2.52)dnl
8950
8929
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
8951
8930
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
8952
 
AC_SUBST([$1_TRUE])dnl
8953
 
AC_SUBST([$1_FALSE])dnl
8954
 
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
8955
 
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
8931
AC_SUBST([$1_TRUE])
 
8932
AC_SUBST([$1_FALSE])
8956
8933
if $2; then
8957
8934
  $1_TRUE=
8958
8935
  $1_FALSE='#'
8966
8943
Usually this means the macro was only invoked conditionally.]])
8967
8944
fi])])
8968
8945
 
8969
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 
8946
 
 
8947
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
8970
8948
# Free Software Foundation, Inc.
8971
8949
#
8972
8950
# This file is free software; the Free Software Foundation
8973
8951
# gives unlimited permission to copy and/or distribute it,
8974
8952
# with or without modifications, as long as this notice is preserved.
8975
8953
 
8976
 
# serial 9
 
8954
# serial 8
8977
8955
 
8978
8956
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
8979
8957
# written in clear, in which case automake, when reading aclocal.m4,
9001
8979
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
9002
8980
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
9003
8981
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
9004
 
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
9005
8982
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
9006
8983
                   [depcc="$$1"   am_compiler_list=])
9007
8984
 
9067
9044
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9068
9045
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
9069
9046
         >/dev/null 2>conftest.err &&
9070
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
9071
9047
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
9072
9048
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
9073
9049
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
9120
9096
  AMDEPBACKSLASH='\'
9121
9097
fi
9122
9098
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
9123
 
AC_SUBST([AMDEPBACKSLASH])dnl
9124
 
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
9099
AC_SUBST([AMDEPBACKSLASH])
9125
9100
])
9126
9101
 
9127
9102
# Generate code to set up dependency tracking.              -*- Autoconf -*-
9128
9103
 
9129
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
9104
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
9130
9105
# Free Software Foundation, Inc.
9131
9106
#
9132
9107
# This file is free software; the Free Software Foundation
9133
9108
# gives unlimited permission to copy and/or distribute it,
9134
9109
# with or without modifications, as long as this notice is preserved.
9135
9110
 
9136
 
#serial 5
 
9111
#serial 3
9137
9112
 
9138
9113
# _AM_OUTPUT_DEPENDENCY_COMMANDS
9139
9114
# ------------------------------
9140
9115
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
9141
 
[{
9142
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
9143
 
  # are listed without --file.  Let's play safe and only enable the eval
9144
 
  # if we detect the quoting.
9145
 
  case $CONFIG_FILES in
9146
 
  *\'*) eval set x "$CONFIG_FILES" ;;
9147
 
  *)   set x $CONFIG_FILES ;;
9148
 
  esac
9149
 
  shift
9150
 
  for mf
9151
 
  do
9152
 
    # Strip MF so we end up with the name of the file.
9153
 
    mf=`echo "$mf" | sed -e 's/:.*$//'`
9154
 
    # Check whether this is an Automake generated Makefile or not.
9155
 
    # We used to match only the files named `Makefile.in', but
9156
 
    # some people rename them; so instead we look at the file content.
9157
 
    # Grep'ing the first line is not enough: some people post-process
9158
 
    # each Makefile.in and add a new line on top of each file to say so.
9159
 
    # Grep'ing the whole file is not good either: AIX grep has a line
9160
 
    # limit of 2048, but all sed's we know have understand at least 4000.
9161
 
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
9162
 
      dirpart=`AS_DIRNAME("$mf")`
9163
 
    else
9164
 
      continue
9165
 
    fi
9166
 
    # Extract the definition of DEPDIR, am__include, and am__quote
9167
 
    # from the Makefile without running `make'.
9168
 
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9169
 
    test -z "$DEPDIR" && continue
9170
 
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
9171
 
    test -z "am__include" && continue
9172
 
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9173
 
    # When using ansi2knr, U may be empty or an underscore; expand it
9174
 
    U=`sed -n 's/^U = //p' < "$mf"`
9175
 
    # Find all dependency output files, they are included files with
9176
 
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
9177
 
    # simplest approach to changing $(DEPDIR) to its actual value in the
9178
 
    # expansion.
9179
 
    for file in `sed -n "
9180
 
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9181
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9182
 
      # Make sure the directory exists.
9183
 
      test -f "$dirpart/$file" && continue
9184
 
      fdir=`AS_DIRNAME(["$file"])`
9185
 
      AS_MKDIR_P([$dirpart/$fdir])
9186
 
      # echo "creating $dirpart/$file"
9187
 
      echo '# dummy' > "$dirpart/$file"
9188
 
    done
 
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"
9189
9152
  done
9190
 
}
 
9153
done
9191
9154
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
9192
9155
 
9193
9156
 
9218
9181
 
9219
9182
# Do all the work for Automake.                             -*- Autoconf -*-
9220
9183
 
9221
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
9222
 
# 2005, 2006, 2008 Free Software Foundation, Inc.
 
9184
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
9185
# Free Software Foundation, Inc.
9223
9186
#
9224
9187
# This file is free software; the Free Software Foundation
9225
9188
# gives unlimited permission to copy and/or distribute it,
9226
9189
# with or without modifications, as long as this notice is preserved.
9227
9190
 
9228
 
# serial 13
 
9191
# serial 12
9229
9192
 
9230
9193
# This macro actually does too much.  Some checks are only needed if
9231
9194
# your package does certain things.  But this isn't really a big deal.
9242
9205
# arguments mandatory, and then we can depend on a new Autoconf
9243
9206
# release and drop the old call support.
9244
9207
AC_DEFUN([AM_INIT_AUTOMAKE],
9245
 
[AC_PREREQ([2.60])dnl
 
9208
[AC_PREREQ([2.58])dnl
9246
9209
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
9247
9210
dnl the ones we care about.
9248
9211
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
9249
9212
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
9250
9213
AC_REQUIRE([AC_PROG_INSTALL])dnl
9251
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
9252
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
9253
 
  # is not polluted with repeated "-I."
9254
 
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
9255
 
  # test to see if srcdir already configured
9256
 
  if test -f $srcdir/config.status; then
9257
 
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
9258
 
  fi
 
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])
9259
9218
fi
9260
9219
 
9261
9220
# test whether we have cygpath
9275
9234
 AC_SUBST([PACKAGE], [$1])dnl
9276
9235
 AC_SUBST([VERSION], [$2])],
9277
9236
[_AM_SET_OPTIONS([$1])dnl
9278
 
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
9279
 
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
9280
 
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
9281
9237
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
9282
9238
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
9283
9239
 
9313
9269
                  [_AM_DEPENDENCIES(CXX)],
9314
9270
                  [define([AC_PROG_CXX],
9315
9271
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
9316
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
9317
 
                  [_AM_DEPENDENCIES(OBJC)],
9318
 
                  [define([AC_PROG_OBJC],
9319
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
9320
9272
])
9321
9273
])
9322
9274
 
9330
9282
# our stamp files there.
9331
9283
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
9332
9284
[# Compute $1's index in $config_headers.
9333
 
_am_arg=$1
9334
9285
_am_stamp_count=1
9335
9286
for _am_header in $config_headers :; do
9336
9287
  case $_am_header in
9337
 
    $_am_arg | $_am_arg:* )
 
9288
    $1 | $1:* )
9338
9289
      break ;;
9339
9290
    * )
9340
9291
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9341
9292
  esac
9342
9293
done
9343
 
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
9294
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
9344
9295
 
9345
9296
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
9346
9297
#
9353
9304
# Define $install_sh.
9354
9305
AC_DEFUN([AM_PROG_INSTALL_SH],
9355
9306
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9356
 
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
9307
install_sh=${install_sh-"$am_aux_dir/install-sh"}
9357
9308
AC_SUBST(install_sh)])
9358
9309
 
9359
9310
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
9460
9411
 
9461
9412
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
9462
9413
 
9463
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
 
9414
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
9464
9415
# Free Software Foundation, Inc.
9465
9416
#
9466
9417
# This file is free software; the Free Software Foundation
9467
9418
# gives unlimited permission to copy and/or distribute it,
9468
9419
# with or without modifications, as long as this notice is preserved.
9469
9420
 
9470
 
# serial 5
 
9421
# serial 4
9471
9422
 
9472
9423
# AM_MISSING_PROG(NAME, PROGRAM)
9473
9424
# ------------------------------
9483
9434
# If it does, set am_missing_run to use it, otherwise, to nothing.
9484
9435
AC_DEFUN([AM_MISSING_HAS_RUN],
9485
9436
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9486
 
AC_REQUIRE_AUX_FILE([missing])dnl
9487
9437
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
9488
9438
# Use eval to expand $SHELL
9489
9439
if eval "$MISSING --run true"; then
9494
9444
fi
9495
9445
])
9496
9446
 
9497
 
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
9447
# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
9498
9448
#
9499
9449
# This file is free software; the Free Software Foundation
9500
9450
# gives unlimited permission to copy and/or distribute it,
9502
9452
 
9503
9453
# AM_PROG_MKDIR_P
9504
9454
# ---------------
9505
 
# Check for `mkdir -p'.
 
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.)
9506
9475
AC_DEFUN([AM_PROG_MKDIR_P],
9507
 
[AC_PREREQ([2.60])dnl
9508
 
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
9509
 
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
9510
 
dnl while keeping a definition of mkdir_p for backward compatibility.
9511
 
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
9512
 
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
9513
 
dnl Makefile.ins that do not define MKDIR_P, so we do our own
9514
 
dnl adjustment using top_builddir (which is defined more often than
9515
 
dnl MKDIR_P).
9516
 
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
9517
 
case $mkdir_p in
9518
 
  [[\\/$]]* | ?:[[\\/]]*) ;;
9519
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
9520
 
esac
9521
 
])
 
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])])
9522
9509
 
9523
9510
# Helper functions for option handling.                     -*- Autoconf -*-
9524
9511
 
9525
 
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
9512
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
9526
9513
#
9527
9514
# This file is free software; the Free Software Foundation
9528
9515
# gives unlimited permission to copy and/or distribute it,
9529
9516
# with or without modifications, as long as this notice is preserved.
9530
9517
 
9531
 
# serial 4
 
9518
# serial 3
9532
9519
 
9533
9520
# _AM_MANGLE_OPTION(NAME)
9534
9521
# -----------------------
9545
9532
# ----------------------------------
9546
9533
# OPTIONS is a space-separated list of Automake options.
9547
9534
AC_DEFUN([_AM_SET_OPTIONS],
9548
 
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
9535
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
9549
9536
 
9550
9537
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
9551
9538
# -------------------------------------------
9630
9617
if test "$cross_compiling" != no; then
9631
9618
  AC_CHECK_TOOL([STRIP], [strip], :)
9632
9619
fi
9633
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
9620
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
9634
9621
AC_SUBST([INSTALL_STRIP_PROGRAM])])
9635
9622
 
9636
 
# Copyright (C) 2006  Free Software Foundation, Inc.
9637
 
#
9638
 
# This file is free software; the Free Software Foundation
9639
 
# gives unlimited permission to copy and/or distribute it,
9640
 
# with or without modifications, as long as this notice is preserved.
9641
 
 
9642
 
# _AM_SUBST_NOTMAKE(VARIABLE)
9643
 
# ---------------------------
9644
 
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
9645
 
# This macro is traced by Automake.
9646
 
AC_DEFUN([_AM_SUBST_NOTMAKE])
9647
 
 
9648
9623
# Check how to create a tarball.                            -*- Autoconf -*-
9649
9624
 
9650
9625
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.