~ubuntu-branches/ubuntu/raring/ltspfs/raring-proposed

« back to all changes in this revision

Viewing changes to autom4te.cache/traces.0

  • 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:
86
86
m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
87
87
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
88
88
dnl require some minimum version.  Point them to the right macro.
89
 
m4_if([$1], [1.10.2], [],
 
89
m4_if([$1], [1.10.1], [],
90
90
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
91
91
])
92
 
m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])dnl
 
92
m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl
93
93
m4_ifndef([AC_AUTOCONF_VERSION],
94
94
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
95
 
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
95
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
96
96
m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
97
97
AC_PREREQ([2.50])dnl
98
98
# expand $ac_aux_dir to an absolute path
235
235
AC_SUBST([AMDEPBACKSLASH])dnl
236
236
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
237
237
])
238
 
m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
239
 
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
240
 
  # are listed without --file.  Let's play safe and only enable the eval
241
 
  # if we detect the quoting.
242
 
  case $CONFIG_FILES in
243
 
  *\'*) eval set x "$CONFIG_FILES" ;;
244
 
  *)   set x $CONFIG_FILES ;;
245
 
  esac
246
 
  shift
247
 
  for mf
248
 
  do
249
 
    # Strip MF so we end up with the name of the file.
250
 
    mf=`echo "$mf" | sed -e 's/:.*$//'`
251
 
    # Check whether this is an Automake generated Makefile or not.
252
 
    # We used to match only the files named `Makefile.in', but
253
 
    # some people rename them; so instead we look at the file content.
254
 
    # Grep'ing the first line is not enough: some people post-process
255
 
    # each Makefile.in and add a new line on top of each file to say so.
256
 
    # Grep'ing the whole file is not good either: AIX grep has a line
257
 
    # limit of 2048, but all sed's we know have understand at least 4000.
258
 
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
259
 
      dirpart=`AS_DIRNAME("$mf")`
260
 
    else
261
 
      continue
262
 
    fi
263
 
    # Extract the definition of DEPDIR, am__include, and am__quote
264
 
    # from the Makefile without running `make'.
265
 
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
266
 
    test -z "$DEPDIR" && continue
267
 
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
268
 
    test -z "am__include" && continue
269
 
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
270
 
    # When using ansi2knr, U may be empty or an underscore; expand it
271
 
    U=`sed -n 's/^U = //p' < "$mf"`
272
 
    # Find all dependency output files, they are included files with
273
 
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
274
 
    # simplest approach to changing $(DEPDIR) to its actual value in the
275
 
    # expansion.
276
 
    for file in `sed -n "
277
 
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
278
 
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
279
 
      # Make sure the directory exists.
280
 
      test -f "$dirpart/$file" && continue
281
 
      fdir=`AS_DIRNAME(["$file"])`
282
 
      AS_MKDIR_P([$dirpart/$fdir])
283
 
      # echo "creating $dirpart/$file"
284
 
      echo '# dummy' > "$dirpart/$file"
285
 
    done
 
238
m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
 
239
  # Strip MF so we end up with the name of the file.
 
240
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
241
  # Check whether this is an Automake generated Makefile or not.
 
242
  # We used to match only the files named `Makefile.in', but
 
243
  # some people rename them; so instead we look at the file content.
 
244
  # Grep'ing the first line is not enough: some people post-process
 
245
  # each Makefile.in and add a new line on top of each file to say so.
 
246
  # Grep'ing the whole file is not good either: AIX grep has a line
 
247
  # limit of 2048, but all sed's we know have understand at least 4000.
 
248
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
249
    dirpart=`AS_DIRNAME("$mf")`
 
250
  else
 
251
    continue
 
252
  fi
 
253
  # Extract the definition of DEPDIR, am__include, and am__quote
 
254
  # from the Makefile without running `make'.
 
255
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
256
  test -z "$DEPDIR" && continue
 
257
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
258
  test -z "am__include" && continue
 
259
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
260
  # When using ansi2knr, U may be empty or an underscore; expand it
 
261
  U=`sed -n 's/^U = //p' < "$mf"`
 
262
  # Find all dependency output files, they are included files with
 
263
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
264
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
265
  # expansion.
 
266
  for file in `sed -n "
 
267
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
268
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
269
    # Make sure the directory exists.
 
270
    test -f "$dirpart/$file" && continue
 
271
    fdir=`AS_DIRNAME(["$file"])`
 
272
    AS_MKDIR_P([$dirpart/$fdir])
 
273
    # echo "creating $dirpart/$file"
 
274
    echo '# dummy' > "$dirpart/$file"
286
275
  done
287
 
}
 
276
done
288
277
])
289
 
m4trace:/usr/share/aclocal-1.10/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
 
278
m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
290
279
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
291
280
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
292
281
])
480
469
])
481
470
m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
482
471
m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
483
 
m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
472
m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
484
473
m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
485
474
m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
486
475
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
659
648
m4trace:configure.ac:4: -1- AM_INIT_AUTOMAKE
660
649
m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
661
650
m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
662
 
m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10.2])
663
 
m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.63])
 
651
m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10.1])
 
652
m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.61])
664
653
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
665
654
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
666
655
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_DATA$])
668
657
m4trace:configure.ac:4: -1- _AM_SUBST_NOTMAKE([am__isrc])
669
658
m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$])
670
659
m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([])
 
660
m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
 
661
You should run autoupdate.], [../../lib/autoconf/general.m4:196: AC_FOREACH is expanded from...
 
662
/usr/share/aclocal-1.10/options.m4:25: _AM_SET_OPTIONS is expanded from...
 
663
/usr/share/aclocal-1.10/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
 
664
configure.ac:4: the top level])
671
665
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$])
672
666
m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$])
673
667
m4trace:configure.ac:4: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
694
688
m4trace:configure.ac:4: -1- m4_pattern_allow([^STRIP$])
695
689
m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
696
690
m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P
697
 
m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])
698
691
m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$])
699
692
m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$])
700
693
m4trace:configure.ac:4: -1- m4_pattern_allow([^SET_MAKE$])
788
781
m4trace:configure.ac:18: -1- m4_pattern_allow([^CPPFLAGS$])
789
782
m4trace:configure.ac:18: -1- m4_pattern_allow([^CPP$])
790
783
m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
 
784
m4trace:configure.ac:18: -1- m4_pattern_allow([^GREP$])
 
785
m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
791
786
m4trace:configure.ac:18: -1- m4_pattern_allow([^EGREP$])
792
787
m4trace:configure.ac:18: -1- m4_pattern_allow([^STDC_HEADERS$])
793
788
m4trace:configure.ac:20: -1- m4_pattern_allow([^HAVE_SYS_WAIT_H$])
811
806
m4trace:configure.ac:40: -1- m4_pattern_allow([^GOBJECT_LIBS$])
812
807
m4trace:configure.ac:44: -1- m4_pattern_allow([^LIB@&t@OBJS$])
813
808
m4trace:configure.ac:44: -1- m4_pattern_allow([^LTLIBOBJS$])
814
 
m4trace:configure.ac:44: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
 
809
m4trace:configure.ac:44: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
815
810
m4trace:configure.ac:44: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS