Markus, On 04/18/2012 10:45 PM, 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 are you really proposing to add -Werror by default?
Sure, it has its value if you fully control the build environment e.g. for the maintainers / developers of the application. But for users of the code it is a good way to turn some away as they cannot even compile your code. It is one of the most common things that Linux distributions have to patch out. See https://lwn.net/Articles/433422/ especially the comments for a reference. > corresponding configuration settings? > http://www.lrde.epita.fr/~adl/autotools.html bye michael _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
