~ubuntu-branches/ubuntu/lucid/ltspfs/lucid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2009-06-03 17:31:29 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603173129-drd1uiq91na7ryzy
Tags: 0.5.12-0ubuntu1
* New upstream version (0.5.12):
 * Remove ltspfs_fstab entry before unmounting device (LP: #378495)
 * Code simplification
 * Make sure delayed_mounter sets USER=root for local ltspfsmounting
 * Do not remove ltspfs mount on "already mounted" errors

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.10.2 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
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.61],,
17
 
[m4_warning([this file was generated for autoconf 2.61.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
 
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.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
177
177
fi[]dnl
178
178
])# PKG_CHECK_MODULES
179
179
 
180
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 
180
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
181
181
#
182
182
# This file is free software; the Free Software Foundation
183
183
# gives unlimited permission to copy and/or distribute it,
192
192
[am__api_version='1.10'
193
193
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
194
194
dnl require some minimum version.  Point them to the right macro.
195
 
m4_if([$1], [1.10.1], [],
 
195
m4_if([$1], [1.10.2], [],
196
196
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
197
197
])
198
198
 
206
206
# AM_SET_CURRENT_AUTOMAKE_VERSION
207
207
# -------------------------------
208
208
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
209
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
209
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
210
210
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
211
 
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
211
[AM_AUTOMAKE_VERSION([1.10.2])dnl
212
212
m4_ifndef([AC_AUTOCONF_VERSION],
213
213
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
214
 
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
214
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
215
215
 
216
216
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
217
217
 
461
461
 
462
462
# Generate code to set up dependency tracking.              -*- Autoconf -*-
463
463
 
464
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
464
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
465
465
# Free Software Foundation, Inc.
466
466
#
467
467
# This file is free software; the Free Software Foundation
468
468
# gives unlimited permission to copy and/or distribute it,
469
469
# with or without modifications, as long as this notice is preserved.
470
470
 
471
 
#serial 3
 
471
#serial 5
472
472
 
473
473
# _AM_OUTPUT_DEPENDENCY_COMMANDS
474
474
# ------------------------------
475
475
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
476
 
[for mf in $CONFIG_FILES; do
477
 
  # Strip MF so we end up with the name of the file.
478
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
479
 
  # Check whether this is an Automake generated Makefile or not.
480
 
  # We used to match only the files named `Makefile.in', but
481
 
  # some people rename them; so instead we look at the file content.
482
 
  # Grep'ing the first line is not enough: some people post-process
483
 
  # each Makefile.in and add a new line on top of each file to say so.
484
 
  # Grep'ing the whole file is not good either: AIX grep has a line
485
 
  # limit of 2048, but all sed's we know have understand at least 4000.
486
 
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
487
 
    dirpart=`AS_DIRNAME("$mf")`
488
 
  else
489
 
    continue
490
 
  fi
491
 
  # Extract the definition of DEPDIR, am__include, and am__quote
492
 
  # from the Makefile without running `make'.
493
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
494
 
  test -z "$DEPDIR" && continue
495
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
496
 
  test -z "am__include" && continue
497
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
498
 
  # When using ansi2knr, U may be empty or an underscore; expand it
499
 
  U=`sed -n 's/^U = //p' < "$mf"`
500
 
  # Find all dependency output files, they are included files with
501
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
502
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
503
 
  # expansion.
504
 
  for file in `sed -n "
505
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
506
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
507
 
    # Make sure the directory exists.
508
 
    test -f "$dirpart/$file" && continue
509
 
    fdir=`AS_DIRNAME(["$file"])`
510
 
    AS_MKDIR_P([$dirpart/$fdir])
511
 
    # echo "creating $dirpart/$file"
512
 
    echo '# dummy' > "$dirpart/$file"
 
476
[{
 
477
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
478
  # are listed without --file.  Let's play safe and only enable the eval
 
479
  # if we detect the quoting.
 
480
  case $CONFIG_FILES in
 
481
  *\'*) eval set x "$CONFIG_FILES" ;;
 
482
  *)   set x $CONFIG_FILES ;;
 
483
  esac
 
484
  shift
 
485
  for mf
 
486
  do
 
487
    # Strip MF so we end up with the name of the file.
 
488
    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
489
    # Check whether this is an Automake generated Makefile or not.
 
490
    # We used to match only the files named `Makefile.in', but
 
491
    # some people rename them; so instead we look at the file content.
 
492
    # Grep'ing the first line is not enough: some people post-process
 
493
    # each Makefile.in and add a new line on top of each file to say so.
 
494
    # Grep'ing the whole file is not good either: AIX grep has a line
 
495
    # limit of 2048, but all sed's we know have understand at least 4000.
 
496
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
497
      dirpart=`AS_DIRNAME("$mf")`
 
498
    else
 
499
      continue
 
500
    fi
 
501
    # Extract the definition of DEPDIR, am__include, and am__quote
 
502
    # from the Makefile without running `make'.
 
503
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
504
    test -z "$DEPDIR" && continue
 
505
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
506
    test -z "am__include" && continue
 
507
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
508
    # When using ansi2knr, U may be empty or an underscore; expand it
 
509
    U=`sed -n 's/^U = //p' < "$mf"`
 
510
    # Find all dependency output files, they are included files with
 
511
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
512
    # simplest approach to changing $(DEPDIR) to its actual value in the
 
513
    # expansion.
 
514
    for file in `sed -n "
 
515
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
516
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
517
      # Make sure the directory exists.
 
518
      test -f "$dirpart/$file" && continue
 
519
      fdir=`AS_DIRNAME(["$file"])`
 
520
      AS_MKDIR_P([$dirpart/$fdir])
 
521
      # echo "creating $dirpart/$file"
 
522
      echo '# dummy' > "$dirpart/$file"
 
523
    done
513
524
  done
514
 
done
 
525
}
515
526
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
516
527
 
517
528
 
846
857
 
847
858
# Helper functions for option handling.                     -*- Autoconf -*-
848
859
 
849
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
860
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
850
861
#
851
862
# This file is free software; the Free Software Foundation
852
863
# gives unlimited permission to copy and/or distribute it,
853
864
# with or without modifications, as long as this notice is preserved.
854
865
 
855
 
# serial 3
 
866
# serial 4
856
867
 
857
868
# _AM_MANGLE_OPTION(NAME)
858
869
# -----------------------
869
880
# ----------------------------------
870
881
# OPTIONS is a space-separated list of Automake options.
871
882
AC_DEFUN([_AM_SET_OPTIONS],
872
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
883
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
873
884
 
874
885
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
875
886
# -------------------------------------------