summaryrefslogtreecommitdiffstats
path: root/config.sh.in
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 00:55:08 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 00:55:08 (EDT)
commitd226b908c5974815e70289b51f173a807dea5e2c (patch)
treefee2d8b77893cb5570307058e9288be6c07834e0 /config.sh.in
parenta7cc745ac3cfdea23798cdb8b7ca72d41f8b319c (diff)
configure.ac, config.sh.in: Check for tar with options
Diffstat (limited to 'config.sh.in')
-rw-r--r--config.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in
index ec3d34d..6ef78ca 100644
--- a/config.sh.in
+++ b/config.sh.in
@@ -3,4 +3,5 @@ PACKAGE_NAME='@PACKAGE_NAME@'
FAKEROOT='@FAKEROOT@'
OPKG='@OPKG@'
TOUCH='@TOUCH@'
+TAR='@TAR@'
HAVE_TOUCH_NODEREF='@HAVE_TOUCH_NODEREF@'