On Thu, May 07, 2009 at 09:12:00PM +0200, Sven Neumann wrote: > Hi, > > On Thu, 2009-05-07 at 21:04 +0300, Ville Syrjälä wrote: > > > > New commits: > > > http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b0373d3f3b5f55be43d07f9d1b5b9cce51f65c6e > > > commit b0373d3f3b5f55be43d07f9d1b5b9cce51f65c6e > > > Author: Sven Neumann <[email protected]> > > > Date: Thu May 7 17:26:32 2009 +0200 > > > > > > git: ignore the m4 directory > > > > Why? > > It is created when compiling DirectFB and shouldn't contain any files > under version control. Or does it? If it does, then I should probably > have added the created files to .gitignore instead of the whole > directory.
It contains as-ac-expand.m4 which is under version control. I thought that all the automatically added macros would just go into aclocal.m4. And infact on my system no generated files end up in m4. Hmm 'info aclocal' tells me that stuff would only be copied to the m4 directory if you run aclocal with the --install option. At least our Makefile.am doesn't use that option, neither does autogen.sh. Do you have --install in $ACLOCAL_FLAGS env variable perhaps? -- Ville Syrjälä [email protected] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-cvs mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs
