~ubuntu-branches/ubuntu/vivid/munge/vivid

« back to all changes in this revision

Viewing changes to src/etc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-02-28 20:41:12 UTC
  • mfrom: (6.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110228204112-2lc8ss9geeusv5uo
Tags: 0.5.10-1
* New upstream release 
* Updated copyright, homepage, watch thanks to Chris Dunlap
* Standards version upgraded to 3.9.1.0 (no changes) 
* Switch to dpkg-source 3.0 (quilt) format
* Added explicit dependency by the same version of libmunge for munge

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        $(top_srcdir)/config/x_ac_darwin.m4 \
55
55
        $(top_srcdir)/config/x_ac_debug.m4 \
56
56
        $(top_srcdir)/config/x_ac_expand_install_dirs.m4 \
 
57
        $(top_srcdir)/config/x_ac_getgrent.m4 \
 
58
        $(top_srcdir)/config/x_ac_getpwnam.m4 \
57
59
        $(top_srcdir)/config/x_ac_humor.m4 \
58
60
        $(top_srcdir)/config/x_ac_meta.m4 \
59
61
        $(top_srcdir)/config/x_ac_path_openssl.m4 \
72
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73
75
ACLOCAL = @ACLOCAL@
74
76
AMTAR = @AMTAR@
 
77
AM_CFLAGS = @AM_CFLAGS@
75
78
AR = @AR@
76
79
AUTOCONF = @AUTOCONF@
77
80
AUTOHEADER = @AUTOHEADER@
86
89
CRYPTO_LIBS = @CRYPTO_LIBS@
87
90
CRYPTO_PKG = @CRYPTO_PKG@
88
91
CYGPATH_W = @CYGPATH_W@
 
92
DEBUGCFLAGS = @DEBUGCFLAGS@
89
93
DEFS = @DEFS@
90
94
DEPDIR = @DEPDIR@
91
95
DSYMUTIL = @DSYMUTIL@
430
434
        expr "`id`" : 'uid=0(' >/dev/null && OWNER="-o daemon" || OWNER=""; \
431
435
        $(INSTALL) -m 0755 -d "$(DESTDIR)$(sysconfdir)/init.d"; \
432
436
        new=""; test ! -f "$(DESTDIR)$(sysconfdir)/init.d/munge" \
433
 
          || cmp "$(srcdir)/munge.init" \
 
437
          || cmp "$(builddir)/munge.init" \
434
438
            "$(DESTDIR)$(sysconfdir)/init.d/munge" \
435
439
          1>/dev/null 2>&1 || new=".new"; \
436
 
        $(INSTALL) -m 0755 "$(srcdir)/munge.init" \
 
440
        $(INSTALL) -m 0755 "$(builddir)/munge.init" \
437
441
          "$(DESTDIR)$(sysconfdir)/init.d/munge$${new}"; \
438
442
        test -d "/etc/sysconfig" && d="sysconfig" || d="default"; \
439
443
        new=""; test ! -f "$(DESTDIR)$(sysconfdir)/$${d}/munge" \