git: Line endings of README.txt
[projects/chimara/chimara.git] / autogen.sh
1 #!/bin/sh
2 ### autogen.sh with sensible comments ###############################
3
4 ### GTK-DOC #########################################################
5 # Run before autotools
6 echo "Setting up Gtk-Doc"
7 gtkdocize --copy --flavour no-tmpl || exit 1
8
9 ### AUTOTOOLS #######################################################
10 # Runs autoconf, autoheader, aclocal, automake, autopoint, libtoolize
11 echo "Regenerating autotools files"
12 autoreconf --force --install || exit 1
13
14 ### INTLTOOL ########################################################
15 # Run after autopoint
16 echo "Setting up Intltool"
17 intltoolize --copy --force --automake || exit 1
18