X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=bootstrap-configure;h=0714169e370ef6b0bf71e1d51f0b024bc56de0f7;hb=daf3903e0695e63a68bdbf15f0079f40e7deaf99;hp=2d56ff31087032fcc79be1ceda84c47a53a6ee7b;hpb=ba189b000c4c5ab4d15c6b155a7dbf8bd46c42d4;p=connman diff --git a/bootstrap-configure b/bootstrap-configure index 2d56ff3..0714169 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -4,8 +4,16 @@ if [ -f config.status ]; then make maintainer-clean fi +if [ ! -f doc/gtk-doc.make ]; then + gtkdocize --copy --docdir doc +fi + ./bootstrap && \ ./configure --enable-maintainer-mode \ + --enable-gtk-doc \ + --enable-debug \ --prefix=/usr \ --mandir=/usr/share/man \ - --sysconfdir=/etc + --localstatedir=/var \ + --sysconfdir=/etc \ + --disable-fake $*