git: Line endings of README.txt
[projects/chimara/chimara.git] / autogen.sh
index 02e7c8908e37fea6cccb938d15d1fb55bfadaa66..15d4f313a61c2c2fc3021172b64346af7bf4198e 100755 (executable)
@@ -4,18 +4,15 @@
 ### GTK-DOC #########################################################
 # Run before autotools
 echo "Setting up Gtk-Doc"
-gtkdocize || 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
-
-### GLIB-GETTEXT ####################################################
-echo "Running glib-gettextize... Ignore non-fatal messages"
-glib-gettextize --force --copy || exit 1
+autoreconf --force --install || exit 1
 
 ### INTLTOOL ########################################################
-# Run after autopoint or glib-gettextize
+# Run after autopoint
 echo "Setting up Intltool"
 intltoolize --copy --force --automake || exit 1
+