Moved to updated gettext and did some tweaking for make distcheck
[projects/chimara/chimara.git] / autogen.sh
index 49281e569d05009f9605e0b9a78cbf4364c5d39a..58bd3749716f134d8f16d0e7884ed23cad865515 100755 (executable)
@@ -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