sqlfun/autogen.sh
Jeff Garzik e1e9c6558c Switch to autoconf/automake/libtool.
libtool is included as future preparation for exporting a library.
2016-07-29 06:27:45 -04:00

10 lines
214 B
Bash
Executable File

#!/bin/sh
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
LIBTOOLIZE="${GLIBTOOLIZE}"
export LIBTOOLIZE
fi
autoreconf --install --force