etc: Add environment option to run init.d/ashd silently.
[ashd.git] / bootstrap
CommitLineData
0b26618e
FT
1#!/bin/sh
2
3dolibtool=no
4dogettext=no
5
6if [ "$dogettext" = yes ]; then
7 autopoint || exit
8 aclocal$AUTOMAKE_VERSION -I m4 || exit
9else
10 aclocal$AUTOMAKE_VERSION || exit
11fi
12autoheader || exit
13if [ "$dolibtool" = yes ]; then
14 libtoolize --copy --force || exit
15fi
16automake$AUTOMAKE_VERSION --add-missing --copy || exit
17autoconf || exit