diff 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
line wrap: on
line diff
--- a/configure.in	Thu Jun 12 21:04:10 2008 +0300
+++ b/configure.in	Mon Jun 16 16:09:18 2008 +0300
@@ -71,11 +71,9 @@
 dnl *** Enable or disable themetune support/installation
 dnl ***
 AC_ARG_ENABLE([themetune],
-[
-  --disable-themetune   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.
-],[
+[AS_HELP_STRING([--disable-themetune],
+[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.])
+], [
 if test "x$enableval" = "xyes"; then
 	xs_have_themetune=yes
 else