You are not logged in.
Did you also add the sed line? It is about to solve exactly this.
Offline
Not yet.
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
Now I did. This is what I got
cd . && /bin/sh /home/shadowkyogre/Desktop/MSE/src/mse-svn/missing --run aclocal-1.10
cd . && /bin/sh /home/shadowkyogre/Desktop/MSE/src/mse-svn/missing --run automake-1.10 --foreign
cd . && /bin/sh /home/shadowkyogre/Desktop/MSE/src/mse-svn/missing --run autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr CXXFLAGS=-march=i686 -mtune=generic -O2 -pipe CFLAGS=-march=i686 -mtune=generic -O2 -pipe --no-create --no-recursion
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for Hunspell_create in -lhunspell... no
./configure: line 4017: syntax error near unexpected token `1.37.0'
./configure: line 4017: `AX_BOOST_BASE(1.37.0)'
make: *** [config.status] Error 2
==> ERROR: Build Failed.
Aborting...Why was it trying to configure again?
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline