X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=autogen.sh;h=58bd3749716f134d8f16d0e7884ed23cad865515;hb=69bcc9a14851bb6e68b2f79e3b92d00cab3a55d8;hp=49281e569d05009f9605e0b9a78cbf4364c5d39a;hpb=6713d0401299f18a57682f819aa9d8d7d064ddee;p=projects%2Fchimara%2Fchimara.git diff --git a/autogen.sh b/autogen.sh index 49281e5..58bd374 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,10 @@ #!/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" @@ -11,11 +15,7 @@ gtkdocize --flavour no-tmpl || exit 1 echo "Regenerating autotools files" autoreconf --install --symlink || exit 1 -### GLIB-GETTEXT #################################################### -echo "Running glib-gettextize... Ignore non-fatal messages" -glib-gettextize --force --copy || exit 1 - ### INTLTOOL ######################################################## -# Run after autopoint or glib-gettextize +# Run after autopoint echo "Setting up Intltool" intltoolize --copy --force --automake || exit 1