(OTF_cmapSegment): Fix typo.
[m17n/libotf.git] / autogen.sh
index de43b40..3c17654 100755 (executable)
@@ -9,12 +9,16 @@ echo "Running libtoolize..."
 libtoolize --automake
 echo "Running aclocal..."
 aclocal
-echo "Running automake..."
-automake -a
 echo "Running autoheader..."
 autoheader
+echo "Running automake..."
+automake -a -c
 echo "Running autoconf..."
 autoconf
+echo "The remaining steps to install this library are:"
+echo "  % ./configure"
+echo "  % make"
+echo "  % make install"
 
 # Copyright (C) 2003, 2004
 #   National Institute of Advanced Industrial Science and Technology (AIST)