summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 0b1e47d..10ee237 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -27,7 +27,18 @@ CT_WGET := @wget@
CT_CURL := @curl@
# Paths found by ./configure
-include $(CT_LIB_DIR)/paths.mk
+export install = @INSTALL@
+export bash = @BASH_SHELL@
+export awk = @AWK@
+export grep = @GREP@
+export make = @MAKE@
+export sed = @SED@
+export libtool = @LIBTOOL@
+export libtoolize = @LIBTOOLIZE@
+export objcopy = @OBJCOPY@
+export objdump = @OBJDUMP@
+export readelf = @READELF@
+export patch = @PATCH@
# Some distributions (eg. Ubuntu) thought it wise to point /bin/sh to
# a truly POSIX-conforming shell, ash in this case. This is not so good