bug-sourceinstall
[Top][All Lists]
Advanced

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

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


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6308] patch for libsrcinst/srccfgopt.c
Date: Thu, 06 Dec 2007 20:26:22 +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/?6308>

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

    _______________________________________________________

Details:

23c23,25
< 
---
> #ifdef HAVE_NLS
> # include <locale.h>
> #endif
45,51c47,49
<     {"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},
< 
---
>     {"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},
126,160c124,158
<     _init_configure_option(o->options + idx++, "--prefix", "=PREFIX",
<                          "install files in PREFIX overriding default prefix",
<                          0);
< 
<     _init_configure_option(o->options + idx++, "--exec-prefix",
"=EPREFIX",
<                          "install architecture-dependent files in EPREFIXs 
[default=PREFIX]",
<                          0);
<     _init_configure_option(o->options + idx++, "--bindir", "=DIR",
<                          "user executables [EPREFIX/bin]", 0);
<     _init_configure_option(o->options + idx++, "--sbindir", "=DIR",
<                          "system admin executables [EPREFIX/sbin]", 0);
<     _init_configure_option(o->options + idx++, "--libexecdir", "=DIR",
<                          "program executables [EPREFIX/libexec]", 0);
<     _init_configure_option(o->options + idx++, "--datadir", "=DIR",
<                          "read-only architecture-independent data 
[PREFIX/share]",
<                          0);
<     _init_configure_option(o->options + idx++, "--sysconfdir", "=DIR",
<                          "read-only single-machine data [PREFIX/etc]",
<                          0);
<     _init_configure_option(o->options + idx++, "--sharedstatedir", "=DIR",
<                          "modifiable architecture-independent data 
[PREFIX/com]",
<                          0);
<     _init_configure_option(o->options + idx++, "--localstatedir", "=DIR",
<                          "modifiable single-machine data [PREFIX/var]",
<                          0);
<     _init_configure_option(o->options + idx++, "--libdir", "=DIR",
<                          "object code libraries [EPREFIX/lib]", 0);
<     _init_configure_option(o->options + idx++, "--includedir", "=DIR",
<                          "C header files [PREFIX/include]", 0);
<     _init_configure_option(o->options + idx++, "--oldincludedir", "=DIR",
<                          "C header files for non-gcc [/usr/include]", 0);
<     _init_configure_option(o->options + idx++, "--infodir", "=DIR",
<                          "info documentation [PREFIX/info]", 0);
<     _init_configure_option(o->options + idx++, "--mandir", "=DIR",
<                          "man documentation [PREFIX/man]", 0);
---
>     _init_configure_option(o->options + idx++, "--prefix", gettext (
"=PREFIX" ),
>                          gettext ( "install files in PREFIX overriding 
> default prefix" ),
>                          0); /* warning: passing arguments 4 of 
> ‘_init_configure_option’
makes pointer from integer without a cast */
> 
>     _init_configure_option(o->options + idx++, "--exec-prefix", gettext (
"=EPREFIX" ),
>                          gettext ( "install architecture-dependent files in 
> EPREFIXs
[default=PREFIX]" ),
>                          0);/* warning: passing arguments 4 of 
> ‘_init_configure_option’
makes pointer from integer without a cast */
>     _init_configure_option(o->options + idx++, "--bindir", gettext ( "=DIR"
),
>                          gettext ( "user executables [EPREFIX/bin]" ), 0);/* 
> warning: passing
arguments 4 of ‘_init_configure_option’ makes pointer from integer without
a cast */
>     _init_configure_option(o->options + idx++, "--sbindir", gettext (
"=DIR" ),
>                          gettext ( "system admin executables [EPREFIX/sbin]" 
> ), 0);/* warning:
passing arguments 4 of ‘_init_configure_option’ makes pointer from integer
without a cast */
>     _init_configure_option(o->options + idx++, "--libexecdir", gettext (
"=DIR" ),
>                          gettext ( "program executables [EPREFIX/libexec]" ), 
> 0);/* warning:
passing arguments 4 of ‘_init_configure_option’ makes pointer from integer
without a cast */
>     _init_configure_option(o->options + idx++, "--datadir", gettext (
"=DIR"),
>                          gettext ( "read-only architecture-independent data 
> [PREFIX/share]"
),
>                          0);/* warning: passing arguments 4 of 
> ‘_init_configure_option’
makes pointer from integer without a cast */
>     _init_configure_option(o->options + idx++, "--sysconfdir", gettext (
"=DIR" ),
>                          gettext ( "read-only single-machine data 
> [PREFIX/etc]" ),
>                          0);/* warning: passing arguments 4 of 
> ‘_init_configure_option’
makes pointer from integer without a cast */
>     _init_configure_option(o->options + idx++, "--sharedstatedir", gettext
( "=DIR" ),
>                          gettext ( "modifiable architecture-independent data 
> [PREFIX/com]" ),
>                          0);/* warning: passing arguments 4 of 
> ‘_init_configure_option’
makes pointer from integer without a cast */
>     _init_configure_option(o->options + idx++, "--localstatedir", gettext (
"=DIR" ),
>                          gettext ( "modifiable single-machine data 
> [PREFIX/var]" ),
>                          0);/* warning: passing arguments 4 of 
> ‘_init_configure_option’
makes pointer from integer without a cast */
>     _init_configure_option(o->options + idx++, "--libdir", gettext ( "=DIR"
),
>                          gettext ( "object code libraries [EPREFIX/lib]" ), 
> 0);/* warning:
passing arguments 4 of ‘_init_configure_option’ makes pointer from integer
without a cast */
>     _init_configure_option(o->options + idx++, "--includedir", gettext (
"=DIR" ),
>                          gettext ( "C header files [PREFIX/include]"), 0);/* 
> warning: passing
arguments 4 of ‘_init_configure_option’ makes pointer from integer without
a cast */
>     _init_configure_option(o->options + idx++, "--oldincludedir", gettext (
"=DIR" ),
>                          gettext ( "C header files for non-gcc 
> [/usr/include]" ), 0);/*
warning: passing arguments 4 of ‘_init_configure_option’ makes pointer
from integer without a cast */
>     _init_configure_option(o->options + idx++, "--infodir", gettext (
"=DIR" ),
>                          gettext ( "info documentation [PREFIX/info]" ), 
> 0);/* warning:
passing arguments 4 of ‘_init_configure_option’ makes pointer from integer
without a cast */
>     _init_configure_option(o->options + idx++, "--mandir", gettext ( "=DIR"
),
>                          gettext ( "man documentation [PREFIX/man]" ), 0);/* 
> warning: passing
arguments 4 of ‘_init_configure_option’ makes pointer from integer without
a cast */





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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