This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/13090] New: configure: some variables and URIs need updating


http://sourceware.org/bugzilla/show_bug.cgi?id=13090

             Bug #: 13090
           Summary: configure: some variables and URIs need updating
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: christophe.jarry@ouvaton.org
    Classification: Unclassified


File "configure" contains reference to "c-library", which is not apropriate
anymore.

>From glibc git, the following lines are concerned:

    562 PACKAGE_TARNAME='c-library'

should instead read:

    562 PACKAGE_TARNAME='glibc'

In the following lines, "c-library" should be replaced by "libc":

    566 PACKAGE_URL='http://www.gnu.org/software/c-library/'
    1493 GNU C Library home page: <http://www.gnu.org/software/c-library/>.
    8635 GNU C Library home page: <http://www.gnu.org/software/c-library/>.

I think the following line should be updated too:

    1403   --docdir=DIR            documentation root
[DATAROOTDIR/doc/c-library]

The following lines:

    1494 General help using GNU software: <http://www.gnu.org/gethelp/>.
    8636 General help using GNU software: <http://www.gnu.org/gethelp/>."

have to be replaced by:

    General help using GNU software: <http://www.gnu.org/help/gethelp.html>.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]