diff options
Diffstat (limited to 'paths.sh.in')
-rw-r--r-- | paths.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paths.sh.in b/paths.sh.in index a9a5ee80..7b57a8a4 100644 --- a/paths.sh.in +++ b/paths.sh.in @@ -1,5 +1,6 @@ export install="@INSTALL@" export bash="@BASH_SHELL@" +export bison="@BISON@" export awk="@AWK@" export grep="@GREP@" export gmake="@MAKE@" |