Juanma Barranquero
f245f2c610
Fix typos.
2008-06-24 01:07:34 +00:00
Stefan Monnier
b4945b9599
* Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.
...
* Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
Use $(BOOTSTRAPEMACS) rather than witness-emacs.
(bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
(witness-emacs): Remove.
(lisp, shortlisp): Move loaddefs.el earlier.
(mostlyclean): Forget about witness-emacs.
* Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2008-06-22 13:57:28 +00:00
Glenn Morris
8a6a564281
(top_bootclean): Remove obsolete references to lock/.
2008-06-22 02:20:24 +00:00
Romain Francoise
822ef7a0bc
(INFO_FILES): Add sasl.
2008-06-21 12:48:11 +00:00
Stefan Monnier
fc46d21936
Make "make" do a bootstrap if needed.
...
* src/Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
(bootstrapclean): Remove.
(.el.elc): New rule.
(PRECOMP): New var.
(../lisp/subdirs.el): Remove.
(bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
(witness-emacs): New target.
(mostlyclean): Remove witness-emacs as well.
(../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
Add witness-emacs dependency.
* lisp/loadup.el: Don't add emacs-<VERS> name when bootstrapping.
* lisp/Makefile.in (emacs-deps): Remove.
($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
(all): Use them.
(autogen-clean): Remove.
* Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
(bootstrap-build): Remove.
(top_bootclean): New var.
(top_distclean, bootstrap-clean): Use it.
(bootstrap): Don't recheck config. Make normally.
2008-06-21 01:38:39 +00:00
Stefan Monnier
49f6eb95b2
* src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
...
(bootstrap-clean): New target that keeps TAGS around.
(../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
(bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
* lisp/Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in (SUBDIR): Include `lisp'.
(lisp): Depend on `src'.
(top_distclean): Don't remove config.status.
(bootstrap-clean): New target.
(maintainer-clean): Use it.
(bootstrap): Use bootstrap-clean. Re-run config.status.
(src/bootstrap-emacs${EXEEXT}): New target.
(bootstrap-build): Use it. Don't use bootstrap-prepare because
src/Makefile now takes care of it.
(bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
2008-06-20 21:48:17 +00:00
Stefan Monnier
25241b4d5a
* configure.in: Check for presence of cfmakeraw and cfsetspeed.
...
* sysdep.c (cfmakeraw): Provide fallback implementation.
(serial_configure): Provide fallback implementation of cfsetspeed.
2008-06-20 14:50:20 +00:00
Glenn Morris
02db7a6551
Add sasl.
2008-06-15 02:23:08 +00:00
Juanma Barranquero
ce0584934b
Fix committer names and other typos.
2008-06-10 16:50:18 +00:00
Juanma Barranquero
429870c2d8
Fix typo. "cvs -d" is another entirely different switch.
2008-06-09 10:08:13 +00:00
Alan Mackenzie
294e8689d1
*** empty log message ***
2008-06-09 08:46:21 +00:00
Eric S. Raymond
8669e78f20
Document when cvs -d up may be needed.
2008-06-08 11:33:11 +00:00
Glenn Morris
b464059ae8
(bootstrap-build): Remove mostlyclean, since it seems to serve no
...
purpose.
2008-06-07 02:47:27 +00:00
Dan Nicolaescu
d893468a09
* configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
...
* configure: Regenerate.
2008-06-01 17:39:27 +00:00
Stefan Monnier
792414668f
Don't touch subdirs.el if it is unchanged.
2008-05-28 17:39:56 +00:00
Glenn Morris
cc4a96c680
Spelling fix.
2008-05-23 04:41:33 +00:00
Kenichi Handa
b8bdd8c9c8
Regenerate.
2008-05-14 01:52:47 +00:00
Glenn Morris
1c73f19533
(install-arch-indep, info): Handle MAKEINFO == off.
2008-05-09 04:28:28 +00:00
Eli Zaretskii
d95d9b2360
Fix last change: don't use < and > in "rem" lines, they are interpreted
...
as redirection by DOS shells.
2008-05-07 10:32:47 +00:00
Glenn Morris
4f43e9371b
Switch to recommended form of GPLv3 permissions notice.
2008-05-07 07:27:10 +00:00
Miles Bader
f67e15be8d
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142
2008-05-04 19:46:16 +00:00
Glenn Morris
79bc8bbb21
(MAKEINFO): New, set by configure.
...
(install-arch-indep): Without makeinfo, ignore any missing manuals.
(info-real): New target.
(info): Without makeinfo, do nothing, else call `info-real'.
2008-05-03 20:16:45 +00:00
Glenn Morris
1066d05643
(x_libraries): Remove standard 64-bit directories - experimental
...
workaround for minor autoconf bug.
2008-05-03 18:59:40 +00:00
YAMAMOTO Mitsuharu
fac4a32b7f
Check availability of AvailabilityMacros.h
...
if HAVE_CARBON.
2008-05-02 09:38:39 +00:00
Miles Bader
a113b3ca32
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
2008-04-23 05:55:42 +00:00
Stefan Monnier
73d798d5ae
* configure.in: Define USE_LUCID/USE_MOTIF in config.h.
...
* lwlib/Makefile.in (TOOLKIT_DEFINES): Remove.
* src/Makefile.in (TOOLKIT_DEFINES): Remove.
(LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
2008-04-18 15:48:06 +00:00
Stefan Monnier
a51f496902
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
...
rather than change CPPFLAGS.
(HAVE_GTK): Rename to USE_GTK.
* Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
done in config.h.
2008-04-16 19:53:06 +00:00
Stefan Monnier
7316a2b57c
Replace the obsolete macros AC_AIX and
...
AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
2008-04-16 17:34:43 +00:00
Dan Nicolaescu
b6924dd73a
Remove hpux10.20 from the desupported list.
2008-04-11 03:19:07 +00:00
Andreas Schwab
5d374ce122
No longer create admin/unidata/Makefile.
2008-04-05 10:06:14 +00:00
Andreas Schwab
d0b7952a9f
(SUBDIR_MAKEFILES): Add lisp/Makefile.
...
(lisp/Makefile): New rule.
2008-03-28 09:58:35 +00:00
Kenichi Handa
880820fe87
(Fdefine_charset_internal): Change the way of
...
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Chong Yidong
03a864d5b3
Bump version to 22.2.
2008-03-26 13:47:40 +00:00
Glenn Morris
acfdc2b189
(AC_INIT): Fix version number.
...
(sync-input): Reword the option, since it's on by default.
2008-03-13 03:13:19 +00:00
Jan Djärv
ca34d75a59
Add --enable-sync-input, default yes.
2008-03-11 08:14:28 +00:00
Glenn Morris
69c7cf1b51
(install-etc, mkdir): Handle directory etc/images/icons/hicolor/*/mimetypes/.
2008-03-11 04:28:49 +00:00
Glenn Morris
dc6150eb28
Handle icons/hicolor/scalable directory.
2008-03-11 03:00:14 +00:00
Glenn Morris
77dfeef5bd
Regenerate.
2008-03-05 20:03:31 +00:00
Glenn Morris
491d33f986
Enable font-backend by default.
2008-03-05 03:53:49 +00:00
Glenn Morris
4cba674aba
(iconsrcdir): New variable.
...
(install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon directory.
2008-03-03 02:26:40 +00:00
Glenn Morris
2d61385ab4
Mention `test' directory.
2008-02-29 04:32:15 +00:00
Jan Djärv
72f51d2531
(HAVE_GTK): Print a warning if gtk version is < 2.10.
2008-02-27 18:32:13 +00:00
Dan Nicolaescu
26a42dac08
* configure.in: Print an error for systems that we think are
...
obsolete and are proposed to be removed. Remove some more unused
systems.
* configure: Regenerate.
2008-02-25 08:17:18 +00:00
Dan Nicolaescu
1d202fc406
* configure.in: Print an error for systems that we think are
...
obsolete and are proposed to be removed.
* configure: Regenerate.
2008-02-25 08:12:29 +00:00
Dan Nicolaescu
9d2818d676
* configure.in: Remove references to obsolete variables and
...
systems.
* configure: Regenerate.
* Makefile.in (NO_SHORTNAMES):
* emacsclient.c (NO_SHORTNAMES):
* fakemail.c (NO_SHORTNAMES):
* make-docfile.c (NO_SHORTNAMES):
* movemail.c (NO_SHORTNAMES):
* pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
* config.nt (SHORTNAMES): Remove reference to obsolete variable.
* s/vms4-0.h:
* s/vms4-2.h:
* s/vms4-4.h:
* s/vms5-5.h: Remove, unused.
* s/irix5-2.h:
* s/irix6-0.h:
* s/riscos5.h:
* s/mach-bsd4-3.h:
* m/mips4.h: Remove files for obsolete systems
* Makefile.in:
* filelock.c:
* unexmips.c:
* m/hp9000s300.h:
* m/iris4d.h:
* s/aix3-1.h:
* s/hpux.h:
* s/msdos.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-3.h: Remove references to obsolete variables.
* s/irix5-0.h: Remove, move all the contents ...
* s/irix6-5.h: ... here. Simplify.
* config.in: Regenerate.
2008-02-24 18:53:07 +00:00
Miles Bader
b03f96dc5a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Glenn Morris
7864e4ee47
(set_installuser): New.
...
(install-arch-indep): Use set_installuser to avoid duplicate code.
2008-02-21 09:04:29 +00:00
Glenn Morris
2cbff44e85
Split into admin/notes/unicode,font-backend
2008-02-21 04:04:06 +00:00
Richard M. Stallman
372a338507
(arm*-*-freebsd*): Added.
2008-02-10 00:26:01 +00:00
Dan Nicolaescu
4624371d9a
* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
...
dealing with obsolete variables.
* fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
(main): Replace MAIL_PROGRAM_NAME with its value.
* src/Makefile.in:
* src/emacs.c:
* src/gmalloc.c:
* src/keyboard.c:
* src/lisp.h:
* src/m/ibm370aix.h:
* src/process.c:
* src/regex.c:
* src/s/hpux.h:
* src/sysdep.c:
* src/sysselect.h:
* src/systty.h:
* src/unexec.c:
* src/w32term.c:
* src/xsmfns.c:
* src/xterm.c: Remove code that deals with obsolete variables.
* s/msdos.h (DONT_NEED_ENVIRON): Don't define.
* ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
nothing else needs it anymore.
2008-02-09 18:03:10 +00:00