[ecasound] ./configure --help a little weird?

From: Eric Dantan Rzewnicki <rzewnickie@email-addr-hidden>
Date: Fri Aug 12 2005 - 23:38:31 EEST

configure --help in the 2.4.2 tarball looks to be a little broken.

Some bits of script get printed out between the text for
"--disable-alsa" and that for "--enable-sys-readline"

Looking at the script for 2.4.1 it appears that --disable-jack has been
replaced with:

      case "$enableval" in
        y | yes)
          echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
          jack_support=yes
        ;;
  
        n | no)
          echo "$as_me:$LINENO: result: no" >&5
  echo "${ECHO_T}no" >&6
          jack_support=no
        ;;
  
        *)
          { { echo "$as_me:$LINENO: error: Invalid parameter value for
--enable-jack: $enableval" >&5
  echo "$as_me: error: Invalid parameter value for --enable-jack:
$enableval" >&2;}
     { (exit 1); exit 1; }; }
        ;;
      esac

which just looks out of place ... not sure what got mixed up here.
configure.in seems to be ok.

-- 
Eric Dantan Rzewnicki  |  Systems Administrator
Technical Operations Division  |  Radio Free Asia
2025 M Street, NW  |  Washington, DC 20036  |  202-530-4900
CONFIDENTIAL COMMUNICATION
This e-mail message is intended only for the use of the addressee and
may contain information that is privileged and confidential. Any 
unauthorized dissemination, distribution, or copying is strictly 
prohibited. If you receive this transmission in error, please contact
network@email-addr-hidden.
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Sat Aug 13 00:15:05 2005

This archive was generated by hypermail 2.1.8 : Sat Aug 13 2005 - 00:15:05 EEST