summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-17 00:29:34 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-17 00:29:34 +0300
commit3b7a81c1b4e5edd259dafc40a89bd1e519fd6bd4 (patch)
tree1d1c3045de92a2ed82ed21067e1f1ca26e65b030 /build.sh
parente55bffb6b075d115b4bab7f5aeb2dbdeec512c9f (diff)
downloadevol-hercules-3b7a81c1b4e5edd259dafc40a89bd1e519fd6bd4.tar.gz
evol-hercules-3b7a81c1b4e5edd259dafc40a89bd1e519fd6bd4.tar.bz2
evol-hercules-3b7a81c1b4e5edd259dafc40a89bd1e519fd6bd4.tar.xz
evol-hercules-3b7a81c1b4e5edd259dafc40a89bd1e519fd6bd4.zip
Add workaround in build script for outdated build tools.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index e5f99f7..2dcd225 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,8 @@
#!/bin/bash
mkdir build
+# this need for some outdated os
+mkdir m4
autoreconf -i
cd build
../configure --enable-sanitize