all:  
	cd autoconf && ./install.sh
	cd automake && ./install.sh

clean:
	rm -rf automake/install automake/src
	rm -rf autoconf/install autoconf/src
