Paul Eggert
16fab14354
src/emacs.c now gets version number from configure.in
2011-01-31 00:12:52 -08:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
e9bffc61f2
Refill some copyright headers.
2011-01-15 18:21:30 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Glenn Morris
3fb78d1f33
Remove lib-src/b2m.c and b2m.pl.
...
Emacs does not use Babyl files since 23.1, and you can use M-x unrmail.
* msdos/mainmake.v2 (install): Remove b2m.
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
* lib-src/b2m.c, lib-src/b2m.pl: Remove files.
* lib-src/Makefile.in (INSTALLABLES): Remove b2m.
* lib-src/makefile.w32-in ($(BLD)/b2m.$(O)): Remove.
* doc/emacs/ack.texi (Acknowledgments): No more b2m.c.
* admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
* INSTALL, make-dist: Remove references to b2m.
* Makefile.in (MAN_PAGES): Remove b2m.1.
2010-10-08 18:15:15 -07:00
Glenn Morris
81ac4f3536
Do not preprocess src/Makefile.in.
...
* configure.in: Do not preprocess src/Makefile.in.
(cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
(AC_EGREP_CPP): Test no longer needed.
* configure: Regenerate.
* config.bat: Do not preprocess src/Makefile.in.
* make-dist: No more Makefile.c files.
* INSTALL, src/README: Makefiles are not preprocessed.
* src/Makefile.in, src/autodeps.mk, src/deps.mk, src/ns.mk:
Convert comments to Makefile format.
* lib-src/Makefile.in (distclean): No more Makefile.c.
* src/Makefile.in (bootstrap-clean): No more Makefile.c.
* admin/notes/cpp: Remove file.
* admin/quick-install-emacs (AVOID): No more Makefile.c files.
* etc/PROBLEMS, etc/MACHINES: Remove details of cpp problems which can
no longer occur.
2010-05-26 22:43:27 -07:00
Ken Raeburn
e45b9e1939
Update scripts and text to refer to version number string in emacs.c
...
instead of version.el.
2010-05-15 17:12:44 -04:00
Miles Bader
61c264722e
quick-install-emacs: Use more portable shell syntax
2010-03-10 23:16:06 +09:00
Miles Bader
f758ab5980
quick-install-emacs: Be more picky about files we avoid installing
2010-03-10 23:14:34 +09:00
Juanma Barranquero
296271c006
* quick-install-emacs (PRUNED): Fix typo in message.
2010-02-14 18:30:41 +01:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Miles Bader
d94c90b9a6
admin/quick-install-emacs: Update get_config_var for autoconf 2.62
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1585
2009-04-21 00:39:00 +00:00
Miles Bader
40c3f43443
quick-install-emacs: Be more clever about locating info directory
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1570
2009-03-11 23:50:45 +00:00
Glenn Morris
f858db9ff1
Add 2009 to copyright years.
2009-01-08 04:24:42 +00:00
Glenn Morris
9ad5de0c1c
Switch to recommended form of GPLv3 permissions notice.
2008-05-09 23:48:10 +00:00
Glenn Morris
b9b14d130b
Add 2008 to copyright years.
2008-01-07 08:31:52 +00:00
Glenn Morris
4a9f99bdfb
Switch license to GPLv3 or later.
2007-07-25 05:08:27 +00:00
Glenn Morris
82be670e56
Add FSF copyright and GPL.
2007-01-28 00:05:32 +00:00
Miles Bader
1fc8c92b50
Fix admin/quick-install-emacs to work with recent versions of autoconf
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-584
2007-01-01 12:14:54 +00:00
Miles Bader
9a1c5fbf82
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-146
...
quick-install-emacs: Use mkdir --verbose only when requested
2005-03-02 Miles Bader <miles@gnu.org>
* admin/quick-install-emacs: Only use the mkdir --verbose option if the
script's --verbose option was specified (this avoids problems with
default usage on systems where mkdir doesn't support that option).
2005-03-02 09:26:43 +00:00
Miles Bader
feebeb72d3
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-68
...
Portability fix for admin/quick-install-emacs
* admin/quick-install-emacs: Don't use "function" keyword when defining
shell functions.
2003-10-01 01:38:40 +00:00
Miles Bader
e04e1ce238
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-62
...
Tweaks to admin/quick-install-emacs
* quick-install-emacs: Remove fns-* pruning, since that file no
longer seems to be generated.
(AVOID): Quote literal periods. Quote braces in a way acceptable
to all parties (gawk gets bitchy about using `\').
2003-09-27 23:08:14 +00:00
Miles Bader
7d39bf4c39
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-45
...
Quote braces in regexp passed to egrep/awk
2003-09-15 05:37:06 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Miles Bader
6cce52e843
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-19
...
Use quoting in quick-install-emacs that works with recent gawks
2003-08-19 16:22:27 +00:00
Miles Bader
8fc4819d1b
Revision: emacs--cvs-trunk--0--patch-13
...
Archive: miles@gnu.org--gnu-2003
Creator: Miles Bader <miles@gnu.org>
Date: Thu Aug 14 17:50:57 JST 2003
Standard-date: 2003-08-14 08:50:57 GMT
Summary: Add arch-specific ignored files to quick-install-emacs
Modified-files: ./admin/quick-install-emacs
New-patches: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-13
Add arch-specific ignored files to quick-install-emacs
2003-08-14 08:55:30 +00:00
Miles Bader
ca2135af19
Update version number.
2003-01-07 01:26:24 +00:00
Miles Bader
a819ec1a57
Unset LANG etc. to avoid non-standard command output from non-C locales.
2003-01-07 01:25:53 +00:00
Miles Bader
892de42858
(VERSION): Calculate using the same method that configure.in uses.
2002-05-27 08:07:49 +00:00
Paul Eggert
6461c63615
(PRUNED): Avoid "head -1" and "tail +2", as POSIX 1003.1-2001
...
disallows both usages.
2002-03-23 06:47:22 +00:00
Miles Bader
c591537064
Exit if we can't find some variable.
...
(AVOID): Add .orig & .rej files.
(get_config_var): Be more liberal about format of config.status sed commands.
2001-10-19 17:21:49 +00:00
Miles Bader
d9a88584aa
Initial checkin.
2001-08-31 01:44:14 +00:00