]> Dogcows Code - chaz/tint2/commitdiff
new patch by Christian
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Thu, 18 Jun 2009 20:46:00 +0000 (20:46 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Thu, 18 Jun 2009 20:46:00 +0000 (20:46 +0000)
configure.ac

index 644c98a7c02f4152401dbbf97fbbd461d12affb0..4e584cc1b7f703653a7ee7ac7c7969a1874c18d4 100644 (file)
@@ -61,16 +61,16 @@ AC_FUNC_MALLOC
 AC_CHECK_FUNCS([gettimeofday memset select setlocale strcasecmp strchr strdup])
 
 AC_ARG_ENABLE([battery],
-                         [AS_HELP_STRING([--enable-battery=no], [Disable battery status, only useful for notebooks [default=yes]])],
+                         [AS_HELP_STRING([--disable-battery], [Disable battery status plugin])],
                          [case "${enableval}" in
                           yes) battery=true ;;
                           no) battery=false ;;
-                          *) AC_MSG_ERROR([bad value ${enableval} for --enable-battery]) ;;
+                          *) AC_MSG_ERROR([bad value ${enableval} for --disable-battery]) ;;
                   esac], [battery=true])
 AM_CONDITIONAL([ENABLE_BATTERY], [test x$battery = xtrue])
 
 AC_ARG_ENABLE([examples],
-                         [AS_HELP_STRING([--enable-examples], [Install additional $(PACKAGE_NAME)rc examples])],
+                         [AS_HELP_STRING([--enable-examples], [Install additional tin2rc examples])],
                          [case "${enableval}" in
                           yes) examples=true ;;
                           no)  examples=false ;;
This page took 0.02408 seconds and 4 git commands to generate.