aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-source.mak
blob: ad291feb9a2b8c0b026812f95d2cc3555ed18fee (plain)
1
2
3
4
5
6
7
8
9
10
conf: configure.sh config.h.in

aclocal.m4:
	aclocal -I m4

configure.sh: configure.ac aclocal.m4
	autoconf -o configure.sh

config.h.in: configure.ac aclocal.m4
	autoheader && touch config.h.in