diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index b585c552f..0fcb6fd78 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ which gnome-autogen.sh || { } # Fetch submodules if needed -if test ! -f libempathy-gtk/egg-list-box/COPYING; +if test ! -f libempathy-gtk/egg-list-box/COPYING -o ! -f telepathy-account-widgets/COPYING; then echo "+ Setting up submodules" git submodule init @@ -30,4 +30,8 @@ cd libempathy-gtk/egg-list-box sh autogen.sh --no-configure cd ../.. +cd telepathy-account-widgets +sh autogen.sh --no-configure +cd .. + USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh |