Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: e3e0ece067316ea8cee90677582e17c5a55c319f (plain)
1
2
3
4
5
6
7
AC_INIT([sugar-html-browser], [0.1], [dwnarvaez@gmail.com])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([
Makefile
Makefile-browser
])
AC_OUTPUT