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