2018-03-18 00:41:36 +00:00
|
|
|
export install="@INSTALL@"
|
|
|
|
export bash="@BASH_SHELL@"
|
2018-11-07 17:39:11 +00:00
|
|
|
export bison="@BISON@"
|
2018-03-18 00:41:36 +00:00
|
|
|
export awk="@AWK@"
|
|
|
|
export grep="@GREP@"
|
2018-11-06 22:37:38 +00:00
|
|
|
export gmake="@MAKE@"
|
|
|
|
export gnumake="@MAKE@"
|
2018-03-18 00:41:36 +00:00
|
|
|
export make="@MAKE@"
|
2019-03-02 23:45:37 +00:00
|
|
|
export python="@PYTHON@"
|
2018-03-18 00:41:36 +00:00
|
|
|
export sed="@SED@"
|
|
|
|
export libtool="@LIBTOOL@"
|
|
|
|
export libtoolize="@LIBTOOLIZE@"
|
|
|
|
export objcopy="@OBJCOPY@"
|
|
|
|
export objdump="@OBJDUMP@"
|
|
|
|
export readelf="@READELF@"
|
|
|
|
export patch="@PATCH@"
|
2018-04-28 23:41:16 +00:00
|
|
|
export md5sum="@md5sum@"
|
|
|
|
export sha1sum="@sha1sum@"
|
|
|
|
export sha256sum="@sha256sum@"
|
|
|
|
export sha512sum="@sha512sum@"
|