diff options
author | 2011-03-26 00:15:04 +0200 | |
---|---|---|
committer | 2011-03-26 00:15:04 +0200 | |
commit | e31a500017b0d2f30dd7f2bb35e0996f02aae817 (patch) | |
tree | b00fbde54948ee0ad7e7b6ff0aed0fb7bdf42975 /autogen.sh | |
parent | Update ANTLR options and handling (diff) | |
download | libbash-e31a500017b0d2f30dd7f2bb35e0996f02aae817.tar.gz libbash-e31a500017b0d2f30dd7f2bb35e0996f02aae817.tar.bz2 libbash-e31a500017b0d2f30dd7f2bb35e0996f02aae817.zip |
Add developer option to autotools
When you give --enable-developer to configure sources get built with
-Wall -Werror. In this case boost 1.45 seems to give errors so boost
1.46.1 is marked as the needed version.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -autoreconf -W all -i && ./configure --enable-gtest +autoreconf -W all -i && ./configure --enable-gtest --enable-developer |