# -*- mode: makefile -*-

# change this to the path to mkinstalldirs on your system
# po/Makefile.in.in requires mkinstalldirs, but intltoolize does not provide it
MKINSTALLDIRS = /usr/local/gnu-autotools/share/automake-1.9/mkinstalldirs

# aml: http://lefort.be.eu.org/aml-1.0.tar.gz
all:
	amlize
	aml src/automake.xml > src/Makefile.am
	intltoolize --force
	ln -sf $(MKINSTALLDIRS) mkinstalldirs
	aclocal -I m4
	autoheader
	autoconf
	automake --add-missing --force-missing


syntax highlighted by Code2HTML, v. 0.9.1