summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 5b5a129c772b73d5a4ae48fb8a507616d465d2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
if [ -d scripts ]; then
  :
else
  mkdir scripts
fi
echo "libtoolize"
libtoolize --force --copy
echo "autopoint"
autopoint --force
echo "aclocal"
aclocal
echo "autoheader"
autoheader
echo "automake"
automake --add-missing --gnu --force --copy
echo "autoconf"
autoconf