aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: 5cbfe36fc6f83cb3667217ec19208411034b4002 (plain)
1
2
3
4
5
6
7
8
9
10
AC_INIT(Root.order)
AM_INIT_AUTOMAKE(matchbox-desktop-sato, 0.1)
AM_CONFIG_HEADER(config.h)

# Checks for programs.
AC_PROG_INSTALL

AC_OUTPUT([
Makefile
])