X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=autogen.sh;h=6556cd8f3ddf8fa8566f68c8e5555746d0be96a3;hb=6a19bed210500ab8303a0e94d74adbf2ee0e2920;hp=58bd3749716f134d8f16d0e7884ed23cad865515;hpb=5d8cc54e0272cd4c54b9fd9de1cc76bb6a1ec4c0;p=rodin%2Fchimara.git diff --git a/autogen.sh b/autogen.sh index 58bd374..6556cd8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,14 +8,15 @@ 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 +