mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] configure: add GNU chown check
@ 2012-01-19  8:08 Andreas Bießmann
  0 siblings, 0 replies; only message in thread
From: Andreas Bießmann @ 2012-01-19  8:08 UTC (permalink / raw)
  To: PTXdist ML

Signed-off-by: Andreas Bießmann <andreas@biessmann.de>
---
 Makefile.in  |    1 +
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index b0521f4..9904182 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -45,6 +45,7 @@ environment:
 	@ln -sf @AWK@ "$(abs_srcdir)/bin/awk"
 	@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
 	@ln -sf @GNU_chmod@ "$(abs_srcdir)/bin/chmod"
+	@ln -sf @GNU_chown@ "$(abs_srcdir)/bin/chown"
 	@ln -sf @GNU_mv@ "$(abs_srcdir)/bin/mv"
 	@ln -sf @GNU_cp@ "$(abs_srcdir)/bin/cp"
 	@ln -sf @GNU_rm@ "$(abs_srcdir)/bin/rm"
diff --git a/configure.ac b/configure.ac
index 3e04441..aa25dc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,6 +143,7 @@ AC_DEFUN([GNU_COREUTILS],
 	AC_SUBST([GNU_$1], [$ac_cv_path_gnu_$1])])
 
 GNU_COREUTILS(chmod)
+GNU_COREUTILS(chown)
 GNU_COREUTILS(mv)
 GNU_COREUTILS(cp)
 GNU_COREUTILS(rm)
-- 
1.7.8.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-19  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-19  8:08 [ptxdist] [PATCH] configure: add GNU chown check Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox