X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=distrib%2FMakefile.in;h=ba700a21f8be80bd0fcd3582b800050a7cc47e78;hp=fdc46bbb3fed03d3be395fc964a03da4a1658aac;hb=225e5c693e17be8a1562f0885286217ca2b322e3;hpb=f75fc6f79ff81fbf8b6dc82d993e6e6d174598ce diff --git a/distrib/Makefile.in b/distrib/Makefile.in index fdc46bb..ba700a2 100644 --- a/distrib/Makefile.in +++ b/distrib/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -262,7 +262,8 @@ defaults_DATA = misc/debootstrap.uri \ misc/fstab \ misc/mtab \ misc/vprocunhide-files \ - misc/vunify-exclude + misc/vunify-exclude \ + sample.conf nobase_distrib_SCRIPTS = redhat/initpost \ redhat/initpre \ @@ -364,8 +365,7 @@ installcheck-nobase_distribSCRIPTS: $(nobase_distrib_SCRIPTS) f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \ f=`echo "$$p" | sed 's|[^/]*$$||'`"$$f"; \ for opt in --help --version; do \ - if "$(DESTDIR)$(distribdir)/$$f" $$opt >c$${pid}_.out \ - 2>c$${pid}_.err c$${pid}_.out 2> c$${pid}_.err \ && test -n "`cat c$${pid}_.out`" \ && test -z "`cat c$${pid}_.err`"; then :; \ else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \