fix the []'s in the outputs
authorDana Jansens <danakj@orodu.net>
Wed, 20 Nov 2002 06:02:51 +0000 (06:02 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 20 Nov 2002 06:02:51 +0000 (06:02 +0000)
configure.in

index b65da052759b20fd700dc3302cd107a8ec9ed112..6cf898021a317bcccbe32f1bf7ce74200292ba17 100644 (file)
@@ -82,7 +82,7 @@ dnl Check for XShape extension support and proper library files.
 SHAPE=""
 AC_MSG_CHECKING([whether to build support for the XShape extension])
 AC_ARG_ENABLE(
-  shape, [  --enable-shape          enable support of the XShape extension [default=yes]])
+  shape, [  --enable-shape          enable support of the XShape extension @<:@default=yes@:>@])
 
 : ${enableval="yes"}
 if test "$enableval" = "yes"; then
@@ -111,7 +111,7 @@ dnl Check for Xinerama extension support and proper library files.
 XINERAMA=""
 AC_MSG_CHECKING([whether to build support for the Xinerama extension])
 AC_ARG_ENABLE(
-  xinerama, [  --enable-xinerama       enable support of the Xinerama extension [default=no]],
+  xinerama, [  --enable-xinerama       enable support of the Xinerama extension @<:@default=no@:>@],
   if test "$enableval" = "yes"; then
        AC_MSG_RESULT([yes])
 
@@ -143,7 +143,7 @@ XFT2=""
 dnl XFT_UTF8=""
 AC_MSG_CHECKING([whether to build support for the Xft extension])
 AC_ARG_ENABLE(
-  xft, [  --enable-xft            enable support of the Xft extension [default=yes]])
+  xft, [  --enable-xft            enable support of the Xft extension @<:@default=yes@:>@])
 : ${enableval="yes"}
 if test "$enableval" = "yes"; then
 
@@ -193,7 +193,7 @@ ORDEREDPSEUDO=""
 AC_MSG_CHECKING([whether to include Pseudocolor ordered dithering code])
 AC_ARG_ENABLE(ordered-pseudo,
 [  --enable-ordered-pseudo include code for ordered pseudocolor (8bpp)
-                          dithering [default=no]],
+                          dithering @<:@default=no@:>@],
   if test "$enableval" = "yes"; then
     AC_MSG_RESULT([yes])
     ORDEREDPSEUDO="yes" 
@@ -210,7 +210,7 @@ dnl Check whether to include debugging code
 DEBUG=""
 AC_MSG_CHECKING([whether to include verbose debugging code])
 AC_ARG_ENABLE(debug,
-  [  --enable-debug          include verbose debugging code [default=no]],
+  [  --enable-debug          include verbose debugging code @<:@default=no@:>@],
   if test "$enableval" = "yes"; then
     AC_MSG_RESULT([yes])
     if test "$GCC" = "yes"; then
@@ -231,7 +231,7 @@ dnl Check whether to include natural language support (i18n)
 NLS=""
 AC_MSG_CHECKING([whether to include NLS support])
 AC_ARG_ENABLE(nls,
-  [  --enable-nls            include natural language support [default=yes]],
+  [  --enable-nls            include natural language support @<:@default=yes@:>@],
   if test "$enableval" = "yes"; then
     AC_MSG_RESULT([yes])
     NLS="yes"
@@ -259,7 +259,7 @@ TIMEDCACHE=""
 AC_MSG_CHECKING([whether to use the timed pixmap cache])
 AC_ARG_ENABLE(
   timed-cache,
-[  --enable-timed-cache    use timed pixmap cache [default=yes]],
+[  --enable-timed-cache    use timed pixmap cache @<:@default=yes@:>@],
   if test "$enableval" = "yes"; then
     AC_MSG_RESULT([yes])
     TIMEDCACHE="yes"
@@ -278,7 +278,7 @@ BITMAPBUTTONS=""
 AC_MSG_CHECKING([whether to include bitmappable buttons])
 AC_ARG_ENABLE(
   bitmap-buttons,
-[  --enable-bitmap-buttons include bitmappable buttons [default=yes]],
+[  --enable-bitmap-buttons include bitmappable buttons @<:@default=yes@:>@],
   if test x$enableval = "xyes"; then
     AC_MSG_RESULT([yes])
     BITMAPBUTTONS="yes"
@@ -316,6 +316,7 @@ util/Makefile
 util/epist/Makefile
 data/Makefile
 data/styles/Makefile
+data/buttons/Makefile
 doc/Makefile
 nls/Makefile
 nls/C/Makefile