> Le 27 janv. 2015 à 18:48, Eli Zaretskii <e...@gnu.org> a écrit : > >> From: Akim Demaille <a...@lrde.epita.fr> >> Date: Tue, 27 Jan 2015 13:59:24 +0100 >> Cc: Bison Bugs <bug-bison@gnu.org> >> >> Actually I don't understand why you include mingw-setlocale >> instead of putting it in the lib/ library, and just link >> against it. > > lib/ is imported from gnulib, so I thought putting unrelated stuff > there will get in your way when you update from gnulib the next time.
No, it's not. Many bits there are from gnulib, granted, but there are many bits which are specific to Bison, just like in the old days. > Besides, the Makefile.in there is generated by the import procedure, > so editing it by hand will again be problematic. There is no Makefile.in there. There is Bison's own local.mk, which includes gnulib.mk. You can do whatever you want in local.mk. > But I can do it if you prefer it that way. Yes, that's really the traditional approach, I'd prefer sticking to it. Thanks! I guess I can get rid of all the DJGPP files now, right? (in djgpp/).