Played around with nitfol build process, adding rules to generate the
[projects/chimara/chimara.git] / autogen.sh
index 58bd3749716f134d8f16d0e7884ed23cad865515..ee8c4dd91e6e5cd26ab4c30387bfc03cbeeb2f9e 100755 (executable)
@@ -8,12 +8,12 @@ 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