Don't install test plugins
[rodin/chimara.git] / autogen.sh
index 58bd3749716f134d8f16d0e7884ed23cad865515..9c061ca5ad4610577fdd86ca71651548c4b0962a 100755 (executable)
@@ -8,14 +8,19 @@ mkdir -p m4
 ### GTK-DOC #########################################################
 # Run before autotools
 echo "Setting up Gtk-Doc"
-gtkdocize --flavour no-tmpl || exit 1
+gtkdocize --copy --flavour no-tmpl || exit 1
 
 ### AUTOTOOLS #######################################################
 # Runs autoconf, autoheader, aclocal, automake, autopoint, libtoolize
 echo "Regenerating autotools files"
-autoreconf --install --symlink || exit 1
+autoreconf --force --install || exit 1
 
 ### INTLTOOL ########################################################
 # Run after autopoint
 echo "Setting up Intltool"
 intltoolize --copy --force --automake || exit 1
+# Hack to get intltool 0.40.0 to work (Debian stable)
+touch intltool-extract.in
+touch intltool-merge.in
+touch intltool-update.in
+