boost detection fixes: now able to launch with boost1.34 and boost1.35
This commit is contained in:
13
autotool.sh
Executable file
13
autotool.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# $Id$
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
aclocal -I m4
|
||||
libtoolize -c -f
|
||||
automake -a -c -f
|
||||
autoconf
|
||||
|
||||
rm -Rf config.cache autom4te.cache
|
Reference in New Issue
Block a user