]> git.street.me.uk Git - andy/viking.git/blame - autogen.sh
Diasable buttons on Track Properties Dialog when not needed.
[andy/viking.git] / autogen.sh
CommitLineData
1f8b0db7
GB
1#!/bin/sh
2
3# This file allows to 'bootstrap' the generation envir.
4# It must be used the first time the project is downloaded from the CVS.
5
6#libtoolize || exit 1
d700ee38 7aclocal -I m4 || exit 1
1f8b0db7
GB
8autoheader || exit 1
9automake --add-missing || exit 1
10autoconf || exit 1