[kazehakase-svn] [3759] update shave.

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
Wed Feb 25 08:30:14 JST 2009


Revision: 3759
          http://svn.sourceforge.jp/view?root=kazehakase&view=rev&rev=3759
Author:   ikezoe
Date:     2009-02-25 08:30:14 +0900 (Wed, 25 Feb 2009)

Log Message:
-----------
update shave.

Modified Paths:
--------------
    kazehakase/trunk/configure.ac
    kazehakase/trunk/macros/shave.m4

Modified: kazehakase/trunk/configure.ac
===================================================================
--- kazehakase/trunk/configure.ac	2009-02-24 06:36:57 UTC (rev 3758)
+++ kazehakase/trunk/configure.ac	2009-02-24 23:30:14 UTC (rev 3759)
@@ -641,7 +641,7 @@
 AC_SUBST([AM_CXXFLAGS])
 AC_SUBST([AM_LDFLAGS])
 
-SHAVE_INIT([shave], [quiet])
+SHAVE_INIT([shave], [enable])
 AC_CONFIG_FILES([
 Makefile
 po/Makefile.in

Modified: kazehakase/trunk/macros/shave.m4
===================================================================
--- kazehakase/trunk/macros/shave.m4	2009-02-24 06:36:57 UTC (rev 3758)
+++ kazehakase/trunk/macros/shave.m4	2009-02-24 23:30:14 UTC (rev 3759)
@@ -4,9 +4,9 @@
 dnl
 dnl shavedir: the directory where the shave scripts are, it defaults to
 dnl           $(top_builddir)
-dnl default_mode: (quiet|verbose) default shave mode.  This parameter controls
-dnl               the behaviour of shave when no option has been given to
-dnl               configure.  It defaults to verbose (ie shave disabled)
+dnl default_mode: (enable|disable) default shave mode.  This parameter
+dnl               controls shave's behaviour when no option has been
+dnl               given to configure.  It defaults to disable.
 dnl
 dnl * SHAVE_INIT should be called late in your configure.(ac|in) file (just
 dnl   before AC_CONFIG_FILE/AC_OUTPUT is perfect.  This macro rewrites CC and
@@ -27,7 +27,7 @@
 AC_DEFUN([SHAVE_INIT],
 [
   dnl you can tweak the default value of enable_shave
-  m4_if([$2], [quiet], [_SHAVE_ARG_ENABLE(yes)], [_SHAVE_ARG_ENABLE(no)])
+  m4_if([$2], [enable], [_SHAVE_ARG_ENABLE(yes)], [_SHAVE_ARG_ENABLE(no)])
 
   if test x"$enable_shave" = xyes; then
     dnl where can we find the shave scripts?




More information about the Kazehakase-cvs mailing list
Zurück zum Archiv-Index