Revision: 6033
Author: ek.kato
Date: Mon Oct 12 19:23:52 2009
Log: * autogen.sh : Fix typo.

http://code.google.com/p/uim/source/detail?r=6033

Modified:
 /trunk/autogen.sh

=======================================
--- /trunk/autogen.sh   Sun Sep 27 23:28:46 2009
+++ /trunk/autogen.sh   Mon Oct 12 19:23:52 2009
@@ -15,7 +15,7 @@
 EOT
 }

-fix_acloacl_m4() {
+fix_aclocal_m4() {
   # need workaround if intltool >= 0.40.4
   if test $INTLTOOL_VERSION_MAJOR -eq 0 \
        -a $INTLTOOL_VERSION_MINOR -eq 40 \
@@ -43,7 +43,7 @@
 INTLTOOL_VERSION_MICRO=`echo $INTLTOOL_VERSION | cut -d '.' -f 3`

 aclocal -I m4 \
-  && fix_acloacl_m4 \
+  && fix_aclocal_m4 \
   && libtoolize --force --copy \
   && autoheader \
   && automake --add-missing --foreign --copy \

Reply via email to