Re: compiling beagle

"Nirbheek Chauhan" <[email protected]> Fri, 7 Nov 2008 10:35:25 +0530
Newsgroups gmane.comp.gnome.dashboard.devel
Message-ID <[email protected]>
On Fri, Nov 7, 2008 at 3:57 AM, Darren Govoni <[email protected]> wrote:
> I tried that. I'm using Ubuntu. It doesn't generate any makefiles. here
> is the tail...
>
> [snipped]
> vc_variable='PKG_CONFIG'
> want_gettext='false'
> want_glib_gettext='true'
> want_gnome_doc_utils='false'
> want_gtk_doc='false'
> want_intltool='true'
> want_libtool='true'
> want_pkg_config='true'
> shift: 348: can't shift that many
> $
>

That's probably because Ubuntu uses /bin/dash for /bin/sh. Try
changing the #!/bin/sh at the top of autogen.sh to #!/bin/bash

-- 
~Nirbheek Chauhan