() Rodrigo Rodrigues da Silva <[email protected]>
() Sun, 21 Feb 2010 21:08:49 -0300

   The GNU evaluators told us to move the build directory to build-aux. I
   wasn't sure if that would affect something, so I didn't move. Is that
   ok to just move, or changes must be done?

Some changes need to be done.  I see:

 |$ grep -nH -e build $(git ls-files)
 |.gitignore:18:/build/config.guess
 |.gitignore:19:/build/config.sub
 |.gitignore:20:/build/depcomp
 |.gitignore:21:/build/install-sh
 |.gitignore:22:/build/ltmain.sh
 |.gitignore:23:/build/missing
 |.gitignore:24:/build/snap.update-policy
 |HACKING:27:  We use the script create-changelog (in build/) for that.
X|HACKING:72:    - build  -- configuration, makefiles, etc
X|README:22:just install the pslib-dev package to build and pslib if you want 
to use dwg_ps.  
 |configure.in:6:AC_CONFIG_AUX_DIR(build)

The false positives (don't need to be changed) are marked with X.
Everything else can be s/build/build-aux/, i believe.

thi


Reply via email to