Fix docs and build system.
This commit is contained in:
11
bootstrap.sh
11
bootstrap.sh
@@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
aclocal
|
||||
ACFLAGS=""
|
||||
if [ -d /usr/local/share/aclocal ]; then
|
||||
ACFLAGS="-I /usr/local/share/aclocal"
|
||||
fi
|
||||
|
||||
aclocal ${ACFLAGS}
|
||||
automake --add-missing --foreign --copy
|
||||
autoconf
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user