You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
549 B
Plaintext

18 years ago
AC_INIT([Sugar],[0.18],[],[sugar])
18 years ago
AC_PREREQ([2.59])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE
AM_PATH_PYTHON
AC_OUTPUT([
Makefile
activities/Makefile
activities/browser/Makefile
activities/chat/Makefile
shell/Makefile
shell/google/Makefile
shell/session/Makefile
sugar/Makefile
sugar/__installed__.py
sugar/activity/Makefile
sugar/chat/Makefile
18 years ago
sugar/chat/sketchpad/Makefile
sugar/p2p/Makefile
18 years ago
sugar/p2p/model/Makefile
sugar/presence/Makefile
18 years ago
])