On Thursday 2015-10-22 07:23, SF Markus Elfring wrote: > >> Since coccinelle.spec does not invoke autoreconf > >How does the script >"https://github.com/coccinelle/coccinelle/blob/a46bef70162d17cec6b0fc6101d737989f735ee4/autogen" >fit to your view?
1. Running `aclocal; autoconf` is not enough. I spot a Makefile.am in the source tree, so you more or less need `autoreconf -fi` instead in the "autogen" script. 2. My point was that autogen / aclocal / autoconf / etc. only needs to be run if there is no "configure" script present. Because there is a configure script in the released tarballs (at least there was so far), there is no need for coccinelle.spec to run autogen. And if autogen/aclocal/autoconf/etc. is not run, we do not need to BuildRequire it. _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
