aboutsummaryrefslogtreecommitdiffstats
path: root/nt/configure.bat
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (docflags, doldflags): New variables.Eli Zaretskii2007-10-201-4/+10
| | | | | | | | | | (genmakefiles): Use them to work around problems with whitespace in arguments of the `if' command.
* | A better solution for the last change:Eli Zaretskii2007-10-201-7/+14
| | | | | | | | | | | | (docflags, doldflags): New variables. (genmakefiles): Use them to work around problems with whitespace in arguments of the `if' command.
* | (usercflags, userldflags): Quote %1.Eli Zaretskii2007-10-201-2/+3
| |
* | Change from ../man to ../doc/emacs and ../doc/misc; and fromGlenn Morris2007-09-061-3/+4
| | | | | | | | ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
| * Add information about building with Cygwin Make 3.80.Eli Zaretskii2007-05-041-6/+8
| |
* | Complain if image libraries are missing.Jason Rumney2007-06-201-5/+50
| |
* | Add information about building with Cygwin Make 3.80.Eli Zaretskii2007-05-041-6/+8
|/
* Update ../site-lisp/subdirs.el when needed.Juanma Barranquero2007-01-311-2/+11
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update table of supported Make ports.Eli Zaretskii2006-12-271-8/+19
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* Don't create lisp/Makefile.unix.Juanma Barranquero2005-07-281-2/+1
|
* Finish config.log with a line that indicates that the configure stepEli Zaretskii2005-07-161-0/+1
| | | | was successful.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* If their fc.exe returns a meaningful exit status, don't overwriteEli Zaretskii2005-06-111-12/+26
| | | | src/config.h and src/epaths.h with identical copies.
* Update copyright years.Eli Zaretskii2005-06-111-10/+53
| | | | | | | | | | Delete config.log before doing anything else. Write additional diagnostics to config.log in case of failures to compile test programs, including the failed test program itself. Add a test for support of -mtune=pentium4 switch to GCC; if it is supported, set up MCPU_FLAG variable on the various Makefiles to use that switch during compilations. (This avoids GCC warning about -mcpu being deprecated.)
* Use -mno-cygwin to check for image libraries when needed.Jason Rumney2004-05-061-5/+13
|
* Create ``makefile'' in directories man, lispref and lispintro.Jason Rumney2003-09-031-0/+3
|
* Fix some DOS line-ending inconsistencies introduced with arch-tag:Miles Bader2003-09-021-4/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* Fix spacing.Juanma Barranquero2003-02-031-2/+2
|
* Automatically detect libXpm.Jason Rumney2003-02-021-13/+45
| | | | | Suppress compiler output when testing for image libraries. Give names of un-found libraries in messages.
* Automatically detect tifflib.Juanma Barranquero2003-01-311-0/+31
|
* Automatically detect giflib.Juanma Barranquero2003-01-311-4/+35
|
* Avoid endless loop when configuring without image support.Juanma Barranquero2003-01-291-0/+2
|
* Fix spacing.Juanma Barranquero2003-01-271-3/+3
|
* Automatically detect jpeglib.Jason Rumney2003-01-261-0/+30
|
* Automatically detect libpng.Jason Rumney2003-01-251-3/+42
|
* Make sure ../site-lisp exists; create if necessary.Eli Zaretskii2001-09-061-0/+2
|
* Convert EOLs to DOS format.Eli Zaretskii2001-08-311-298/+298
|
* Copy subdirs.el to the site-lisp directory.Eli Zaretskii2001-08-311-296/+298
|
* Fix last change.Eli Zaretskii2001-04-011-2/+2
|
* Make the checkw32api* labels be distinct in the first 8 characters.Eli Zaretskii2001-03-261-7/+11
|
* Use correct options when compiling a test program with Cygwin.Eli Zaretskii2001-03-051-1/+10
| | | | From David Ponce <[email protected]>.
* Update copyright notice.Andrew Innes2001-02-241-1/+1
|
* Leave a space before >> only when there is aAndrew Innes2001-02-031-7/+10
| | | | preceding digit. Add a comment about the importance of this.
* Use "rm -f" instead of "del /f", as the latterEli Zaretskii2001-02-011-1/+1
| | | | is not supported by Windows 9X's COMMAND.COM.
* Make sure redirection is preceeded by a blank, toEli Zaretskii2001-01-311-11/+11
| | | | | avoid problems with "1>>foo" when CMD.EXE is the shell, which eats up the "1" part. From Rob Giardina <[email protected]>.
* Don't copy lisp/Makefile, it doesn't exist; copyEli Zaretskii2001-01-301-4/+4
| | | | | | lisp/Makefile.in instead. Use "rm -f" where more than one file needs to be deleted, since command.com in Windows 9X doesn't grok more than one argument.
* Be careful not to add trailing spaces whenAndrew Innes2001-01-061-7/+7
| | | | outputting to config.settings.
* Change to DOS line endings.Andrew Innes2000-09-141-67/+1
| | | | | Simplify the generation of makefiles (don't need to generate various top-level targets that invoke make in other directories).
* Change to DOS line endings.Andrew Innes2000-09-031-346/+346
|
* New file.Andrew Innes2000-08-241-0/+346