summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * configure.ac: Simplify gnutls tests.Glenn Morris2014-11-281-10/+4
* configure.ac [MINGW]: Fix the way of getting the right host platform.Dani Moncayo2014-11-261-20/+22
* * configure.ac: Fix yesterday's use of uninitialised $version.Glenn Morris2014-11-251-1/+1
* configure.ac [mingw]: Set $canonical default valueOscar Fuentes2014-11-251-0/+28
* * configure.ac: Relocate some recent changes to a more logical location.Glenn Morris2014-11-241-12/+7
* * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32.Glenn Morris2014-11-241-2/+5
* Further reduce number of versioned files storing Emacs version number.Glenn Morris2014-11-221-0/+9
* build: port to GCC 4.6.4 + glibc 2.5Paul Eggert2014-11-141-3/+4
* Further reduce the number of versioned files storing the version numberGlenn Morris2014-11-091-0/+3
* Stop keeping etc/refcards/emacsver.tex in the repositoryGlenn Morris2014-11-091-0/+14
* Stop keeping doc/emacs/emacsver.texi in the repositoryGlenn Morris2014-11-091-0/+5
* * configure.ac: Simplify OS X $canonical tests.Glenn Morris2014-10-171-6/+2
* * configure.ac: Move the OSX 10.6 test.Jan Djärv2014-10-151-8/+3
* * configure.ac: Require OSX >= 10.6 even if --with-ns is not given.Jan Djärv2014-10-141-0/+7
* * configure.ac: apple-darwin powerpc is unported.Jan Djärv2014-10-141-1/+1
* Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.orgGlenn Morris2014-10-121-0/+2
|\
| * * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size to 8 MB. (...Ken Brown2014-10-111-0/+2
* | Require OSX >= 10.6. Remove PowerPC unexec code.Jan Djärv2014-10-121-33/+11
* | Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-111-37/+1
* | * configure.ac: Add -Wno-string-plus-int for clang.Jan Djärv2014-10-061-0/+1
* | * configure.ac: Silence warning with some old Xrandr.h.Glenn Morris2014-10-041-1/+5
* | Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.orgGlenn Morris2014-10-031-1/+2
|\ \ | |/
| * * configure.ac: Port to strict POSIX shells on non-MinGW.Paul Eggert2014-10-021-1/+2
| * Bump version to 24.3.94; regenerate ldefs-boot and AUTHORSemacs-24.3.94Glenn Morris2014-10-011-1/+1
* | Follow-up to renaming v24.5 to 25.1.Eli Zaretskii2014-09-291-1/+1
* | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-11/+0
* | * configure.ac [CYGWIN]: Enable sound support.Ken Brown2014-09-271-3/+3
* | * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.Paul Eggert2014-09-241-4/+4
* | Merge from emacs-24Stefan Monnier2014-09-221-4/+6
|\ \ | |/
| * * configure.ac: Increase headerpad_extra to 1000, update the commentDavid Caldwell2014-09-211-4/+6
* | Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris2014-09-141-1/+1
|\ \ | |/
| * Resurrect sound support on MS-Windows that was lost in transition.Eli Zaretskii2014-09-131-1/+1
| * Backport: * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the Cygwi...Ken Brown2014-08-221-0/+3
| * Bump version number to 24.3.93Glenn Morris2014-08-141-1/+1
* | Improve the experimental local and scoped allocation.Paul Eggert2014-09-091-0/+27
* | Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old.Paul Eggert2014-09-071-0/+11
* | * configure.ac (MAKEINFO): Clean up some configuration bitrot.Paul Eggert2014-09-031-8/+9
* | Clean up extern decls a bit.Paul Eggert2014-08-311-8/+3
* | * configure.ac (__restrict_arr): Remove; no longer used.Paul Eggert2014-08-301-9/+0
* | * configure.ac (MAKE): Export it, for config.status.Paul Eggert2014-08-301-0/+1
* | Vector-sorting fixes.Paul Eggert2014-08-301-1/+1
* | Add vectors support to Fsort.Dmitry Antipov2014-08-291-1/+1
* | Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-281-3/+16
* | Improve robustness of new string-collation code.Paul Eggert2014-08-271-1/+1
* | * configure.ac (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.Dmitry Antipov2014-08-261-1/+6
* | Handle C stack overflow caused by too nested Lisp evaluation.Dmitry Antipov2014-08-261-16/+41
* | Fix accidental deletion of a line in last change.Ken Brown2014-08-251-0/+1
* | * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.Ken Brown2014-08-251-14/+0
* | Add string collation.Michael Albinus2014-08-241-1/+1