summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh12
-rw-r--r--configure.ac10
2 files changed, 0 insertions, 22 deletions
diff --git a/autogen.sh b/autogen.sh
index b585c552..2753d641 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,16 +18,4 @@ which gnome-autogen.sh || {
exit 1
}
-# Fetch submodules if needed
-if test ! -f libempathy-gtk/egg-list-box/COPYING;
-then
- echo "+ Setting up submodules"
- git submodule init
-fi
-git submodule update
-
-cd libempathy-gtk/egg-list-box
-sh autogen.sh --no-configure
-cd ../..
-
USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index 34719985..6e950364 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,16 +85,6 @@ MC_PLUGINS_REQUIRED=5.13.1
#ifelse(tpaw_released, 1, [], [enable_maintainer_mode="yes"])
#GNOME_MAINTAINER_MODE_DEFINES
-# egg-list-box
-prev_top_build_prefix=$ac_top_build_prefix
-prev_ac_configure_args=$ac_configure_args
-AX_CONFIG_DIR([libempathy-gtk/egg-list-box])
-ac_top_build_prefix=$prev_top_build_prefix
-ac_configure_args=$prev_ac_configure_args
-
-export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"$ac_top_build_prefix"libempathy-gtk/egg-list-box
-PKG_CHECK_MODULES(EGGLISTBOX, egg-list-box)
-
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])