X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=autogen.sh;h=ef19a9fb16585b980980173bf92006ea358f75e0;hp=0fcb6fd782f5d517018b867b5864e173d7c7693f;hb=2f0809f96025b0138e26935ba0e089faacac4a4a;hpb=3d1021753d01d973c929c8758b11a147498377cc diff --git a/autogen.sh b/autogen.sh index 0fcb6fd7..ef19a9fb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,17 +19,13 @@ which gnome-autogen.sh || { } # Fetch submodules if needed -if test ! -f libempathy-gtk/egg-list-box/COPYING -o ! -f telepathy-account-widgets/COPYING; +if test ! -f telepathy-account-widgets/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 ../.. - cd telepathy-account-widgets sh autogen.sh --no-configure cd ..