~ubuntu-branches/ubuntu/maverick/ltspfs/maverick

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Vagrant Cascadian
  • Date: 2009-07-17 12:10:56 UTC
  • mfrom: (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090717121056-bfeil0wm4jz3lmhh
Tags: 0.5.13-1
* new upstream version:
  - fixes to local mounts
    + find ldm's Xauthority in /var/run.
    + support ldm Xauthority in a sub-dir.
    + mount in /media/root if local mounting is configured.
    + only run mount for localapps if user's home dir is mounted via sshfs.
    + drop delayedmounter from xinitrc.d, as udev scripts should be
      sufficient now.
    + relocate delayed-mounter ldm hooks so they run after the user is added
      to /etc/passwd, and before the user is removed from /etc/passwd.

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.10.1 -*- 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(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
17
 
[m4_warning([this file was generated for autoconf 2.63.
 
16
m4_if(AC_AUTOCONF_VERSION, [2.61],,
 
17
[m4_warning([this file was generated for autoconf 2.61.
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, 2008  Free Software Foundation, Inc.
 
180
# Copyright (C) 2002, 2003, 2005, 2006, 2007  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.2], [],
 
195
m4_if([$1], [1.10.1], [],
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 AM_INIT_AUTOMAKE.
 
209
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
210
210
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
211
 
[AM_AUTOMAKE_VERSION([1.10.2])dnl
 
211
[AM_AUTOMAKE_VERSION([1.10.1])dnl
212
212
m4_ifndef([AC_AUTOCONF_VERSION],
213
213
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
214
 
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
214
_AM_AUTOCONF_VERSION(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, 2008
 
464
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
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 5
 
471
#serial 3
472
472
 
473
473
# _AM_OUTPUT_DEPENDENCY_COMMANDS
474
474
# ------------------------------
475
475
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
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
 
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"
524
513
  done
525
 
}
 
514
done
526
515
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
527
516
 
528
517
 
857
846
 
858
847
# Helper functions for option handling.                     -*- Autoconf -*-
859
848
 
860
 
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
849
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
861
850
#
862
851
# This file is free software; the Free Software Foundation
863
852
# gives unlimited permission to copy and/or distribute it,
864
853
# with or without modifications, as long as this notice is preserved.
865
854
 
866
 
# serial 4
 
855
# serial 3
867
856
 
868
857
# _AM_MANGLE_OPTION(NAME)
869
858
# -----------------------
880
869
# ----------------------------------
881
870
# OPTIONS is a space-separated list of Automake options.
882
871
AC_DEFUN([_AM_SET_OPTIONS],
883
 
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
872
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
884
873
 
885
874
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
886
875
# -------------------------------------------