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