Kent Yoder c7c88a7
diff -pburN trousers-0.3.1.vanilla/dist/Makefile.in trousers-0.3.1-newtest.build/dist/Makefile.in
Kent Yoder c7c88a7
--- trousers-0.3.1.vanilla/dist/Makefile.in	2007-11-02 16:59:43.000000000 -0500
Kent Yoder c7c88a7
+++ trousers-0.3.1-newtest.build/dist/Makefile.in	2007-12-12 13:34:38.000000000 -0600
Kent Yoder c7c88a7
@@ -1,4 +1,4 @@
Kent Yoder c7c88a7
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
Kent Yoder c7c88a7
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
Kent Yoder c7c88a7
 # @configure_input@
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Kent Yoder c7c88a7
@@ -13,6 +13,7 @@
Kent Yoder c7c88a7
 # PARTICULAR PURPOSE.
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
 @SET_MAKE@
Kent Yoder c7c88a7
+
Kent Yoder c7c88a7
 srcdir = @srcdir@
Kent Yoder c7c88a7
 top_srcdir = @top_srcdir@
Kent Yoder c7c88a7
 VPATH = @srcdir@
Kent Yoder c7c88a7
@@ -47,6 +48,15 @@ mkinstalldirs = $(install_sh) -d
Kent Yoder c7c88a7
 CONFIG_CLEAN_FILES = tcsd.conf trousers.spec
Kent Yoder c7c88a7
 SOURCES =
Kent Yoder c7c88a7
 DIST_SOURCES =
Kent Yoder c7c88a7
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Kent Yoder c7c88a7
+am__vpath_adj = case $$p in \
Kent Yoder c7c88a7
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Kent Yoder c7c88a7
+    *) f=$$p;; \
Kent Yoder c7c88a7
+  esac;
Kent Yoder c7c88a7
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
Kent Yoder c7c88a7
+am__installdirs = "$(DESTDIR)$(sysconfdir)"
Kent Yoder c7c88a7
+sysconfDATA_INSTALL = $(INSTALL_DATA)
Kent Yoder c7c88a7
+DATA = $(sysconf_DATA)
Kent Yoder c7c88a7
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Kent Yoder c7c88a7
 ACLOCAL = @ACLOCAL@
Kent Yoder c7c88a7
 AMDEP_FALSE = @AMDEP_FALSE@
Kent Yoder c7c88a7
@@ -106,6 +116,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
Kent Yoder c7c88a7
 PKG_CONFIG = @PKG_CONFIG@
Kent Yoder c7c88a7
 RANLIB = @RANLIB@
Kent Yoder c7c88a7
 RPC = @RPC@
Kent Yoder c7c88a7
+SED = @SED@
Kent Yoder c7c88a7
 SET_MAKE = @SET_MAKE@
Kent Yoder c7c88a7
 SHELL = @SHELL@
Kent Yoder c7c88a7
 STRIP = @STRIP@
Kent Yoder c7c88a7
@@ -213,6 +224,7 @@ ac_ct_CXX = @ac_ct_CXX@
Kent Yoder c7c88a7
 ac_ct_F77 = @ac_ct_F77@
Kent Yoder c7c88a7
 ac_ct_RANLIB = @ac_ct_RANLIB@
Kent Yoder c7c88a7
 ac_ct_STRIP = @ac_ct_STRIP@
Kent Yoder c7c88a7
+ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
Kent Yoder c7c88a7
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
Kent Yoder c7c88a7
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
Kent Yoder c7c88a7
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
Kent Yoder c7c88a7
@@ -254,6 +266,7 @@ target_alias = @target_alias@
Kent Yoder c7c88a7
 target_cpu = @target_cpu@
Kent Yoder c7c88a7
 target_os = @target_os@
Kent Yoder c7c88a7
 target_vendor = @target_vendor@
Kent Yoder c7c88a7
+sysconf_DATA = tcsd.conf
Kent Yoder c7c88a7
 all: all-am
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
 .SUFFIXES:
Kent Yoder c7c88a7
@@ -300,6 +313,23 @@ clean-libtool:
Kent Yoder c7c88a7
 distclean-libtool:
Kent Yoder c7c88a7
 	-rm -f libtool
Kent Yoder c7c88a7
 uninstall-info-am:
Kent Yoder c7c88a7
+install-sysconfDATA: $(sysconf_DATA)
Kent Yoder c7c88a7
+	@$(NORMAL_INSTALL)
Kent Yoder c7c88a7
+	test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
Kent Yoder c7c88a7
+	@list='$(sysconf_DATA)'; for p in $$list; do \
Kent Yoder c7c88a7
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Kent Yoder c7c88a7
+	  f=$(am__strip_dir) \
Kent Yoder c7c88a7
+	  echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
Kent Yoder c7c88a7
+	  $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
Kent Yoder c7c88a7
+	done
Kent Yoder c7c88a7
+
Kent Yoder c7c88a7
+uninstall-sysconfDATA:
Kent Yoder c7c88a7
+	@$(NORMAL_UNINSTALL)
Kent Yoder c7c88a7
+	@list='$(sysconf_DATA)'; for p in $$list; do \
Kent Yoder c7c88a7
+	  f=$(am__strip_dir) \
Kent Yoder c7c88a7
+	  echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
Kent Yoder c7c88a7
+	  rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
Kent Yoder c7c88a7
+	done
Kent Yoder c7c88a7
 tags: TAGS
Kent Yoder c7c88a7
 TAGS:
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
@@ -336,8 +366,12 @@ distdir: $(DISTFILES)
Kent Yoder c7c88a7
 	done
Kent Yoder c7c88a7
 check-am: all-am
Kent Yoder c7c88a7
 check: check-am
Kent Yoder c7c88a7
-all-am: Makefile
Kent Yoder c7c88a7
+all-am: Makefile $(DATA)
Kent Yoder c7c88a7
 installdirs:
Kent Yoder c7c88a7
+	for dir in "$(DESTDIR)$(sysconfdir)"; do \
Kent Yoder c7c88a7
+	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
Kent Yoder c7c88a7
+	done
Kent Yoder c7c88a7
+install: install-am
Kent Yoder c7c88a7
 install-exec: install-exec-am
Kent Yoder c7c88a7
 install-data: install-data-am
Kent Yoder c7c88a7
 uninstall: uninstall-am
Kent Yoder c7c88a7
@@ -381,9 +415,7 @@ info-am:
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
 install-data-am:
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
-install-exec-am:
Kent Yoder c7c88a7
-	@$(NORMAL_INSTALL)
Kent Yoder c7c88a7
-	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
Kent Yoder c7c88a7
+install-exec-am: install-sysconfDATA
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
 install-info: install-info-am
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
@@ -407,37 +439,18 @@ ps: ps-am
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
 ps-am:
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
-uninstall-am: uninstall-info-am
Kent Yoder c7c88a7
-	@$(NORMAL_INSTALL)
Kent Yoder c7c88a7
-	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
Kent Yoder c7c88a7
+uninstall-am: uninstall-info-am uninstall-sysconfDATA
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
Kent Yoder c7c88a7
 	distclean distclean-generic distclean-libtool distdir dvi \
Kent Yoder c7c88a7
 	dvi-am html html-am info info-am install install-am \
Kent Yoder c7c88a7
 	install-data install-data-am install-exec install-exec-am \
Kent Yoder c7c88a7
-	install-exec-hook install-info install-info-am install-man \
Kent Yoder c7c88a7
-	install-strip installcheck installcheck-am installdirs \
Kent Yoder c7c88a7
+	install-info install-info-am install-man install-strip \
Kent Yoder c7c88a7
+	install-sysconfDATA installcheck installcheck-am installdirs \
Kent Yoder c7c88a7
 	maintainer-clean maintainer-clean-generic mostlyclean \
Kent Yoder c7c88a7
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Kent Yoder c7c88a7
-	uninstall uninstall-am uninstall-hook uninstall-info-am
Kent Yoder c7c88a7
-
Kent Yoder c7c88a7
+	uninstall uninstall-am uninstall-info-am uninstall-sysconfDATA
Kent Yoder c7c88a7
 
Kent Yoder c7c88a7
-install: install-exec-hook
Kent Yoder c7c88a7
-	if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi
Kent Yoder c7c88a7
-	/bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf
Kent Yoder c7c88a7
-	/bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
Kent Yoder c7c88a7
-
Kent Yoder c7c88a7
-install-exec-hook:
Kent Yoder c7c88a7
-	/usr/sbin/groupadd tss || true
Kent Yoder c7c88a7
-	/usr/sbin/useradd -r tss -g tss || true
Kent Yoder c7c88a7
-	/bin/chown tss:tss ${DESTDIR}/@sbindir@/tcsd
Kent Yoder c7c88a7
-	/bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
Kent Yoder c7c88a7
-	/bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm
Kent Yoder c7c88a7
-	/bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
Kent Yoder c7c88a7
-
Kent Yoder c7c88a7
-uninstall-hook:
Kent Yoder c7c88a7
-	/usr/sbin/userdel tss
Kent Yoder c7c88a7
-	/usr/sbin/groupdel tss
Kent Yoder c7c88a7
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
Kent Yoder c7c88a7
 # Otherwise a system limit (for SysV at least) may be exceeded.
Kent Yoder c7c88a7
 .NOEXPORT: