aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
blob: 0f619463396b27144ad7aa0126bef135380f7db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# change to root directory
cd $(dirname "$0")

# run auto.* tools
aclocal --force && \
    autoheader --force && \
    automake --gnu --add-missing --force-missing --copy && \
    autoconf --force