Files
rsync/prepare-source.mak
Tiziano Müller a2f733c664 Rename aclocal.m4 to acinclude.m4 and add make target
It is common practice to split up m4 files for easier maintenance and
generate the required aclocal.m4 using `aclocal` instead.
2015-04-26 16:50:16 -07:00

11 lines
189 B
Makefile

conf: configure.sh config.h.in
aclocal.m4:
aclocal
configure.sh: configure.ac aclocal.m4
autoconf -o configure.sh
config.h.in: configure.ac aclocal.m4
autoheader && touch config.h.in