X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=autogen.sh;h=ef19a9fb16585b980980173bf92006ea358f75e0;hp=7c73adb9fbbc51328780cc6ca7deb1a67b7243da;hb=7c2d4386c9781ea0b1e485cc84ac098217a00191;hpb=8944f13286ba5293781f2d57980da284cb2aa29d diff --git a/autogen.sh b/autogen.sh index 7c73adb9..ef19a9fb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,15 +19,14 @@ which gnome-autogen.sh || { } # Fetch submodules if needed -if test ! -f telepathy-yell/autogen.sh; +if test ! -f telepathy-account-widgets/COPYING; then echo "+ Setting up submodules" git submodule init fi git submodule update -# launch tp-yell's autogen.sh -cd telepathy-yell +cd telepathy-account-widgets sh autogen.sh --no-configure cd ..