It looks like the automake auto-added GNU specific files have been checked into SVN.
It looks like no one knew about the automake --foreign option, which can suppress automake from automatically creating files to fit the GNU layout. It can be passed as an argument to automake for autogen.sh, or you can add an AUTOMAKE_OPTIONS to the Makefile.am itself, like this: Index: Makefile.am =================================================================== --- Makefile.am (revision 466262) +++ Makefile.am (working copy) @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = foreign + datadir=$(prefix) logsdir=$(prefix)/logs docsdir=$(prefix)/docs If people are interested, I can make a patch for all of the Makefile.am files... -Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
