blob: ab72a5f74ef4261d7899959dc4e59e32f27baee1 (
plain) (
blame)
1
2
3
4
5
6
7
|
DISTCLEANFILES=config.status config.log config.cache Makefile
CLEANADD=Makefile.cfg conftest*
distfiles: configure
configure: configure.in aclocal.m4
cd $(srcdir); autoconf
|