aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 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: [email protected]/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.
* | configure.in: Use freetype/xft by defaultMiles Bader2008-01-301-2/+2
| | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-327
* | Merge from emacs--devo--0Miles Bader2008-01-301-100/+83
|\ \ | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-324
| * | Merge from emacs--rel--22Miles Bader2008-01-291-1/+1
| |\| | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-1021
| | * * configure.in (xtensa): Match more configurations.Dan Nicolaescu2008-01-231-1/+1
| | | | | | | | | | | | * configure: Regenerate.
| | * (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.Glenn Morris2008-01-171-1/+1
| | |
| * | * configure.in: Update comment.Dan Nicolaescu2008-01-271-2/+1
| | | | | | | | | | | | * Makefile.in: Remove references to unused macros.
| * | (--with-carbon): Tone down rhetoric in help text.Glenn Morris2008-01-261-1/+1
| | |
| * | (--without-gcc): By default, neither off nor on.Glenn Morris2008-01-261-1/+4
| | |
| * | Correct usage of OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF so that theGlenn Morris2008-01-251-10/+16
| | | | | | | | | | | | | | | defaults are as they used to be. Default `Carbon' to off (it's unsupported).
| * | Standardize dbus-related messages.Glenn Morris2008-01-241-5/+2
| | |
| * | configure.in: Remove initial whitespace in pkg-config-prog.Michael Olson2008-01-231-1/+1
| | |
| * | Rename EMACS_ARG_Y to OPTION_DEFAULT_OFF, and EMACS_ARG_N to OPTION_DEFAULT_ON.Michael Olson2008-01-231-58/+66
| | |
| * | (HAVE_LIB64_DIR): Renamed from HAVE_X86_64_LIB64_DIR.Andreas Schwab2008-01-171-3/+3
| | |
| * | (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.Glenn Morris2008-01-171-1/+1
| | |
| * | * configure.in: Remove more references to unsupported systems.Dan Nicolaescu2008-01-161-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * s/irix3-3.h: * s/irix4-0.h: * s/386-ix.h: * s/domain.h: * s/hpux9-x11r4.h: * s/hpux9shxr4.h: Remove files for systems no longer supported. * sysdep.c: Remove code containing references to symbols defined by unsupported systems.
| * | * configure.in: Remove more references to unsupported systems.Dan Nicolaescu2008-01-131-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | * m/sequent-ptx.h: * m/sequent.h: * s/ptx.h: * s/ptx4-2.h: * s/ptx4.h: Remove files for systems no longer supported.
* | | Merge from emacs--devo--0Miles Bader2008-01-091-471/+7
|\| | | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-312
| * | Merge from emacs--rel--22Miles Bader2008-01-081-3/+3
| |\| | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-4/+4
| | |
| | * Petr Salinger <Petr.Salinger at seznam.cz>:Glenn Morris2007-11-281-0/+13
| | | | | | | | | | | | Add support for gnu-kfreebsd.
| * | Delete extra semicolons.Romain Francoise2008-01-061-1/+0
| | |
| * | * configure.in: Remove references to unsupported systems.Dan Nicolaescu2008-01-061-462/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * notes/copyright: * MAINTAINERS: Remove references to files that have been removed. * os.texi (System Environment): Remove references to OSes that are not supported anymore. * PROBLEMS: * MACHINES: Remove references to systems not supported anymore. * makefile.w32-in: * Makefile.in: Remove references to Xenix. * gnus.el (gnus-use-long-file-name): Remove reference to xenix. * obsolete/x-apollo.el: Remove file for unsupported system. * term/x-win.el (vendor-specific-keysyms): Remove reference to Apollo. * progmodes/gud.el (gud-dgux-p): Remove. (dbx): Remove reference to dgux. * progmodes/ps-mode.el (ps-mode-print-function): * ps-print.el (ps-lp-system): * paths.el (rmail-spool-directory): * ls-lisp.el (ls-lisp-emulation): * lpr.el (lpr-lp-system): * dired.el (dired-chown-program): Remove references to dgux. * m/7300.h: * m/acorn.h: * m/alliant-2800.h: * m/alliant.h: * m/alliant1.h: * m/alliant4.h: * m/altos.h: * m/amdahl.h: * m/apollo.h: * m/att3b.h: * m/aviion-intel.h: * m/aviion.h: * m/celerity.h: * m/clipper.h: * m/cnvrgnt.h: * m/convex.h: * m/cydra5.h: * m/delta88k.h: * m/dpx2.h: * m/dual.h: * m/elxsi.h: * m/f301.h: * m/gould-np1.h: * m/gould.h: * m/i860.h: * m/ibmps2-aix.h: * m/ibmrt-aix.h: * m/ibmrt.h: * m/irist.h: * m/is386.h: * m/isi-ov.h: * m/mega68.h: * m/mg1.h: * m/news-r6.h: * m/news-risc.h: * m/news.h: * m/nh3000.h: * m/nh4000.h: * m/ns16000.h: * m/ns32000.h: * m/nu.h: * m/orion.h: * m/orion105.h: * m/paragon.h: * m/pfa50.h: * m/plexus.h: * m/pyramid.h: * m/pyrmips.h: * m/sh3el.h: * m/sps7.h: * m/sr2k.h: * m/stride.h: * m/sun1.h: * m/sun2.h: * m/sun3-68881.h: * m/sun3-fpa.h: * m/sun3-soft.h: * m/sun3.h: * m/sun386.h: * m/symmetry.h: * m/tad68k.h: * m/tahoe.h: * m/targon31.h: * m/tek4300.h: * m/tekxd88.h: * m/tower32.h: * m/tower32v3.h: * m/ustation.h: * m/wicat.h: * m/xps100.h: * s/cxux.h: * s/cxux7.h: * s/dgux.h: * s/dgux4.h: * s/dgux5-4-3.h: * s/dgux5-4r2.h: * s/esix.h: * s/esix5r4.h: * s/hiuxmpp.h: * s/hiuxwe2.h: * s/iris3-5.h: * s/iris3-6.h: * s/isc2-2.h: * s/isc3-0.h: * s/isc4-0.h: * s/isc4-1.h: * s/newsos5.h: * s/newsos6.h: * s/osf1.h: * s/osf5-0.h: * s/riscix1-1.h: * s/riscix12.h: * s/sco4.h: * s/sco5.h: * s/sunos4-0.h: * s/sunos4-1.h: * s/sunos413.h: * s/sunos4shr.h: * s/umax.h: * s/unipl5-2.h: * s/xenix.h: * cxux-crt0.s: * unexapollo.c: * unexconvex.c: * unexenix.c: * unexsni.c: Remove files for systems no longer supported. * m/intel386.h: Remove references to unsupported systems. * w32.c (get_emacs_configuration): Remove reference to i860. * sysdep.c: Remove dead code.
| * | * configure.in: Remove support for Masscomp.Dan Nicolaescu2008-01-051-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * os.texi (System Environment): Remove mention for Masscomp. * MACHINES: Remove Masscomp. * s/rtu.h: * m/masscomp.h: Remove files. Platform is obsolete.
* | | Add EMACS_ARG_N([libotf]...), andKenichi Handa2008-01-071-27/+35
| | | | | | | | | | | | | | | | | | EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE, CFLAGS, and LIBS in checking of m17n-flt.
* | | Merge from emacs--devo--0Miles Bader2007-12-161-1/+1
|\| | | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-300
| * | D-Bus is not enabled by default.Andreas Schwab2007-12-091-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-12-061-11/+46
|\| | | | | | | | | | | Revision: [email protected]/emacs--unicode--0--patch-294
| * | Add AC_CONFIG_SRCDIR which was lost in the previousJan Djärv2007-12-061-0/+1
| | | | | | | | | | | | change.
| * | Give package name and verision to AC_INIT.Jan Djärv2007-12-041-1/+1
| | |
| * | * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.Magnus Henoch2007-12-031-5/+1
| | | | | | | | | | | | * configure: Regenerate.
| * | * configure.in: No need for DBUS_INFO anymore.Michael Albinus2007-12-031-4/+0
| | | | | | | | | | | | | | | | | | * configure: Regenerate. * Makefile.in (INFO_FILES): Use dbus unconditionally.
| * | * configure.in: Add D-Bus checks. D-Bus is disabled by default.Michael Albinus2007-12-021-7/+32
| | | | | | | | | | | | | | | | | | * configure: Regenerate. * Makefile.in (INFO_FILES): Add dbus.
| * | Petr Salinger <Petr.Salinger at seznam.cz>:Glenn Morris2007-11-281-0/+13
| | | | | | | | | | | | Add support for gnu-kfreebsd.