*** empty log message ***
[m17n/libotf.git] / autogen.sh
index a539740..79cbc6a 100755 (executable)
@@ -1,6 +1,11 @@
 #!/bin/sh
+echo "Running libtoolize..."
 libtoolize --automake
+echo "Running aclocal..."
 aclocal
+echo "Running automake..."
 automake -a
+echo "Running autoheader..."
+autoheader
+echo "Running autoconf..."
 autoconf
-