summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Mac Carbon.remove-carbonDan Nicolaescu2008-07-271-51/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Check for getrlimit.Chong Yidong2008-07-251-1/+1
|
* * config.in: Regenerate.Dan Nicolaescu2008-07-231-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * s/ms-w32.h (subprocesses): Define unconditionally. * s/template.h (subprocesses): Update comment. * s/vms.h (subprocesses): * s/usg5-4.h (subprocesses): * s/hpux10-20.h (subprocesses): * s/gnu-linux.h (subprocesses): * s/cygwin.h (subprocesses): * s/bsd-common.h (subprocesses): * s/aix4-2.h (subprocesses): * s/darwin.h (subprocesses): Do not define, defined by default now. * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused. Remove all references. (temacs): Add GNUStep specific ld flags. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * configure.in (LD_SWITCH_SITE): Remove, set the values directly in src/Makefile.in. (static): Remove, autoconf would always comment it out anyway. (subprocesses): Define unconditionally.
* apply patch for GNUSTEP_MAKEFILES from Yavor DoganovAdrian Robert2008-07-191-1/+1
|
* remove need for nextstep/compile for NS build; also, add NEWS entry about ↵Adrian Robert2008-07-171-14/+39
| | | | the port
* * Makefile.in: Undef LIB_STANDARD before defining it to silence warningStefan Monnier2008-07-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in case it was defined already. USE @GNUSTEP_MAKEFILES@ rather than envvars. * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to ns_default. (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare Lisp_Objects. * nsterm.h (Fx_display_grayscale_p, Fx_display_planes) (ns_defined_color, ns_color_to_lisp): Declare. * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear) (Fns_own_selection_internal): Make the big ugly hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE. * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects. (update_frame_tool_bar): Remove apparently obsolete tests for non-integerness of f->tool_bar_lines. (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE. * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast. (nsfont_open): Don't confuse NULL for Qnil. * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects. * menu.h (find_and_call_menu_selection): * menu.c (find_and_call_menu_selection): Use just int for vector size. (find_and_return_menu_selection): Always return something. * frame.h: Include dispextern.h for Display_Info. (display_x_get_resource): Declare. * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
* various small cleanups detailed in changelogsAdrian Robert2008-07-161-8/+8
|
* (with_ns): Remove dead code, since OPTION_DEFAULT_OFF means never unset.Glenn Morris2008-07-161-15/+1
|
* (with_kerberos, with_kerberos5, with_hesiod):Glenn Morris2008-07-161-23/+9
| | | | | Fix tests for OPTION_DEFAULT_OFF (variables never unset). (with_carbon): Remove dead code, since OPTION_DEFAULT_OFF means never unset.
* * editfns.c (Fuser_full_name): Replace the only use ofDan Nicolaescu2008-07-161-13/+2
| | | | | | | | | USER_FULL_NAME with its value. * config.in: Regenerate. * configure.in (freebsd, kfreebsd): Undo part of previous change. (USER_FULL_NAME): Remove, not used anymore. * configure: Regenerate.
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-11/+120
|
* * configure.in: Remove references to desupported systems.Dan Nicolaescu2008-07-101-1/+1
| | | | * configure: Regenerate.
* * configure.in: Use macppc for Darwin.Dan Nicolaescu2008-07-101-1/+1
| | | | | | * configure: Regenerate. * m/powermac.h: Remove file, it is now identical to m/macppc.h.
* Emanuele Giaquinta <emanuele.giaquinta at gmail.com> (tiny change)Glenn Morris2008-07-041-6/+5
| | | | Remove reference to deleted $USE_FONT_BACKEND.
* (cpp_undefs): Rename from `undefs', update uses.Glenn Morris2008-07-011-14/+13
| | | | | Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT, and explicitly export there. (Bug#507.)
* * unexnext.c:Dan Nicolaescu2008-06-261-213/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m/ews4800.h: * m/hp9000s300.h: * m/ibm370aix.h: * m/mips-siemens.h: * m/ncr386.h: * m/next.h: * m/pmax.h: * m/powerpcle.h: * m/tandem-s2.h: * s/386bsd.h: * s/bsd386.h: * s/bsd4-1.h: * s/bsd4-2.h: * s/bsdos2-1.h: * s/bsdos2.h: * s/bsdos3.h: * s/bsdos4.h: * s/nextstep.h: * s/ultrix4-3.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-4-3.h: * s/ux4800.h: * s/uxpds.h: * s/uxpv.h: Remove support for obsolete systems. * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h: Remove, insert contents in s/hpux-10.20.h * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h: Remove, insert contents in s/aix-4.2.h * s/usg5-3.h: Remove, insert contents in s/usg5-4.h. * s/bsd4-3.h: Rename to .. * s/bsd-common.h: ... this. * src/data.c: * src/doc.c: * src/ecrt0.c: * src/emacs.c: * src/fileio.c: * src/floatfns.c: * src/keyboard.c: * src/mem-limits.h: * src/print.c: * src/process.c: * src/sysdep.c: * src/syssignal.h: * src/systty.h: * src/syswait.h: * src/term.c: * src/unexec.c: * src/unexelf.c: * src/unexhp9k800.c: * src/m/hp800.h: * src/m/ibmrs6000.h: * src/m/mips.h: * src/m/vax.h: * src/s/darwin.h: * src/s/freebsd.h: * src/s/gnu.h: * src/s/ms-w32.h: * src/s/msdos.h: * src/s/netbsd.h: * src/s/template.h: Remove references to obsolete variables. * Makefile.in: Add dependencies for all unexec files. (admindir): Remove unused variable. (UNEXEC_SRC): Remove references. * config.nt: Remove reference to UNEXEC_SRC. * lwlib.c: Remove references to obsolete variables. * fakemail.c: Remove references to obsolete variables. * os.texi: Remove references to obsolete systems. * configure.in: * configure: Remove references to obsolete systems.
* * Makefile.in (Makefile): Use it for its timestamp value as well, andStefan Monnier2008-06-251-3/+0
| | | | | | | | | | make it depend on all other */.in files. (src/Makefile, src/config.stamp, lib-src/Makefile) (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile) (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile) (leim/Makefile, lisp/Makefile): Remove those overlapping targets. (leim, ${SUBDIR}, blessmail): Only depend on Makefile now. * configure.in: Don't create src/config.stamp any more.
* * configure.in: Check for presence of cfmakeraw and cfsetspeed.Stefan Monnier2008-06-201-1/+2
| | | | | * sysdep.c (cfmakeraw): Provide fallback implementation. (serial_configure): Provide fallback implementation of cfsetspeed.
* * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".Dan Nicolaescu2008-06-011-2/+2
| | | | * configure: Regenerate.
* Don't handle --disable-font-backend. Don't printKenichi Handa2008-05-141-91/+77
| | | | a message about a font backend.
* Make absence of makeinfo a fatal error only if the info files don't exist.Glenn Morris2008-05-091-14/+17
|
* (AH_TOP): Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-071-6/+4
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-071-8/+6
|
* Merge from emacs--rel--22Miles Bader2008-05-041-0/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142
| * Check availability of AvailabilityMacros.hYAMAMOTO Mitsuharu2008-05-021-0/+1
| | | | | | | | if HAVE_CARBON.
* | (--without-makeinfo): New option. If set, absence of suitableGlenn Morris2008-05-031-3/+20
| | | | | | | | makeinfo is not a fatal error.
* | (x_libraries): Remove standard 64-bit directories - experimentalGlenn Morris2008-05-031-0/+10
| | | | | | | | workaround for minor autoconf bug.
* | Merge from emacs--rel--22Miles Bader2008-04-231-1/+1
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
| * Remove hpux10.20 from the desupported list.Dan Nicolaescu2008-04-111-1/+1
| |
| * * configure.in: Print an error for systems that we think areDan Nicolaescu2008-02-251-0/+24
| | | | | | | | | | | | obsolete and are proposed to be removed. * configure: Regenerate.
* | * configure.in: Define USE_LUCID/USE_MOTIF in config.h.Stefan Monnier2008-04-181-0/+5
| | | | | | | | | | | | * lwlib/Makefile.in (TOOLKIT_DEFINES): Remove. * src/Makefile.in (TOOLKIT_DEFINES): Remove. (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
* | * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINEStefan Monnier2008-04-161-12/+6
| | | | | | | | | | | | | | rather than change CPPFLAGS. (HAVE_GTK): Rename to USE_GTK. * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now done in config.h.
* | Replace the obsolete macros AC_AIX andStefan Monnier2008-04-161-2/+1
| | | | | | | | AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
* | No longer create admin/unidata/Makefile.Andreas Schwab2008-04-051-5/+0
| |
* | (AC_INIT): Fix version number.Glenn Morris2008-03-131-2/+3
| | | | | | | | (sync-input): Reword the option, since it's on by default.
* | Add --enable-sync-input, default yes.Jan Djärv2008-03-111-1/+12
| |
* | (USE_FONT_BACKEND): Set to "no" in absence of X.Glenn Morris2008-03-051-80/+62
| | | | | | | | | | (PKG_CONFIG): Don't set multiple times, once is enough. (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
* | Enable font-backend by default.Glenn Morris2008-03-051-3/+4
| |
* | (HAVE_GTK): Print a warning if gtk version is < 2.10.Jan Djärv2008-02-271-0/+9
| |
* | * configure.in: Print an error for systems that we think areDan Nicolaescu2008-02-251-6/+27
| | | | | | | | | | | | | | obsolete and are proposed to be removed. Remove some more unused systems. * configure: Regenerate.
* | * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-71/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* | Merge from emacs--rel--22Miles Bader2008-02-241-0/+1
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * (arm*-*-freebsd*): Added.Richard M. Stallman2008-02-101-0/+1
| |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore.
* | (--with-gcc): Give an error saying this option has been removed.Glenn Morris2008-02-061-17/+13
| | | | | | | | (--with-gtk): Remove this option.
* | Tom Tromey <tromey at redhat.com>Glenn Morris2008-02-061-10/+0
| | | | | | | | (--with-gcc): Remove.
* | configure.in: Enable D-Bus by default.Michael Olson2008-02-051-1/+1
| |
* | Arrange for innards to jive w/ summary for libotf and m17n-flt.Thien-Thi Nguyen2008-02-021-6/+6
| | | | | | | | | | | | | | * configure.in: For libotf and m17n-flt checks, set shell vars HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and pkg_check_m17n_flt, respectively, for the sake of the summary output. * configure: Regenerated.
* | configure.in: If admin/unidata/UnicodeData.txt is present, copyEli Zaretskii2008-02-021-0/+2
| | | | | | | | | | admin/unidata/Makefile.in to Makefile. configure: Regenerated.
* | (HAVE_XFT): Ensure it is either "yes" or "no".Glenn Morris2008-02-021-0/+13
| | | | | | | | | | (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF) (HAVE_XFT): Add "Does Emacs use..." messages at end.