X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=autogen.sh;h=15d4f313a61c2c2fc3021172b64346af7bf4198e;hp=58bd3749716f134d8f16d0e7884ed23cad865515;hb=refs%2Fheads%2Fgtk3;hpb=69bcc9a14851bb6e68b2f79e3b92d00cab3a55d8 diff --git a/autogen.sh b/autogen.sh index 58bd374..15d4f31 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,21 +1,18 @@ #!/bin/sh ### autogen.sh with sensible comments ############################### -### CREATE MACRO DIRECTORY ########################################## -# Needed by Gtk-doc -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 +