1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

118 Commits

Author SHA1 Message Date
Juanma Barranquero
c638055f54 *** empty log message *** 2005-07-28 08:29:54 +00:00
Paul Eggert
9eff9fe3e8 Merge gnulib getopt implementation into Emacs.
* Makefile.in (AUTOCONF_INPUTS): New macro.
($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
so that these files also depend on m4/getopt.m4.
* configure.in: Configure getopt by including m4/getopt.m4,
and configuring a getopt replacement if necessary.
* make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
* m4/getopt.m4: New file.

* lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
(GETOPT_H): New macro, from gnulib.
(getopt.h): New rule, from gnulib.
(GETOPTOBJS): Now autoconfigured.
(GETOPTDEPS): getopt.h is now autoconfigured.
(getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
(getopt.o): Depend on ${srcdir}/gettext.h.
(movemail.o): Depend on $(GETOPT_H).
* lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib.
* lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h:
New files, from gnulib.
* lib-src/getopt.h: Removed (now is getopt_.h).

* nt/inc/gettext.h: Remove; no longer needed now that
lib-src/gettext.h exists.

* src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
now part of lib-src.
2005-07-26 21:43:13 +00:00
Eli Zaretskii
9ebc3953c9 *** empty log message *** 2005-07-16 12:37:28 +00:00
Lute Kamstra
a0ec7a4a17 *** empty log message *** 2005-07-05 12:22:32 +00:00
Eli Zaretskii
099a3eead2 *** empty log message *** 2005-06-11 15:11:34 +00:00
Eli Zaretskii
591cbed157 Warn about using "cvs up -kb" if one intends to commit
changes.  Add a pointer to another site with detailed configure
and build instructions.  Suggest to look at config.log when
configure fails.  Add MinGW Make 3.80 to the list of successful
combinations.
2005-06-11 11:31:43 +00:00
Eli Zaretskii
5bc753e882 (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686". 2005-06-11 11:00:52 +00:00
Eli Zaretskii
d2fcf7697d (copy_executable_and_add_section): Pass non-zero
`verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
environment.  Print section names with %.8s.
(COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
only if non-zero.  All callers changed.
2005-06-10 12:55:36 +00:00
Eli Zaretskii
a0c3832890 *** empty log message *** 2005-06-05 19:16:55 +00:00
Eli Zaretskii
1a8fb4262f *** empty log message *** 2005-06-04 20:40:00 +00:00
Juanma Barranquero
bd7bdff819 Add more pointers to ports of Unix tools to Windows, and to the Emacs Wiki
(which contains building instructions for Windows).  Reword image library
instructions and remove obsolete incompatibility information.
2005-05-24 10:41:15 +00:00
Thien-Thi Nguyen
007d105bf6 *** empty log message *** 2005-04-22 22:33:17 +00:00
Jan Djärv
96fcad045a Fix my name and address 2004-10-06 07:29:55 +00:00
Juanma Barranquero
0b0dea7bb7 *** empty log message *** 2004-06-07 21:03:48 +00:00
Juanma Barranquero
73dfa0bf16 (bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to
$(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings
after a previous install followed by realclean.
2004-06-06 02:00:18 +00:00
Juanma Barranquero
133ef3d377 *** empty log message *** 2004-06-06 01:28:17 +00:00
Juanma Barranquero
33d786f9ee Add quote in comment to resync font-locking. 2004-06-06 01:22:53 +00:00
Juanma Barranquero
3dfbc6d877 Reword the section on image support. Add reference to GnuWin32. Mention
problems when mixing binaries from different compilers.
2004-06-04 00:12:24 +00:00
Jason Rumney
112dc8e107 Use -mno-cygwin to check for image libraries when needed. 2004-05-06 19:18:34 +00:00
Jason Rumney
238add5e58 Remove files related to old msvc only windows build. 2004-05-03 14:19:40 +00:00
Jason Rumney
5eb3d2a514 (info-gmake, info-nmake): New targets.
(info): Use them.
2004-05-03 13:51:59 +00:00
Juanma Barranquero
d814862aa6 *** empty log message *** 2004-04-23 00:25:28 +00:00
Juanma Barranquero
e9419bd492 *** empty log message *** 2004-04-22 23:58:54 +00:00
Jason Rumney
1e3c9713ef (WinMain): Let emacs environment default to parent. 2004-04-10 21:06:31 +00:00
Jason Rumney
2f0c11a15d Remove PATH_LOCK, add PATH_BITMAPS. 2004-03-11 22:54:34 +00:00
Juanma Barranquero
134d967186 (install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore. 2004-03-10 21:40:58 +00:00
Jason Rumney
d57625a021 *** empty log message *** 2004-01-28 23:33:32 +00:00
Miles Bader
5ea32bebc8 Add .arch-inventory to .cvsignore 2003-12-24 23:31:55 +00:00
Lars Hansen
930a9995bd *** empty log message *** 2003-11-22 23:01:39 +00:00
Jason Rumney
fd026ee1a8 *** empty log message *** 2003-09-03 23:12:21 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Jan Djärv
aa287913f8 config.nt: New define strftime 2003-06-27 11:55:04 +00:00
Jason Rumney
5d54d177cf *** empty log message *** 2003-02-02 00:01:45 +00:00
Juanma Barranquero
fe9299574b *** empty log message *** 2003-01-31 11:03:57 +00:00
Juanma Barranquero
53b3759112 *** empty log message *** 2003-01-31 07:27:59 +00:00
Jason Rumney
fbd852aff7 *** empty log message *** 2003-01-29 23:35:27 +00:00
Juanma Barranquero
50ca1c5579 *** empty log message *** 2003-01-29 07:38:42 +00:00
Kim F. Storm
88c717201f Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00
Jason Rumney
2890831296 *** empty log message *** 2003-01-26 01:26:32 +00:00
Jason Rumney
c262430d11 *** empty log message *** 2003-01-25 20:50:26 +00:00
Jason Rumney
ac6e47ef0a *** empty log message *** 2003-01-21 23:13:14 +00:00
Andrew Innes
38018ad31b *** empty log message *** 2003-01-15 12:14:26 +00:00
Juanma Barranquero
4c11103ac0 *** empty log message *** 2002-11-19 09:31:31 +00:00
Ben Key
f60ae425e9 Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME. 2002-11-17 22:35:26 +00:00
Juanma Barranquero
85b2f69e1e Added "(tiny change)" marker. 2002-10-29 09:45:19 +00:00
Juanma Barranquero
b0a1b9bbff Version updated to 21.3.50. From Peter Runestig <peter@runestig.com>. 2002-09-03 07:14:54 +00:00
Jason Rumney
960f21aef0 *** empty log message *** 2002-06-13 18:42:36 +00:00
Jason Rumney
933af49766 *** empty log message *** 2002-05-03 20:27:54 +00:00
Juanma Barranquero
dc7285149f (bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files. 2002-04-11 07:16:13 +00:00
Jason Rumney
3be38152af *** empty log message *** 2002-03-20 21:19:26 +00:00