summaryrefslogtreecommitdiff
path: root/Makefile.cvs
blob: c87570665033e02978537da8b611325acacacb13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: aclocal automake autoheader autoconf

aclocal:
	./autotools/bin/aclocal --acdir=./autotools/share/aclocal

automake:
	-./autotools/bin/automake --libdir=./autotools/share/automake

autoheader:
	./autotools/bin/autoheader -A ./autotools/share/autoconf

autoconf:
	./autotools/bin/autoconf -A ./autotools/share/autoconf