2 ### autogen.sh with sensible comments ###############################
4 ### CREATE MACRO DIRECTORY ##########################################
8 ### GTK-DOC #########################################################
10 echo "Setting up Gtk-Doc"
11 gtkdocize --copy --flavour no-tmpl || exit 1
13 ### AUTOTOOLS #######################################################
14 # Runs autoconf, autoheader, aclocal, automake, autopoint, libtoolize
15 echo "Regenerating autotools files"
16 autoreconf --force --install || exit 1
18 ### INTLTOOL ########################################################
20 echo "Setting up Intltool"
21 intltoolize --copy --force --automake || exit 1