summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 10:38:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 14:51:04 +0100
commitf09675cfdc41b728d368ab86ede208ca547ed035 (patch)
tree881cbb006a36f3974197015f0f73c20fb7e14ed2
parent148baa4d2882e61b6ae10b8cbf179cc1c653f168 (diff)
downloadptxdist-f09675cfdc41b728d368ab86ede208ca547ed035.tar.gz
ptxdist-f09675cfdc41b728d368ab86ede208ca547ed035.tar.xz
configure: search for GNU touch
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a367f32f4..d366a6b47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,6 +157,7 @@ GNU_TOOL(rm, coreutils)
GNU_TOOL(rmdir, coreutils)
GNU_TOOL(sort, coreutils)
GNU_TOOL(stat, coreutils)
+GNU_TOOL(touch, coreutils)
GNU_TOOL(tty, coreutils)
GNU_TOOL(tar, tar)
GNU_TOOL(find, findutils)