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