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
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])
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
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"
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
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"
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"
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"
util/epist/Makefile
data/Makefile
data/styles/Makefile
+data/buttons/Makefile
doc/Makefile
nls/Makefile
nls/C/Makefile