AC_INIT(taler-demo-landing-page, 0.1, mee@taler.net) AM_INIT_AUTOMAKE # check for typescript compiler AC_CHECK_PROG([tsc],[tsc],[yes],[no]) AM_CONDITIONAL(HAVE_TSC, [ test "$tsc" = "yes"]) AC_CONFIG_FILES(Makefile demo/Makefile demo/static/Makefile demo/static/web-common/Makefile) AC_OUTPUT