summaryrefslogtreecommitdiff
path: root/configure.ac
blob: d67d06a1e8169b5a081bba4876f2e61941a69068 (plain)
1
2
3
4
5
6
7
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 static/Makefile static/web-common/Makefile)
AC_OUTPUT