]> git.sur5r.net Git - kconfig-frontends/blob - libs/parser/yconf.y.patch
configure: also search for libtinfo if needed
[kconfig-frontends] / libs / parser / yconf.y.patch
1 --- a/libs/parser/yconf.y       2012-01-12 22:37:17.582339777 +0100
2 +++ b/libs/parser/yconf.y       2012-03-03 23:55:29.889737630 +0100
3 @@ -96,7 +96,7 @@
4  
5  %{
6  /* Include zconf.hash.c here so it can see the token constants. */
7 -#include "zconf.hash.c"
8 +#include "hconf.c"
9  %}
10  
11  %%
12 @@ -496,7 +496,7 @@
13         modules_sym = sym_lookup(NULL, 0);
14         modules_sym->type = S_BOOLEAN;
15         modules_sym->flags |= SYMBOL_AUTO;
16 -       rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
17 +       rootmenu.prompt = menu_add_prompt(P_MENU, ROOTMENU, NULL);
18  
19         if (getenv("ZCONF_DEBUG"))
20                 zconfdebug = 1;
21 @@ -732,7 +732,7 @@
22         }
23  }
24  
25 -#include "zconf.lex.c"
26 +#include "lconf.c"
27  #include "util.c"
28  #include "confdata.c"
29  #include "expr.c"