aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 1b373520b10cc437b6cac15b66d6a2a4e1499f3f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ "`uname -s`" = "SunOS" ]
then
    # autoreconf on solaris can't find m4 files,
    # so we install it manually
    aclocal -I/usr/share/aclocal --install
fi

autoreconf -fi