AC_PREREQ(2.59) AC_INIT([Account Manager], 0.1) AM_INIT_AUTOMAKE([foreign]) wwwdir=$datadir/account-manager/www modulesdir=$datadir/account-manager/lib templatesdir=$datadir/account-manager/templates AC_SUBST(wwwdir) AC_SUBST(modulesdir) AC_SUBST(templatesdir) AC_CONFIG_FILES( Makefile bin/Makefile conf/Makefile lib/Makefile templates/Makefile resources/Makefile ) AC_OUTPUT