- 15 May, 2010 4 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Ken Raeburn authored
* src/emacs.c (emacs_version, emacs_copyright): New string variables. (Vemacs_version, Vemacs_copyright): New Lisp_Object variables. (syms_of_emacs): Defvar them, and initialize them from the C string variables. (main): If initialization hasn't been done, print initial version info from the C strings, instead of starting an interactive session. * lisp/version.el (emacs-copyright, emacs-version): Don't define here. * configure.in: Look for version string in its new place.
-
Glenn Morris authored
-
- 14 May, 2010 2 commits
-
-
Glenn Morris authored
* configure.in (cpp_undefs): Add mktime, register, X11. * src/Makefile.in (mktime, X11, register): Move undefs to configure. * admin/CPP-DEFINES: Remove X11.
-
Glenn Morris authored
-
- 13 May, 2010 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 12 May, 2010 1 commit
-
-
Glenn Morris authored
-
- 11 May, 2010 1 commit
-
-
Glenn Morris authored
-
- 10 May, 2010 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 08 May, 2010 2 commits
-
-
Chong Yidong authored
-
Glenn Morris authored
-
- 07 May, 2010 3 commits
-
-
Vincent Belaïche authored
* configure.in: Add tests for `isnan' and `copysign'.
-
Glenn Morris authored
-
Dan Nicolaescu authored
* s/usg5-4.h (LIB_STANDARD): * s/netbsd.h (START_FILES): * s/irix6-5.h (LIB_STANDARD): * s/hpux10-20.h (LIB_STANDARD, START_FILES): * s/gnu-linux.h (START_FILES, LIB_STANDARD): * s/freebsd.h (START_FILES): * s/darwin.h (START_FILES): * s/cygwin.h (START_FILES): * s/aix4-2.h (LIB_STANDARD): * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in. * Makefile.in (STARTFILES): Rename to START_FILES, define using autoconf, not cpp. Define START_FILES and LIB_STANDARD using autoconf. * configure.in (START_FILES, LIB_STANDARD): New definitions, moved here from src/s/*.h. (HAVE_CRTIN): Remove, inline logic in the netbsd START_FILES/LIB_STANDARD computation.
-
- 06 May, 2010 1 commit
-
-
Glenn Morris authored
-
- 04 May, 2010 2 commits
-
-
Glenn Morris authored
-
Chong Yidong authored
-
- 03 May, 2010 2 commits
-
-
Glenn Morris authored
-
Chong Yidong authored
* configure.in: Add check for buggy version of GCC (Bug#6031). * configure: Regenerate * etc/NEWS: Minor tweak to problem description.
-
- 01 May, 2010 2 commits
-
-
Dan Nicolaescu authored
* Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused. (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE. * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused. (ac_link): Do not use ld_switch_machine.
-
Glenn Morris authored
* configure.in (OTHER_OBJ): Remove. (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables. * configure: Regenerate. * src/Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null, for clarity. (OTHER_OBJ): Remove. (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure. (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
-
- 30 Apr, 2010 2 commits
-
-
Glenn Morris authored
* configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin. Elsewhere, maybe include it. * src/Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (OTHER_OBJ): Define as a separate variable, for clarity. * configure: Regenerate.
-
Glenn Morris authored
-
- 28 Apr, 2010 1 commit
-
-
Glenn Morris authored
-
- 27 Apr, 2010 7 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Jan Djärv authored
-
Dan Nicolaescu authored
* Makefile.in (LIB_X11_LIB): Remove, inline in the only user. (obj): Use autoconf for unexec instead of cpp. * configure.in (LIB_X11_LIB): Remove, inline in the only user. (unexec): Define unconditionally, all platforms define UNEXEC. AC_SUBST it. (UNEXEC_SRC): Remove, unused.
-
Glenn Morris authored
* configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs, replaced by LIBXP. * configure, src/config.in: Regenerate.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 26 Apr, 2010 1 commit
-
-
Dan Nicolaescu authored
* s/darwin.h (LIB_MATH): Do not define here, move to configure. * s/cygwin.h (LIB_MATH): Likewise. * Makefile.in (LIB_MATH): Do not define with cpp. (LIBES): Use autoconf for LIB_MATH. * configure.in (LIB_MATH): New output variable. Set it for some systems.
-
- 24 Apr, 2010 1 commit
-
-
Glenn Morris authored
-
- 22 Apr, 2010 2 commits
-
-
Dan Nicolaescu authored
-
Miles Bader authored
-
- 21 Apr, 2010 2 commits
-
-
Andreas Schwab authored
* configure.in: Revert last change.
-
Jan Djärv authored
Regenerate configure.
-