summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* * puresize.h (BASE_PURESIZE): Increase to 1290000.Dan Nicolaescu2009-09-171-0/+2
| | | | | | | * Makefile.in (OTHER_FILES): Define using autoconf, not cpp. (OBJECTS_MACHINE): Remove, unused. * configure.in (OTHER_FILES): Define using autoconf not cpp.
* * configure.in: Warn if package version specified here doesn'tKen Raeburn2009-08-231-414/+358
| | | | | match the version in version.el. * configure: Regenerate.
* * configure: Regenerate.Michael Albinus2009-08-221-352/+513
|
* Regenerate with autoconf 2.62.Glenn Morris2009-07-221-4411/+5241
|
* (--enable-checking, --enable-profiling): UseAndreas Schwab2009-07-041-9/+7
| | | | AS_HELP_STRING.
* * m/mips.h: Mention this file is also used for netbsd.Dan Nicolaescu2009-07-031-3/+3
| | | | | | | * m/pmax.h: Remove file. * configure.in (--enable-profiling): New option. (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
* (--enable-profiling): New option.Dan Nicolaescu2009-07-031-1/+19
|
* Restore netbsd on mips, mipsel, mipseb.Glenn Morris2009-06-271-0/+3
|
* (--enable-checking): New option.Dan Nicolaescu2009-06-261-9/+94
|
* Bump version number to 23.0.95.emacs-pretest-23.0.95Chong Yidong2009-06-191-9/+9
|
* * configure.in: Delete mac-fix-env target, which has beenChong Yidong2009-06-131-1/+0
| | | | removed (Bug#3531).
* Bump version to 23.0.94.emacs-pretest-23.0.94Chong Yidong2009-05-231-9/+9
|
* configure: RegenerateChong Yidong2009-05-011-10/+11
|
* * configure: Regenerate.Chong Yidong2009-04-251-5349/+4413
| | | | * configure.in: Disable use of FreeType without libXft.
* Make Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used.Jan Djärv2009-04-191-4417/+5374
| | | | | | | | | | * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated. (xg_initialize): Use g_type_class_ref instead of gtk_type_class which is deprecated. * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): Check if it is declared in gtk.h.
* Regenerate configure.Andreas Schwab2009-03-311-9/+9
|
* (rs6000-ibm-aix6*): Fix typo.Dan Nicolaescu2009-03-061-1/+1
|
* Regenerate using autoconf-2.61 and Schwab's patch.Chong Yidong2009-02-261-5531/+4645
|
* Regenerate.Chong Yidong2009-02-261-53/+63
|
* Regenerate configure with fixed AC_FUNC_MKTIMEMiles Bader2009-02-261-4653/+5545
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1555
* Regenerate.Chong Yidong2009-02-261-31/+21
|
* Regenerate.Glenn Morris2009-02-101-21/+8
|
* Regenerate with fixed AC_FUNC_MKTIME.Andreas Schwab2009-02-041-8/+14
|
* Regenerate.Chong Yidong2009-02-011-31/+21
|
* Regenerate.Glenn Morris2009-01-261-2/+78
|
* Add support for m68k-*-netbsd.Dan Nicolaescu2009-01-221-0/+1
|
* Add Solaris on x86_64.Dan Nicolaescu2008-12-091-2/+3
|
* Regenerate.Glenn Morris2008-11-181-103/+101
|
* (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)Glenn Morris2008-11-071-1/+3
|
* (*-solaris2.[7-9]*): Fix typo.Dan Nicolaescu2008-10-301-1/+1
|
* Regenerate.Glenn Morris2008-10-241-10/+34
|
* Fix typos.Dan Nicolaescu2008-10-231-1/+1
|
* * configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.Dan Nicolaescu2008-10-231-1/+6
| | | | | Use sol2-6.h for Solaris 7-9. * s/sol2-10.h: New file.
* * configure.in: Add support for GNU/Linux on SuperH.Dan Nicolaescu2008-10-181-0/+5
| | | | | * MACHINES: Add section for SuperH. * m/sh3.h: New file, machine description for SuperH.
* Only check for m17n-flt if HAVE_LIBOTF.Andreas Schwab2008-10-121-10/+8
|
* Regenerate.Romain Francoise2008-10-041-12/+22
|
* configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning 'X') to ↵Adrian Robert2008-10-031-23/+13
| | | | avoid confusion
* Regenerate.Chong Yidong2008-08-281-2/+2
|
* Regenerate configure to get fixed autoconf mktime testMiles Bader2008-08-221-8/+14
| | | | | | | Debian's autoconf package 2.61-7 includes a fix for the autoconf bug which caused AC_FUNC_MKTIME to hang for a long time when configuring. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1387
* Regenerate.Chong Yidong2008-08-211-5/+15
|
* * s/darwin.h (OTHER_FILES): Do not define here, defined inDan Nicolaescu2008-08-071-15/+18
| | | | | | | | | | | | | | | | | | | config.in. * Makefile.in (ALL_OBJC_CFLAGS): New variable. (.m.o): Use it. * config.in: Regenerate. * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do not special case for NS_IMPL_COCOA. * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable. AC_SUBST it. (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define. AC_SUBST it. (OTHER_FILES): Always define for HAVE_NS. (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA. * configure: Regenerate.
* * configure.in: Correctly handleAndreas Schwab2008-08-071-14/+22
| | | | | | --enable-cocoa-experimental-ctrl-g=no and --enable-ns-self-contained=yes. * configure: Regenerate.
* * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER. ↵Adrian Robert2008-08-061-7/+7
| | | | (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.* configure: Regenerate.
* Regenerate.Chong Yidong2008-08-061-9/+7
|
* Regenerate.Chong Yidong2008-08-051-0/+206
|
* Regenerate.Chong Yidong2008-08-041-5/+59
|
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | * xterm.c: * xselect.c: * xfns.c: * window.c: * w32term.c: * w32fns.c: * terminal.c: * termhooks.h: * term.c: * sysdep.c: * keyboard.h: * keyboard.c: * frame.h: * frame.c: * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. * config.nt (MULTI_KBOARD): Remove. * configure.in (MULTI_KBOARD): Remove.
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-334/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
* Regenerate.Chong Yidong2008-07-251-5/+10
|
* apply patch for GNUSTEP_MAKEFILES from Yavor DoganovAdrian Robert2008-07-191-1/+1
|