[uim-commit] r2282 - trunk

kzk at freedesktop.org kzk at freedesktop.org
Tue Nov 29 18:57:45 PST 2005


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

Modified:
   trunk/autogen.sh
Log:
* autogen.sh
  - revert change at r2281 and add a comment


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2005-11-30 02:13:57 UTC (rev 2281)
+++ trunk/autogen.sh	2005-11-30 02:57:42 UTC (rev 2282)
@@ -1,5 +1,9 @@
-aclocal-1.7 -I m4 \
+#!/bin/sh
+
+# Notice: Autotools' version must be 1.7 or later
+
+aclocal -I m4 \
   && libtoolize --force --copy \
   && autoheader \
-  && automake-1.7 --add-missing --foreign --copy \
+  && automake --add-missing --foreign --copy \
   && autoconf



More information about the uim-commit mailing list