git: Line endings of README.txt
[projects/chimara/chimara.git] / autogen.sh
index ee8c4dd91e6e5cd26ab4c30387bfc03cbeeb2f9e..15d4f313a61c2c2fc3021172b64346af7bf4198e 100755 (executable)
@@ -1,10 +1,6 @@
 #!/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"
@@ -19,3 +15,4 @@ autoreconf --force --install || exit 1
 # Run after autopoint
 echo "Setting up Intltool"
 intltoolize --copy --force --automake || exit 1
+