Bug 18748 - xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case.
Summary: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case.
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/other (show other bugs)
Version: git
Hardware: All All
: medium trivial
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
: 18749 18750 18803 34434 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-27 15:45 UTC by Michael Verret
Modified: 2011-02-18 03:35 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Michael Verret 2008-11-27 15:45:32 UTC
Hi,

Running 'configure --help' to learn the options for libFS results in the following"

--------->8
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-unix-transport Enable UNIX domain socket transport
  --enable-tcp-transport  Enable TCP socket transport
  --enable-IPv6           Enable IPv6 support
--------->8

Trying to use the option '--enable-ipv6' results in this the warning:

configure: WARNING: unrecognized options: --enable-IPv6

The correct case is:

--enable-ipv6

Using the wrong case will produce unexpected results for the unsuspecting user.
Comment 1 Alan Coopersmith 2008-12-01 08:00:21 UTC
This comes from xtrans.m4 in libXtrans, which is included in libFS, libICE,
libSM, libX11, xserver, etc.
Comment 2 Alan Coopersmith 2008-12-01 08:01:32 UTC
*** Bug 18749 has been marked as a duplicate of this bug. ***
Comment 3 Alan Coopersmith 2008-12-01 08:02:16 UTC
*** Bug 18750 has been marked as a duplicate of this bug. ***
Comment 4 Alan Coopersmith 2008-12-01 08:18:47 UTC
*** Bug 18803 has been marked as a duplicate of this bug. ***
Comment 5 Alan Coopersmith 2008-12-01 08:39:54 UTC
Fix pushed to xtrans git master, will appear in each affected module when
their configure scripts are regenerated using the new xtrans.m4.

 xtrans.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c313881a0c586179c09922a7e00a1f8d669a68a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Dec 1 08:37:42 2008 -0800

    18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case.
    
    X.Org Bug #18748 <http://bugs.freedesktop.org/show_bug.cgi?id=18748>
Comment 6 Julien Cristau 2011-02-18 03:35:40 UTC
*** Bug 34434 has been marked as a duplicate of this bug. ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.