Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: c60229aa0d9b7e1ede5be8b709860e4d329a3672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AC_INIT([sugar-datastore],[0.2.2],[],[sugar-datastore])

AC_PREREQ([2.59])

AC_CONFIG_SRCDIR([configure.ac])

AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])

AM_PATH_PYTHON

AC_OUTPUT([
Makefile
bin/Makefile
etc/Makefile
secore/Makefile
src/Makefile
src/olpc/Makefile
src/olpc/datastore/Makefile
])