[uim-commit] r2281 - trunk

kzk at freedesktop.org kzk at freedesktop.org
Tue Nov 29 18:14:01 PST 2005


Author: kzk
Date: 2005-11-29 18:13:57 -0800 (Tue, 29 Nov 2005)
New Revision: 2281

Modified:
   trunk/autogen.sh
Log:
* autogen.sh
  - revert the change of r2269
    On my Ubuntu Breezy machine, default aclocal and automake
    version is still 1.4 (1.4-p6). So, we need to specify the
    version number.


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2005-11-30 02:00:22 UTC (rev 2280)
+++ trunk/autogen.sh	2005-11-30 02:13:57 UTC (rev 2281)
@@ -1,6 +1,5 @@
-aclocal -I m4 \
+aclocal-1.7 -I m4 \
   && libtoolize --force --copy \
   && autoheader \
-  && automake --add-missing --foreign --copy \
-  && autoconf \
-  && ./configure $@
+  && automake-1.7 --add-missing --foreign --copy \
+  && autoconf



More information about the uim-commit mailing list