2018-03-17 17:41:36 -07:00
|
|
|
export install="@INSTALL@"
|
|
|
|
export bash="@BASH_SHELL@"
|
2018-11-07 20:39:11 +03:00
|
|
|
export bison="@BISON@"
|
2018-03-17 17:41:36 -07:00
|
|
|
export awk="@AWK@"
|
|
|
|
export grep="@GREP@"
|
2018-11-07 01:37:38 +03:00
|
|
|
export gmake="@MAKE@"
|
|
|
|
export gnumake="@MAKE@"
|
2018-03-17 17:41:36 -07:00
|
|
|
export make="@MAKE@"
|
2019-03-02 15:45:37 -08:00
|
|
|
export python="@PYTHON@"
|
2018-03-17 17:41:36 -07: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 16:41:16 -07:00
|
|
|
export md5sum="@md5sum@"
|
|
|
|
export sha1sum="@sha1sum@"
|
|
|
|
export sha256sum="@sha256sum@"
|
|
|
|
export sha512sum="@sha512sum@"
|