autotools c++11

This commit is contained in:
Gennadiy Civil 2018-09-25 15:45:52 -04:00
parent e4e315c4b9
commit 1cf0f56c68

View File

@ -39,6 +39,6 @@ autoreconf -i
# Run in a subdirectory to keep the sources clean
mkdir build || true
cd build
../configure
../configure CXX="-std=c++11"
make -j {NPROCESSORS:-2}