Projects
Browse Source     Search     Timeline     Wiki

Changeset 23279

Show
Ignore:
Timestamp:
06/18/07 10:39:59 (18 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5258088> remove service(8) from launchd project

Location:
trunk/launchd
Files:
2 removed
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/Makefile.in

    r22844 r23279  
    1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 
     1# Makefile.in generated by automake 1.10 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    1414 
    1515@SET_MAKE@ 
    16 srcdir = @srcdir@ 
    17 top_srcdir = @top_srcdir@ 
    1816VPATH = @srcdir@ 
    1917pkgdatadir = $(datadir)/@PACKAGE@ 
    2018pkglibdir = $(libdir)/@PACKAGE@ 
    2119pkgincludedir = $(includedir)/@PACKAGE@ 
    22 top_builddir = . 
    2320am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 
    24 INSTALL = @INSTALL@ 
    2521install_sh_DATA = $(install_sh) -c -m 644 
    2622install_sh_PROGRAM = $(install_sh) -c 
     
    4440        $(ACLOCAL_M4) 
    4541am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 
    46  configure.lineno configure.status.lineno 
     42 configure.lineno config.status.lineno 
    4743mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 
    4844CONFIG_HEADER = $(top_builddir)/src/config.h 
     
    5248RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 
    5349        html-recursive info-recursive install-data-recursive \ 
    54         install-exec-recursive install-info-recursive \ 
    55         install-recursive installcheck-recursive installdirs-recursive \ 
    56         pdf-recursive ps-recursive uninstall-info-recursive \ 
    57         uninstall-recursive 
     50        install-dvi-recursive install-exec-recursive \ 
     51        install-html-recursive install-info-recursive \ 
     52        install-pdf-recursive install-ps-recursive install-recursive \ 
     53        installcheck-recursive installdirs-recursive pdf-recursive \ 
     54        ps-recursive uninstall-recursive 
     55RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 
     56  distclean-recursive maintainer-clean-recursive 
    5857ETAGS = etags 
    5958CTAGS = ctags 
     
    7271ACLOCAL = @ACLOCAL@ 
    7372ALLOCA = @ALLOCA@ 
    74 AMDEP_FALSE = @AMDEP_FALSE@ 
    75 AMDEP_TRUE = @AMDEP_TRUE@ 
    7673AMTAR = @AMTAR@ 
    7774AUTOCONF = @AUTOCONF@ 
     
    9390EXEEXT = @EXEEXT@ 
    9491GREP = @GREP@ 
     92INSTALL = @INSTALL@ 
    9593INSTALL_DATA = @INSTALL_DATA@ 
    9694INSTALL_PROGRAM = @INSTALL_PROGRAM@ 
     
    10098LIBOBJS = @LIBOBJS@ 
    10199LIBS = @LIBS@ 
    102 LIBS_ONLY_FALSE = @LIBS_ONLY_FALSE@ 
    103 LIBS_ONLY_TRUE = @LIBS_ONLY_TRUE@ 
    104100LTLIBOBJS = @LTLIBOBJS@ 
    105101MAKEINFO = @MAKEINFO@ 
     102MKDIR_P = @MKDIR_P@ 
    106103OBJEXT = @OBJEXT@ 
    107104PACKAGE = @PACKAGE@ 
     
    117114STRIP = @STRIP@ 
    118115VERSION = @VERSION@ 
     116abs_builddir = @abs_builddir@ 
     117abs_srcdir = @abs_srcdir@ 
     118abs_top_builddir = @abs_top_builddir@ 
     119abs_top_srcdir = @abs_top_srcdir@ 
    119120ac_ct_CC = @ac_ct_CC@ 
    120 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 
    121 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 
    122121am__include = @am__include@ 
    123122am__leading_dot = @am__leading_dot@ 
     
    127126bindir = @bindir@ 
    128127build_alias = @build_alias@ 
     128builddir = @builddir@ 
    129129datadir = @datadir@ 
    130130datarootdir = @datarootdir@ 
     
    150150sbindir = @sbindir@ 
    151151sharedstatedir = @sharedstatedir@ 
     152srcdir = @srcdir@ 
    152153sysconfdir = @sysconfdir@ 
    153154target_alias = @target_alias@ 
     155top_builddir = @top_builddir@ 
     156top_srcdir = @top_srcdir@ 
    154157SUBDIRS = src 
    155158all: all-recursive 
     
    189192$(ACLOCAL_M4):  $(am__aclocal_m4_deps) 
    190193        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 
    191 uninstall-info-am: 
    192194 
    193195# This directory's subdirectories are mostly independent; you can cd 
     
    222224        fi; test -z "$$fail" 
    223225 
    224 mostlyclean-recursive clean-recursive distclean-recursive \ 
    225 maintainer-clean-recursive: 
     226$(RECURSIVE_CLEAN_TARGETS): 
    226227        @failcom='exit 1'; \ 
    227228        for f in x $$MAKEFLAGS; do \ 
     
    325326distdir: $(DISTFILES) 
    326327        $(am__remove_distdir) 
    327         mkdir $(distdir) 
    328         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 
    329         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 
    330         list='$(DISTFILES)'; for file in $$list; do \ 
    331           case $$file in \ 
    332             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 
    333             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 
    334           esac; \ 
     328        test -d $(distdir) || mkdir $(distdir) 
     329        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
     330        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 
     331        list='$(DISTFILES)'; \ 
     332          dist_files=`for file in $$list; do echo $$file; done | \ 
     333          sed -e "s|^$$srcdirstrip/||;t" \ 
     334              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 
     335        case $$dist_files in \ 
     336          */*) $(MKDIR_P) `echo "$$dist_files" | \ 
     337                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 
     338                           sort -u` ;; \ 
     339        esac; \ 
     340        for file in $$dist_files; do \ 
    335341          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 
    336           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 
    337           if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 
    338             dir="/$$dir"; \ 
    339             $(mkdir_p) "$(distdir)$$dir"; \ 
    340           else \ 
    341             dir=''; \ 
    342           fi; \ 
    343342          if test -d $$d/$$file; then \ 
     343            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 
    344344            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 
    345345              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 
     
    355355          if test "$$subdir" = .; then :; else \ 
    356356            test -d "$(distdir)/$$subdir" \ 
    357             || $(mkdir_p) "$(distdir)/$$subdir" \ 
     357            || $(MKDIR_P) "$(distdir)/$$subdir" \ 
    358358            || exit 1; \ 
    359359            distdir=`$(am__cd) $(distdir) && pwd`; \ 
     
    363363                top_distdir="$$top_distdir" \ 
    364364                distdir="$$distdir/$$subdir" \ 
     365                am__remove_distdir=: \ 
     366                am__skip_length_check=: \ 
    365367                distdir) \ 
    366368              || exit 1; \ 
     
    370372          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 
    371373          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 
    372           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 
     374          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 
    373375        || chmod -R a+r $(distdir) 
    374376dist-gzip: distdir 
     
    445447        @(echo "$(distdir) archives ready for distribution: "; \ 
    446448          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 
    447           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 
     449          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 
    448450distuninstallcheck: 
    449451        @cd $(distuninstallcheck_dir) \ 
     
    514516install-data-am: 
    515517 
     518install-dvi: install-dvi-recursive 
     519 
    516520install-exec-am: 
    517521 
     522install-html: install-html-recursive 
     523 
    518524install-info: install-info-recursive 
    519525 
    520526install-man: 
     527 
     528install-pdf: install-pdf-recursive 
     529 
     530install-ps: install-ps-recursive 
    521531 
    522532installcheck-am: 
     
    540550ps-am: 
    541551 
    542 uninstall-am: uninstall-info-am 
    543  
    544 uninstall-info: uninstall-info-recursive 
    545  
    546 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 
    547         check-am clean clean-generic clean-recursive ctags \ 
    548         ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \ 
    549         dist-tarZ dist-zip distcheck distclean distclean-generic \ 
    550         distclean-recursive distclean-tags distcleancheck distdir \ 
     552uninstall-am: 
     553 
     554.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 
     555        install-strip 
     556 
     557.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 
     558        all all-am am--refresh check check-am clean clean-generic \ 
     559        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 
     560        dist-shar dist-tarZ dist-zip distcheck distclean \ 
     561        distclean-generic distclean-tags distcleancheck distdir \ 
    551562        distuninstallcheck dvi dvi-am html html-am info info-am \ 
    552         install install-am install-data install-data-am install-exec \ 
    553         install-exec-am install-info install-info-am install-man \ 
     563        install install-am install-data install-data-am install-dvi \ 
     564        install-dvi-am install-exec install-exec-am install-html \ 
     565        install-html-am install-info install-info-am install-man \ 
     566        install-pdf install-pdf-am install-ps install-ps-am \ 
    554567        install-strip installcheck installcheck-am installdirs \ 
    555568        installdirs-am maintainer-clean maintainer-clean-generic \ 
    556         maintainer-clean-recursive mostlyclean mostlyclean-generic \ 
    557         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ 
    558         uninstall uninstall-am uninstall-info-am 
     569        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 
     570        tags-recursive uninstall uninstall-am 
    559571 
    560572# Tell versions [3.59,3.63) of GNU make to not export all variables. 
  • trunk/launchd/aclocal.m4

    r22844 r23279  
    1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*- 
     1# generated automatically by aclocal 1.10 -*- Autoconf -*- 
    22 
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
    4 # 2005  Free Software Foundation, Inc. 
     4# 2005, 2006  Free Software Foundation, Inc. 
    55# This file is free software; the Free Software Foundation 
    66# gives unlimited permission to copy and/or distribute it, 
     
    1212# PARTICULAR PURPOSE. 
    1313 
    14 # Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc. 
     14m4_if(m4_PACKAGE_VERSION, [2.61],, 
     15[m4_fatal([this file was generated for autoconf 2.61. 
     16You have another version of autoconf.  If you want to use that, 
     17you should regenerate the build system entirely.], [63])]) 
     18 
     19# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc. 
    1520# 
    1621# This file is free software; the Free Software Foundation 
     
    2227# Automake X.Y traces this macro to ensure aclocal.m4 has been 
    2328# generated from the m4 files accompanying Automake X.Y. 
    24 AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) 
     29# (This private macro should not be called outside this file.) 
     30AC_DEFUN([AM_AUTOMAKE_VERSION], 
     31[am__api_version='1.10' 
     32dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 
     33dnl require some minimum version.  Point them to the right macro. 
     34m4_if([$1], [1.10], [], 
     35      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 
     36]) 
     37 
     38# _AM_AUTOCONF_VERSION(VERSION) 
     39# ----------------------------- 
     40# aclocal traces this macro to find the Autoconf version. 
     41# This is a private macro too.  Using m4_define simplifies 
     42# the logic in aclocal, which can simply ignore this definition. 
     43m4_define([_AM_AUTOCONF_VERSION], []) 
    2544 
    2645# AM_SET_CURRENT_AUTOMAKE_VERSION 
    2746# ------------------------------- 
    28 # Call AM_AUTOMAKE_VERSION so it can be traced. 
     47# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 
    2948# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 
    3049AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 
    31          [AM_AUTOMAKE_VERSION([1.9.6])]) 
     50[AM_AUTOMAKE_VERSION([1.10])dnl 
     51_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) 
    3252 
    3353# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*- 
     
    86106# AM_CONDITIONAL                                            -*- Autoconf -*- 
    87107 
    88 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 
     108# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 
    89109# Free Software Foundation, Inc. 
    90110# 
     
    93113# with or without modifications, as long as this notice is preserved. 
    94114 
    95 # serial 7 
     115# serial 8 
    96116 
    97117# AM_CONDITIONAL(NAME, SHELL-CONDITION) 
     
    102122 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])], 
    103123        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl 
    104 AC_SUBST([$1_TRUE]) 
    105 AC_SUBST([$1_FALSE]) 
     124AC_SUBST([$1_TRUE])dnl 
     125AC_SUBST([$1_FALSE])dnl 
     126_AM_SUBST_NOTMAKE([$1_TRUE])dnl 
     127_AM_SUBST_NOTMAKE([$1_FALSE])dnl 
    106128if $2; then 
    107129  $1_TRUE= 
     
    117139fi])]) 
    118140 
    119  
    120 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 
     141# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 
    121142# Free Software Foundation, Inc. 
    122143# 
     
    125146# with or without modifications, as long as this notice is preserved. 
    126147 
    127 # serial 8 
     148# serial 9 
    128149 
    129150# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 
     
    153174       [$1], CXX,  [depcc="$CXX"  am_compiler_list=], 
    154175       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 
     176       [$1], UPC,  [depcc="$UPC"  am_compiler_list=], 
    155177       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'], 
    156178                   [depcc="$$1"   am_compiler_list=]) 
     
    218240       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 
    219241         >/dev/null 2>conftest.err && 
     242       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 
    220243       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 
    221244       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 
     
    270293fi 
    271294AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 
    272 AC_SUBST([AMDEPBACKSLASH]) 
     295AC_SUBST([AMDEPBACKSLASH])dnl 
     296_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 
    273297]) 
    274298 
     
    295319  # Grep'ing the first line is not enough: some people post-process 
    296320  # each Makefile.in and add a new line on top of each file to say so. 
    297   # So let's grep whole file. 
    298   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 
     321  # Grep'ing the whole file is not good either: AIX grep has a line 
     322  # limit of 2048, but all sed's we know have understand at least 4000. 
     323  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 
    299324    dirpart=`AS_DIRNAME("$mf")` 
    300325  else 
     
    355380# Do all the work for Automake.                             -*- Autoconf -*- 
    356381 
    357 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
    358 # Free Software Foundation, Inc. 
     382# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 
     383# 2005, 2006 Free Software Foundation, Inc. 
    359384# 
    360385# This file is free software; the Free Software Foundation 
     
    379404# release and drop the old call support. 
    380405AC_DEFUN([AM_INIT_AUTOMAKE], 
    381 [AC_PREREQ([2.58])dnl 
     406[AC_PREREQ([2.60])dnl 
    382407dnl Autoconf wants to disallow AM_ names.  We explicitly allow 
    383408dnl the ones we care about. 
     
    385410AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 
    386411AC_REQUIRE([AC_PROG_INSTALL])dnl 
    387 # test to see if srcdir already configured 
    388 if test "`cd $srcdir && pwd`" != "`pwd`" && 
    389    test -f $srcdir/config.status; then 
    390   AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 
     412if test "`cd $srcdir && pwd`" != "`pwd`"; then 
     413  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 
     414  # is not polluted with repeated "-I." 
     415  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl 
     416  # test to see if srcdir already configured 
     417  if test -f $srcdir/config.status; then 
     418    AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 
     419  fi 
    391420fi 
    392421 
     
    408437 AC_SUBST([VERSION], [$2])], 
    409438[_AM_SET_OPTIONS([$1])dnl 
     439dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. 
     440m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, 
     441  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl 
    410442 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 
    411443 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 
     
    443475                  [define([AC_PROG_CXX], 
    444476                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 
     477AC_PROVIDE_IFELSE([AC_PROG_OBJC], 
     478                  [_AM_DEPENDENCIES(OBJC)], 
     479                  [define([AC_PROG_OBJC], 
     480                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl 
    445481]) 
    446482]) 
     
    478514AC_DEFUN([AM_PROG_INSTALL_SH], 
    479515[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 
    480 install_sh=${install_sh-"$am_aux_dir/install-sh"} 
     516install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} 
    481517AC_SUBST(install_sh)]) 
    482518 
     
    554590]) 
    555591 
     592# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 
     593# Free Software Foundation, Inc. 
     594# 
     595# This file is free software; the Free Software Foundation 
     596# gives unlimited permission to copy and/or distribute it, 
     597# with or without modifications, as long as this notice is preserved. 
     598 
     599# serial 5 
     600 
     601# AM_PROG_CC_C_O 
     602# -------------- 
     603# Like AC_PROG_CC_C_O, but changed for automake. 
     604AC_DEFUN([AM_PROG_CC_C_O], 
     605[AC_REQUIRE([AC_PROG_CC_C_O])dnl 
     606AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 
     607AC_REQUIRE_AUX_FILE([compile])dnl 
     608# FIXME: we rely on the cache variable name because 
     609# there is no other way. 
     610set dummy $CC 
     611ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` 
     612if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then 
     613   # Losing compiler, so override with the script. 
     614   # FIXME: It is wrong to rewrite CC. 
     615   # But if we don't then we get into trouble of one sort or another. 
     616   # A longer-term fix would be to have automake use am__CC in this case, 
     617   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" 
     618   CC="$am_aux_dir/compile $CC" 
     619fi 
     620dnl Make sure AC_PROG_CC is never called again, or it will override our 
     621dnl setting of CC. 
     622m4_define([AC_PROG_CC], 
     623          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) 
     624]) 
     625 
    556626# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*- 
    557627 
    558 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 
     628# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 
    559629# Free Software Foundation, Inc. 
    560630# 
     
    563633# with or without modifications, as long as this notice is preserved. 
    564634 
    565 # serial 4 
     635# serial 5 
    566636 
    567637# AM_MISSING_PROG(NAME, PROGRAM) 
     
    579649AC_DEFUN([AM_MISSING_HAS_RUN], 
    580650[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 
     651AC_REQUIRE_AUX_FILE([missing])dnl 
    581652test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 
    582653# Use eval to expand $SHELL 
     
    589660]) 
    590661 
    591 # Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc. 
     662# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
    592663# 
    593664# This file is free software; the Free Software Foundation 
     
    597668# AM_PROG_MKDIR_P 
    598669# --------------- 
    599 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. 
    600 # 
    601 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories 
    602 # created by `make install' are always world readable, even if the 
    603 # installer happens to have an overly restrictive umask (e.g. 077). 
    604 # This was a mistake.  There are at least two reasons why we must not 
    605 # use `-m 0755': 
    606 #   - it causes special bits like SGID to be ignored, 
    607 #   - it may be too restrictive (some setups expect 775 directories). 
    608 # 
    609 # Do not use -m 0755 and let people choose whatever they expect by 
    610 # setting umask. 
    611 # 
    612 # We cannot accept any implementation of `mkdir' that recognizes `-p'. 
    613 # Some implementations (such as Solaris 8's) are not thread-safe: if a 
    614 # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' 
    615 # concurrently, both version can detect that a/ is missing, but only 
    616 # one can create it and the other will error out.  Consequently we 
    617 # restrict ourselves to GNU make (using the --version option ensures 
    618 # this.) 
     670# Check for `mkdir -p'. 
    619671AC_DEFUN([AM_PROG_MKDIR_P], 
    620 [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 
    621   # We used to keeping the `.' as first argument, in order to 
    622   # allow $(mkdir_p) to be used without argument.  As in 
    623   #   $(mkdir_p) $(somedir) 
    624   # where $(somedir) is conditionally defined.  However this is wrong 
    625   # for two reasons: 
    626   #  1. if the package is installed by a user who cannot write `.' 
    627   #     make install will fail, 
    628   #  2. the above comment should most certainly read 
    629   #     $(mkdir_p) $(DESTDIR)$(somedir) 
    630   #     so it does not work when $(somedir) is undefined and 
    631   #     $(DESTDIR) is not. 
    632   #  To support the latter case, we have to write 
    633   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), 
    634   #  so the `.' trick is pointless. 
    635   mkdir_p='mkdir -p --' 
    636 else 
    637   # On NextStep and OpenStep, the `mkdir' command does not 
    638   # recognize any option.  It will interpret all options as 
    639   # directories to create, and then abort because `.' already 
    640   # exists. 
    641   for d in ./-p ./--version; 
    642   do 
    643     test -d $d && rmdir $d 
    644   done 
    645   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. 
    646   if test -f "$ac_aux_dir/mkinstalldirs"; then 
    647     mkdir_p='$(mkinstalldirs)' 
    648   else 
    649     mkdir_p='$(install_sh) -d' 
    650   fi 
    651 fi 
    652 AC_SUBST([mkdir_p])]) 
     672[AC_PREREQ([2.60])dnl 
     673AC_REQUIRE([AC_PROG_MKDIR_P])dnl 
     674dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P, 
     675dnl while keeping a definition of mkdir_p for backward compatibility. 
     676dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. 
     677dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of 
     678dnl Makefile.ins that do not define MKDIR_P, so we do our own 
     679dnl adjustment using top_builddir (which is defined more often than 
     680dnl MKDIR_P). 
     681AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl 
     682case $mkdir_p in 
     683  [[\\/$]]* | ?:[[\\/]]*) ;; 
     684  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 
     685esac 
     686]) 
    653687 
    654688# Helper functions for option handling.                     -*- Autoconf -*- 
     
    762796  AC_CHECK_TOOL([STRIP], [strip], :) 
    763797fi 
    764 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 
     798INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 
    765799AC_SUBST([INSTALL_STRIP_PROGRAM])]) 
     800 
     801# Copyright (C) 2006  Free Software Foundation, Inc. 
     802# 
     803# This file is free software; the Free Software Foundation 
     804# gives unlimited permission to copy and/or distribute it, 
     805# with or without modifications, as long as this notice is preserved. 
     806 
     807# _AM_SUBST_NOTMAKE(VARIABLE) 
     808# --------------------------- 
     809# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. 
     810# This macro is traced by Automake. 
     811AC_DEFUN([_AM_SUBST_NOTMAKE]) 
    766812 
    767813# Check how to create a tarball.                            -*- Autoconf -*- 
  • trunk/launchd/configure

    r22977 r23279  
    658658INSTALL_SCRIPT 
    659659INSTALL_DATA 
     660am__isrc 
    660661CYGPATH_W 
    661662PACKAGE 
     
    17341735 
    17351736 
    1736 am__api_version="1.9" 
     1737am__api_version='1.10' 
     1738 
    17371739ac_aux_dir= 
    17381740for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 
     
    19171919fi 
    19181920 
    1919 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 
    1920   # We used to keeping the `.' as first argument, in order to 
    1921   # allow $(mkdir_p) to be used without argument.  As in 
    1922   #   $(mkdir_p) $(somedir) 
    1923   # where $(somedir) is conditionally defined.  However this is wrong 
    1924   # for two reasons: 
    1925   #  1. if the package is installed by a user who cannot write `.' 
    1926   #     make install will fail, 
    1927   #  2. the above comment should most certainly read 
    1928   #     $(mkdir_p) $(DESTDIR)$(somedir) 
    1929   #     so it does not work when $(somedir) is undefined and 
    1930   #     $(DESTDIR) is not. 
    1931   #  To support the latter case, we have to write 
    1932   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), 
    1933   #  so the `.' trick is pointless. 
    1934