summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 37588df35e849d1b631deffb75b29165481d3558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh
echo WARNING: this code in fribidi HEAD branch is obsolete and should
echo not be used.  If you are looking for the stable branch, check out
echo the STABLE branch.  If you are looking for the development branch
echo check out the fribidi2 module.
echo For more information, check out http://fribidi.org/ or ask on the
echo mailing list.
echo
sleep 5
libtoolize --copy --force --automake &&
aclocal --force &&
autoheader --force &&
automake --add-missing --copy --force &&
autoconf --force