[uim-commit] r865 - trunk/m4

tkng at freedesktop.org tkng at freedesktop.org
Sun Jun 5 07:54:40 PDT 2005


Author: tkng
Date: 2005-06-05 07:54:37 -0700 (Sun, 05 Jun 2005)
New Revision: 865

Modified:
   trunk/m4/Makefile.am
   trunk/m4/xft.m4
Log:
* m4/Makefile.am: Added xft.m4 to EXTRA_DIST.

Modified: trunk/m4/Makefile.am
===================================================================
--- trunk/m4/Makefile.am	2005-06-05 14:09:53 UTC (rev 864)
+++ trunk/m4/Makefile.am	2005-06-05 14:54:37 UTC (rev 865)
@@ -1 +1 @@
-EXTRA_DIST = nls.m4 po.m4  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 ac_cxx_have_stl.m4 ac_cxx_namespace.m4
\ No newline at end of file
+EXTRA_DIST = nls.m4 po.m4  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 ac_cxx_have_stl.m4 ac_cxx_namespace.m4 xft.m4

Modified: trunk/m4/xft.m4
===================================================================
--- trunk/m4/xft.m4	2005-06-05 14:09:53 UTC (rev 864)
+++ trunk/m4/xft.m4	2005-06-05 14:54:37 UTC (rev 865)
@@ -45,7 +45,9 @@
 dnl Test for Xft, and define XFT_CFLAGS and XFT_LIBS
 AC_DEFUN([AM_PATH_XFT],
 [
-  AC_ARG_ENABLE(xft, [  --enable-xft            Xft (antialias) support (default=$1)],
+  AC_ARG_WITH(xft,
+     AS_HELP_STRING([--with-xft],
+                    [Xft (antialias) support (default=$1)]),
     [ if test "x$enableval" = "xyes"; then
         TRY_XFT=yes
       else



More information about the uim-commit mailing list