comparison configure.in @ 707:3ceec7ef374a

Use AS_HELP_STRING macro.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Jun 2008 16:09:18 +0300
parents bc1439af0c7e
children 9321ffa2ea7e
comparison
equal deleted inserted replaced
706:27fac414349d 707:3ceec7ef374a
69 69
70 dnl *** 70 dnl ***
71 dnl *** Enable or disable themetune support/installation 71 dnl *** Enable or disable themetune support/installation
72 dnl *** 72 dnl ***
73 AC_ARG_ENABLE([themetune], 73 AC_ARG_ENABLE([themetune],
74 [ 74 [AS_HELP_STRING([--disable-themetune],
75 --disable-themetune Disable XMMS-SID theme song-related code and 75 [Disable XMMS-SID theme song-related code and installation of the SID-tune file. The tune is not under GNU GPL, refer to README for license.])
76 installation of the SID-tune file. The tune is 76 ], [
77 not under GNU GPL, refer to README for license.
78 ],[
79 if test "x$enableval" = "xyes"; then 77 if test "x$enableval" = "xyes"; then
80 xs_have_themetune=yes 78 xs_have_themetune=yes
81 else 79 else
82 if test "x$enableval" = "xno"; then 80 if test "x$enableval" = "xno"; then
83 xs_have_themetune=no 81 xs_have_themetune=no