aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2016-06-17 16:24:51 +0200
committerEugene Kliuchnikov <eustas@google.com>2016-06-17 16:24:51 +0200
commitb32cefe1607b9e349bcceca9d4458775e1647880 (patch)
treecd6f0096d39795444c499e1ac14efc05dacd2402 /configure
parentbce5c9b78c3cccd56a73454bccba1fd4162a7aa0 (diff)
downloadbrotli-b32cefe1607b9e349bcceca9d4458775e1647880.zip
brotli-b32cefe1607b9e349bcceca9d4458775e1647880.tar.gz
brotli-b32cefe1607b9e349bcceca9d4458775e1647880.tar.bz2
Fix VS build problems:
* rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 16a0341..be2f9d2 100755
--- a/configure
+++ b/configure
@@ -15,5 +15,5 @@ do
esac
done
-echo -e "prefix=$PREFIX" > ./build/gmake/config.make
-echo -e "version=$VERSION" >> ./build/gmake/config.make
+echo -e "prefix=$PREFIX" > ./buildfiles/gmake/config.make
+echo -e "version=$VERSION" >> ./buildfiles/gmake/config.make