diff options
author | marha <marha@users.sourceforge.net> | 2011-11-28 08:38:39 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-11-28 08:38:39 +0100 |
commit | 22fb212bb84a69ab20a494aed1c197da1d2dbdf7 (patch) | |
tree | d11c21c9260bee0f56c34ee6e241671befd5257f /mesalib/configs | |
parent | c1296df0ebe19a8e90fb7d7f0135d7034f16a76d (diff) | |
parent | 7417e9a171736b5279881cd4381fb58c617a23d9 (diff) | |
download | vcxsrv-22fb212bb84a69ab20a494aed1c197da1d2dbdf7.tar.gz vcxsrv-22fb212bb84a69ab20a494aed1c197da1d2dbdf7.tar.bz2 vcxsrv-22fb212bb84a69ab20a494aed1c197da1d2dbdf7.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/configs')
-rw-r--r-- | mesalib/configs/autoconf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/configs/autoconf.in b/mesalib/configs/autoconf.in index 3d4c749cf..9ea7588a1 100644 --- a/mesalib/configs/autoconf.in +++ b/mesalib/configs/autoconf.in @@ -54,6 +54,9 @@ MKLIB_OPTIONS = @MKLIB_OPTIONS@ MKDEP = @MKDEP@ MKDEP_OPTIONS = @MKDEP_OPTIONS@ INSTALL = @INSTALL@ +AWK = @AWK@ +GREP = @GREP@ +NM = @NM@ # Python and flags (generally only needed by the developers) PYTHON2 = @PYTHON2@ |