libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libredwg] Re: Move build to build-aux


From: Thien-Thi Nguyen
Subject: [libredwg] Re: Move build to build-aux
Date: Mon, 22 Feb 2010 10:42:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

() Rodrigo Rodrigues da Silva <address@hidden>
() 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

[Prev in Thread] Current Thread [Next in Thread]