summaryrefslogtreecommitdiff
path: root/paths.sh.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-03-18 00:41:36 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:03:17 (GMT)
commit5b95b81ea90682c124d5280b64a91a249c464ee4 (patch)
tree6ab5f2891dd81ae9be21cd56fe8a7dcde4485d3c /paths.sh.in
parent0dc8565c4fa521e71667030ec0f994aa4f3918ec (diff)
Kill gperf vestiges
Generate paths.sh by configure, do away with paths.mk. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'paths.sh.in')
-rw-r--r--paths.sh.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/paths.sh.in b/paths.sh.in
new file mode 100644
index 0000000..c1ba0bd
--- /dev/null
+++ b/paths.sh.in
@@ -0,0 +1,12 @@
+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@"