Re: m4/bison-i18n.m4: add --with-bisonlocaledir to assign BISON_LOCALEDIR

2020-05-02 Thread Bruno Haible
Hi Akim, > > Le 2 mai 2020 à 17:31, Bruno Haible a écrit : > > > > +BISON_LOCALEDIR="${localedir}" > > +AC_ARG_WITH([bison-prefix], > > + [[ with-bison-prefix=DIR search for bison's runtime data in > > DIR/share]], > > You meant --with-bison-prefix here. Or use AS_HELP_STRING.

Re: m4/bison-i18n.m4: add --with-bisonlocaledir to assign BISON_LOCALEDIR

2020-05-02 Thread Akim Demaille
Bruno, Thanks for this! > Le 2 mai 2020 à 17:31, Bruno Haible a écrit : > > +BISON_LOCALEDIR="${localedir}" > +AC_ARG_WITH([bison-prefix], > + [[ with-bison-prefix=DIR search for bison's runtime data in > DIR/share]], You meant --with-bison-prefix here. Or use AS_HELP_STRING.

Re: m4/bison-i18n.m4: add --with-bisonlocaledir to assign BISON_LOCALEDIR

2020-05-02 Thread Bruno Haible
Hi Akim, > Someone suggested that it would be nice to force a given value > to BISON_LOCALEDIR in ./configure. Are you interested in that? > I'm not a huge fan of adding tons of options to configure, I would > rather have this macro take incoming values of $BISON_LOCALEDIR, > and of course

m4/bison-i18n.m4: add --with-bisonlocaledir to assign BISON_LOCALEDIR

2020-05-01 Thread Akim Demaille
it with AC_ARG_VAR. I can wrap a commit if considered relevant. Cheers! > Début du message réexpédié : > > De: Hongxu Jia > Objet: [PATCH] m4/bison-i18n.m4: add --with-bisonlocaledir to assign > BISON_LOCALEDIR > Date: 18 février 2016 à 07:00:09 UTC+1 > À: > > The variable