Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-02-06 09:37:37 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-06 09:37:37 (GMT)
commitcba851bc93993db9422913059fc858ba390ced49 (patch)
tree0ccd20d88237dc42bf130c964d4e2041b3627fc8 /configure.ac
parent44efc2a1315efe90eb2edc7a24b1372382222408 (diff)
Delete the library, it's now splitted out to sugar-toolkit.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index 8af8f4e..41673e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,23 +7,10 @@ AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
-
-AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
-
AM_PATH_PYTHON
-AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
-
-AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
PKG_CHECK_MODULES(SHELL, pygtk-2.0 gtk+-2.0)
-PKG_CHECK_MODULES(LIB, pygtk-2.0 gtk+-2.0)
-
-PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
-AC_SUBST(PYGTK_DEFSDIR)
-
# Setup GETTEXT
#
ALL_LINGUAS="am ar ay bn de dz el en es fa fr ha hi ig is it ja ko mk ml ne nl pa pl pt pt_BR qu ro ru rw th ur yo zh_CN zh_TW"
@@ -53,14 +40,6 @@ AC_OUTPUT([
Makefile
bin/Makefile
data/Makefile
-lib/Makefile
-lib/sugar/Makefile
-lib/sugar/activity/Makefile
-lib/sugar/bundle/Makefile
-lib/sugar/clipboard/Makefile
-lib/sugar/graphics/Makefile
-lib/sugar/presence/Makefile
-lib/sugar/datastore/Makefile
service/Makefile
src/Makefile
src/controlpanel/Makefile