X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=bootstrap-configure;h=5a7e4dc1f6e367aac4ca10cbc069e0aad2fa335f;hb=4cd41ba34edb0575535c564110fcf72aa837693d;hp=2b8dc78e1565674e8d812d4075cf7635b956ab6d;hpb=7677b1bdb5df04b2e780d1bacf76f9de3f64d478;p=connman diff --git a/bootstrap-configure b/bootstrap-configure index 2b8dc78..5a7e4dc 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -4,10 +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 \ --localstatedir=/var \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --enable-client $*