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