* autogen/copy_autogen, autogen/update_autogen: Update build-aux locations.
This commit is contained in:
parent
eacb6b4bfa
commit
74b880cbc1
4 changed files with 16 additions and 10 deletions
|
@ -1,6 +1,10 @@
|
|||
2011-07-29 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Merge from gnulib, using build-aux to remove clutter (Bug#9169).
|
||||
* autogen/README: Update destination list.
|
||||
* autogen/copy_autogen, autogen/update_autogen, .bzrignore:
|
||||
The autogenerated files compile, config.guess,
|
||||
config.sub, depcomp, install-sh, and missing are now in build-aux.
|
||||
* m4/largefile.m4: New file, so that Emacs does not mess up when
|
||||
accessing files with large inode numbers in MacOS X 10.5 and later.
|
||||
* m4/nocrash.m4: New file, to avoid triggering background debugger
|
||||
|
@ -10,8 +14,6 @@
|
|||
* build-aux/snippet/c++defs.h: Renamed from c++defs.h.
|
||||
* build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
|
||||
* build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
|
||||
* .bzrignore: The autogenerated files compile, config.guess,
|
||||
config.sub, depcomp, install-sh, and missing are now in build-aux.
|
||||
* Makefile.in (epaths-force, sync-from-gnulib):
|
||||
move-if-change is now in build-aux.
|
||||
(GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
|
||||
|
|
|
@ -7,12 +7,12 @@ configure ../ autoconf
|
|||
config.in ../src autoheader * also used by MSDOS bzr build
|
||||
aclocal.m4 ../ aclocal
|
||||
Makefile.in ../lib automake
|
||||
compile ../ automake
|
||||
config.guess ../ automake
|
||||
config.sub ../ automake
|
||||
depcomp ../ automake
|
||||
install-sh ../ automake
|
||||
missing ../ automake
|
||||
compile ../build-aux automake
|
||||
config.guess ../build-aux automake
|
||||
config.sub ../build-aux automake
|
||||
depcomp ../build-aux automake
|
||||
install-sh ../build-aux automake
|
||||
missing ../build-aux automake
|
||||
|
||||
There are also some scripts:
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ if test ! -e config.in; then
|
|||
fi
|
||||
|
||||
## Order implied by top-level Makefile's rules, for time-stamps.
|
||||
cp compile config.guess config.sub depcomp install-sh missing ../
|
||||
cp compile config.guess config.sub depcomp install-sh missing ../build-aux
|
||||
cp aclocal.m4 ../
|
||||
cp configure ../
|
||||
touch ../src/stamp-h.in
|
||||
|
|
|
@ -80,7 +80,11 @@ lboot_flag=
|
|||
ldefs_in=lisp/loaddefs.el
|
||||
ldefs_out=lisp/ldefs-boot.el
|
||||
sources="configure.in lib/Makefile.am"
|
||||
genfiles="configure aclocal.m4 src/config.in lib/Makefile.in compile config.guess config.sub depcomp install-sh missing"
|
||||
genfiles="
|
||||
configure aclocal.m4 src/config.in lib/Makefile.in
|
||||
build-aux/compile build-aux/config.guess build-aux/config.sub
|
||||
build-aux/depcomp build-aux/install-sh build-aux/missing
|
||||
"
|
||||
|
||||
for g in $genfiles; do
|
||||
basegen="$basegen ${g##*/}"
|
||||
|
|
Loading…
Add table
Reference in a new issue