Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / bootstrap
... / ...
CommitLineData
1#! /bin/sh
2
3echo autopoint
4autopoint || exit 1
5echo aclocal
6aclocal$AUTOMAKE_VERSION -I m4 || exit 1
7echo autoheader
8autoheader$AUTOCONF_VERSION || exit 1
9echo libtoolize
10libtoolize --copy --force || exit 1
11echo automake
12automake$AUTOMAKE_VERSION --add-missing --copy || exit 1
13echo autoconf
14autoconf$AUTOCONF_VERSION || exit 1