diff options
| author | Glenn Morris | 2013-11-04 23:54:03 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-04 23:54:03 -0800 |
| commit | 4dde498bceb259c0ce670a846224da39a118459b (patch) | |
| tree | 4921ecdf1f78a92095cded1b598acc3ac42b7ffc /GNUmakefile | |
| parent | ceb486d4970c9080d2974d6852de9e9eb846d990 (diff) | |
| download | emacs-4dde498bceb259c0ce670a846224da39a118459b.tar.gz emacs-4dde498bceb259c0ce670a846224da39a118459b.zip | |
Remove the autogen/ directory
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00806.html
* autogen: Remove directory. Move update_autogen to admin/.
* autogen.sh: Remove reference to copy_autogen.
* GNUmakefile (configure):
* Makefile.in (bootstrap): Do not try to run copy_autogen.
* config.bat: Use msdos/autogen rather than autogen.
* admin/update_autogen: Move here from ../autogen.
(usage): Update. Remove -l, add -A.
(autogendir): New variable.
(ldefs_flag): Default to set.
(genfiles): Reduce to only ms-dos relevant files.
(main): Make checking autogen sources optional.
Make copying of autogen files optional.
* msdos/autogen/config.in:
* msdos/autogen/Makefile.in: Move here from ../autogen.
* nt/INSTALL: Remove reference to copy_autogen.
* nt/config.nt: Comment.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index a2a630ba9d5..25c586d8356 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
| @@ -68,8 +68,8 @@ default $(filter-out configure Makefile,$(MAKECMDGOALS)): Makefile | |||
| 68 | 68 | ||
| 69 | configure: | 69 | configure: |
| 70 | @echo >&2 'There seems to be no "configure" file in this directory.' | 70 | @echo >&2 'There seems to be no "configure" file in this directory.' |
| 71 | @echo >&2 'Running ./autogen.sh || autogen/copy_autogen ...' | 71 | @echo >&2 'Running ./autogen.sh ...' |
| 72 | ./autogen.sh || autogen/copy_autogen | 72 | ./autogen.sh |
| 73 | @echo >&2 '"configure" file built.' | 73 | @echo >&2 '"configure" file built.' |
| 74 | 74 | ||
| 75 | Makefile: configure | 75 | Makefile: configure |