summaryrefslogtreecommitdiff
path: root/configure.ac
blob: eb1961e8bcfc13fa0d999cde03cb8c4ee963226f (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/web-common/Makefile)
AC_OUTPUT