On 18-04-12 22:45, SF Markus Elfring wrote:
We are not using automake - just autoconf. What actually worked is
writing an empty toplevel Makefile.am that specifies the correct
parameters for aclocal.
Can a document like "Autotools Tutorial" help to clarify the purpose for
the suggested macro call "AM_INIT_AUTOMAKE([foreign -Wall -Werror])" and
corresponding configuration settings?
http://www.lrde.epita.fr/~adl/autotools.html
No. We don't use automake (nor want nor need it) and that simply means
we cannot even call this macro.
Using the foreign option will make automake stop complaining about
certain filename conventions that we don't adhere to, but if you don't
need automake at all then it does not complain about it in the first place.
Arie
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)