summaryrefslogtreecommitdiffstats
path: root/config.sh.in
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 17:06:39 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 17:06:39 (EDT)
commita667eb02e6899ae6bba3802e38af604af1e3bac6 (patch)
treee1ec6266651d8fee7e209d541d28d72c5a4f1282 /config.sh.in
parent6c5cefe56abe06b53c6c89df5de7117d53b2952c (diff)
configure.ac, config.sh.in: Check whether touch accepts -h
Diffstat (limited to 'config.sh.in')
-rw-r--r--config.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in
index 775f002..2f7f025 100644
--- a/config.sh.in
+++ b/config.sh.in
@@ -1,3 +1,5 @@
PACKAGE='@PACKAGE@'
PACKAGE_NAME='@PACKAGE_NAME@'
OPKG='@OPKG@'
+TOUCH='@TOUCH@'
+HAVE_TOUCH_NODEREF='@HAVE_TOUCH_NODEREF@'