bug-sourceinstall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-sourceinstall] [patch #6332] patch for libsrcinst/srccfgopt.c neede


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6332] patch for libsrcinst/srccfgopt.c needed
Date: Thu, 06 Dec 2007 21:06:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.2 Firefox/2.0.0.8

URL:
  <http://savannah.gnu.org/patch/?6332>

                 Summary: patch for libsrcinst/srccfgopt.c needed
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 23:06
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The following array should be replaced by some other solution for
localization purpose. Solutions like gettext ( "Optional Features" ) are not
accepted.

static struct _cfg_keywords _cfg_keywords[] = {
    {"Optional Features", "^Optional Features", SRC_MAIN_PATTERN, 0, 0, 0},
    {"Optional Packages and X", "^(Optional Packages|X features)",
     SRC_MAIN_PATTERN, 0, 0, 0},
    {"Environment Variables", "^Some influential environment variables",
     SRC_ENV_PATTERN, 0, 0, 0},
    {"Optional Features and Packages",
     "^--enable and --with options recognized", SRC_MAIN_PATTERN, 0, 0, 0},

    {"Uncategorized options", 0, SRC_MAIN_PATTERN, 0, 0, 0},
    {0, 0, 0, 0, 0, 0}
};




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6332>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]