Fix help string for --enable-gui.
[m17n/m17n-lib.git] / example / mdate.c
index 454a796..9f8103f 100644 (file)
@@ -1,5 +1,5 @@
 /* mdate.c -- Show system date/time in all locales.    -*- coding: euc-jp; -*-
 /* mdate.c -- Show system date/time in all locales.    -*- coding: euc-jp; -*-
-   Copyright (C) 2003, 2004
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H15PRO112
 
      National Institute of Advanced Industrial Science and Technology (AIST)
      Registration Number H15PRO112
 
 
    You should have received a copy of the GNU Lesser General Public
    License along with the m17n library; if not, write to the Free
 
    You should have received a copy of the GNU Lesser General Public
    License along with the m17n library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    02111-1307, USA.  */
 
 /***en
    02111-1307, USA.  */
 
 /***en
-    @enpage mdate display date and time
+    @enpage m17n-date display date and time
 
 
-    @section mdate-synopsis SYNOPSIS
+    @section m17n-date-synopsis SYNOPSIS
 
 
-    mdate [ OPTION ... ]
+    m17n-date [ OPTION ... ]
 
 
-    @section mdate-description DESCRIPTION
+    @section m17n-date-description DESCRIPTION
 
     Display the system date and time in many locales on a window.
 
 
     Display the system date and time in many locales on a window.
 
     </ul>
 */
 /***ja
     </ul>
 */
 /***ja
-    @japage mdate Æü»þ¤òɽ¼¨¤¹¤ë
+    @japage m17n-date Æü»þ¤òɽ¼¨¤¹¤ë
 
 
-    @section mdate-synopsis SYNOPSIS
+    @section m17n-date-synopsis ¥·¥Î¥×¥·¥¹
 
 
-    mdate [ OPTION ... ]
+    m17n-date [ OPTION ... ]
 
 
-    @section mdate-description DESCRIPTION
+    @section m17n-date-description ÀâÌÀ
 
     ¥·¥¹¥Æ¥à¤ÎÆü»þ¤ò¤µ¤Þ¤¶¤Þ¤Ê¥í¥±¡¼¥ë¤Ç¥¦¥£¥ó¥É¥¦¤Ëɽ¼¨¤¹¤ë¡£ 
 
 
     ¥·¥¹¥Æ¥à¤ÎÆü»þ¤ò¤µ¤Þ¤¶¤Þ¤Ê¥í¥±¡¼¥ë¤Ç¥¦¥£¥ó¥É¥¦¤Ëɽ¼¨¤¹¤ë¡£ 
 
@@ -82,8 +82,6 @@
 #include <m17n.h>
 #include <m17n-misc.h>
 
 #include <m17n.h>
 #include <m17n-misc.h>
 
-#define VERSION "1.0"
-
 /* Return a plist of all locales currently avairable on the system.
    The keys and values of the plist are locale name symbols and
    pointers to MLocale respectively.  */
 /* Return a plist of all locales currently avairable on the system.
    The keys and values of the plist are locale name symbols and
    pointers to MLocale respectively.  */
@@ -174,8 +172,8 @@ main (int argc, char **argv)
        help_exit (argv[0], 0);
       else if (! strcmp (argv[i], "--version"))
        {
        help_exit (argv[0], 0);
       else if (! strcmp (argv[i], "--version"))
        {
-         printf ("mdate (m17n library) %s\n", VERSION);
-         printf ("Copyright (C) 2003 AIST, JAPAN\n");
+         printf ("m17n-date (m17n library) %s\n", M17NLIB_VERSION_NAME);
+         printf ("Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 AIST, JAPAN\n");
          exit (0);
        }
       else
          exit (0);
        }
       else
@@ -222,7 +220,7 @@ main (int argc, char **argv)
 
   /* Show the generated M-text by another example program "mview".  */
   {
 
   /* Show the generated M-text by another example program "mview".  */
   {
-    FILE *p = popen ("mview", "w");
+    FILE *p = popen ("m17n-view", "w");
 
     if (!p)
       FATAL_ERROR ("%s\n", "Can't run the program mview!");
 
     if (!p)
       FATAL_ERROR ("%s\n", "Can't run the program mview!");