2 ### autogen.sh with sensible comments ###############################
4 ### GTK-DOC #########################################################
6 echo "Setting up Gtk-Doc"
7 gtkdocize --copy --flavour no-tmpl || exit 1
9 ### AUTOTOOLS #######################################################
10 # Runs autoconf, autoheader, aclocal, automake, autopoint, libtoolize
11 echo "Regenerating autotools files"
12 autoreconf --force --install || exit 1
14 ### INTLTOOL ########################################################
16 echo "Setting up Intltool"
17 intltoolize --copy --force --automake || exit 1