aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * 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: [email protected]/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: [email protected]/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: [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