diff options
| author | Paul Eggert | 2011-07-29 14:59:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-29 14:59:44 -0700 |
| commit | 74b880cbc18bd0194c7b1fc44c4a983ee05adae2 (patch) | |
| tree | 3a17efc7aa32c80381625cb2c52cbc4905a0e501 | |
| parent | eacb6b4bfa897c12c41a4af73f40ab61b45a8548 (diff) | |
| download | emacs-74b880cbc18bd0194c7b1fc44c4a983ee05adae2.tar.gz emacs-74b880cbc18bd0194c7b1fc44c4a983ee05adae2.zip | |
* autogen/copy_autogen, autogen/update_autogen: Update build-aux locations.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | autogen/README | 12 | ||||
| -rwxr-xr-x | autogen/copy_autogen | 2 | ||||
| -rwxr-xr-x | autogen/update_autogen | 6 |
4 files changed, 16 insertions, 10 deletions
| @@ -1,6 +1,10 @@ | |||
| 1 | 2011-07-29 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Merge from gnulib, using build-aux to remove clutter (Bug#9169). | 3 | Merge from gnulib, using build-aux to remove clutter (Bug#9169). |
| 4 | * autogen/README: Update destination list. | ||
| 5 | * autogen/copy_autogen, autogen/update_autogen, .bzrignore: | ||
| 6 | The autogenerated files compile, config.guess, | ||
| 7 | config.sub, depcomp, install-sh, and missing are now in build-aux. | ||
| 4 | * m4/largefile.m4: New file, so that Emacs does not mess up when | 8 | * m4/largefile.m4: New file, so that Emacs does not mess up when |
| 5 | accessing files with large inode numbers in MacOS X 10.5 and later. | 9 | accessing files with large inode numbers in MacOS X 10.5 and later. |
| 6 | * m4/nocrash.m4: New file, to avoid triggering background debugger | 10 | * m4/nocrash.m4: New file, to avoid triggering background debugger |
| @@ -10,8 +14,6 @@ | |||
| 10 | * build-aux/snippet/c++defs.h: Renamed from c++defs.h. | 14 | * build-aux/snippet/c++defs.h: Renamed from c++defs.h. |
| 11 | * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h. | 15 | * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h. |
| 12 | * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn. | 16 | * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn. |
| 13 | * .bzrignore: The autogenerated files compile, config.guess, | ||
| 14 | config.sub, depcomp, install-sh, and missing are now in build-aux. | ||
| 15 | * Makefile.in (epaths-force, sync-from-gnulib): | 17 | * Makefile.in (epaths-force, sync-from-gnulib): |
| 16 | move-if-change is now in build-aux. | 18 | move-if-change is now in build-aux. |
| 17 | (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite | 19 | (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite |
diff --git a/autogen/README b/autogen/README index fd574c41cd6..d4c2236581b 100644 --- a/autogen/README +++ b/autogen/README | |||
| @@ -7,12 +7,12 @@ configure ../ autoconf | |||
| 7 | config.in ../src autoheader * also used by MSDOS bzr build | 7 | config.in ../src autoheader * also used by MSDOS bzr build |
| 8 | aclocal.m4 ../ aclocal | 8 | aclocal.m4 ../ aclocal |
| 9 | Makefile.in ../lib automake | 9 | Makefile.in ../lib automake |
| 10 | compile ../ automake | 10 | compile ../build-aux automake |
| 11 | config.guess ../ automake | 11 | config.guess ../build-aux automake |
| 12 | config.sub ../ automake | 12 | config.sub ../build-aux automake |
| 13 | depcomp ../ automake | 13 | depcomp ../build-aux automake |
| 14 | install-sh ../ automake | 14 | install-sh ../build-aux automake |
| 15 | missing ../ automake | 15 | missing ../build-aux automake |
| 16 | 16 | ||
| 17 | There are also some scripts: | 17 | There are also some scripts: |
| 18 | 18 | ||
diff --git a/autogen/copy_autogen b/autogen/copy_autogen index a0daf9f02e5..c9f04ad6253 100755 --- a/autogen/copy_autogen +++ b/autogen/copy_autogen | |||
| @@ -16,7 +16,7 @@ if test ! -e config.in; then | |||
| 16 | fi | 16 | fi |
| 17 | 17 | ||
| 18 | ## Order implied by top-level Makefile's rules, for time-stamps. | 18 | ## Order implied by top-level Makefile's rules, for time-stamps. |
| 19 | cp compile config.guess config.sub depcomp install-sh missing ../ | 19 | cp compile config.guess config.sub depcomp install-sh missing ../build-aux |
| 20 | cp aclocal.m4 ../ | 20 | cp aclocal.m4 ../ |
| 21 | cp configure ../ | 21 | cp configure ../ |
| 22 | touch ../src/stamp-h.in | 22 | touch ../src/stamp-h.in |
diff --git a/autogen/update_autogen b/autogen/update_autogen index c134609356c..e406f346ede 100755 --- a/autogen/update_autogen +++ b/autogen/update_autogen | |||
| @@ -80,7 +80,11 @@ lboot_flag= | |||
| 80 | ldefs_in=lisp/loaddefs.el | 80 | ldefs_in=lisp/loaddefs.el |
| 81 | ldefs_out=lisp/ldefs-boot.el | 81 | ldefs_out=lisp/ldefs-boot.el |
| 82 | sources="configure.in lib/Makefile.am" | 82 | sources="configure.in lib/Makefile.am" |
| 83 | genfiles="configure aclocal.m4 src/config.in lib/Makefile.in compile config.guess config.sub depcomp install-sh missing" | 83 | genfiles=" |
| 84 | configure aclocal.m4 src/config.in lib/Makefile.in | ||
| 85 | build-aux/compile build-aux/config.guess build-aux/config.sub | ||
| 86 | build-aux/depcomp build-aux/install-sh build-aux/missing | ||
| 87 | " | ||
| 84 | 88 | ||
| 85 | for g in $genfiles; do | 89 | for g in $genfiles; do |
| 86 | basegen="$basegen ${g##*/}" | 90 | basegen="$basegen ${g##*/}" |