aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23Stefan Monnier2010-11-091-5/+0
|\
| * Bump version to 23.2.90.Chong Yidong2010-11-081-1/+1
| * * configure.in: Don't write a warning for D-Bus anymore.Michael Albinus2010-11-041-5/+0
| * Fix for Bug#5655, backported from trunk.Glenn Morris2010-11-031-9/+25
| * Backport from trunk: close bug#5857.Miles Bader2010-05-091-1/+1
* | configure.in: Fix indentationAndreas Schwab2010-11-061-1/+1
* | * configure.in (checking whether localtime caches TZ): UseKen Brown2010-10-311-10/+2
* | * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAMAndreas Schwab2010-10-251-2/+2
* | * configure.in: Remove the BROKEN annotation from gnutls.Lars Magne Ingebrigtsen2010-10-241-1/+1
* | Remove trailing / from directory names.Dan Nicolaescu2010-10-121-9/+9
* | Pass CFLAGS to the linker.Dan Nicolaescu2010-10-101-4/+1
* | * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.Glenn Morris2010-10-091-2/+1
* | * configure.in: Combine some conditionals.Glenn Morris2010-10-081-18/+13
* | Set the version number in the texinfo manuals using configure.Glenn Morris2010-10-081-4/+2
* | * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.Dan Nicolaescu2010-10-031-0/+11
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-5/+0
* | configure.in: Don't enable ImageMagick unless HAVE_X11.Romain Francoise2010-09-291-11/+13
* | * configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.Glenn Morris2010-09-271-1/+1
* | Compile with imagemagick support by default.Lars Magne Ingebrigtsen2010-09-271-1/+1
* | Don't break the build if we don't have the gnutls libraries.Lars Magne Ingebrigtsen2010-09-261-3/+6
* | Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+9
* | Rename libxml2 functions, and make parse tree format consistent with xml.el.Chong Yidong2010-09-211-0/+2
* | Link temacs using $(CC) not $(LD).Dan Nicolaescu2010-09-211-11/+10
* | Set the LIBS to LIBXML2_LIBS before testing for -lxml2 usability.Lars Magne Ingebrigtsen2010-09-131-0/+1
* | * configure.in (HAVE_LIBXML2): Check that the libxml2 we found canLars Magne Ingebrigtsen2010-09-131-1/+7
* | Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-101-0/+12
* | Fix configure checksAndreas Schwab2010-08-231-10/+5
* | minor imagemagick tweaks, one configure bugfix, and some ChangeLogsJoakim Verona2010-08-201-1/+1
* | merge from trunkJoakim Verona2010-08-171-224/+148
|\ \
| * | * configure.in (AC_PREREQ): Require autoconf 2.65.Dan Nicolaescu2010-08-101-1/+1
| * | * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.Dan Nicolaescu2010-08-091-1/+1
| * | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-5/+2
| * | * configure.in (ORDINARY_LINK): Use on hpux* too.Dan Nicolaescu2010-08-091-2/+2
| * | More undeclared function fixes and add -Wimplicit-function-declaration.Jan D2010-08-061-0/+14
| * | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-1/+1
| * | Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii2010-08-051-1/+1
| * | * configure.in: Restore accidentally removed use ofAndreas Schwab2010-08-041-0/+6
| * | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D2010-07-291-1/+1
| * | * configure.in: Remove reference to usg5-4, unused.Dan Nicolaescu2010-07-281-1/+1
| * | Use __executable_start to find start of text segment for profilingAndreas Schwab2010-07-251-1/+1
| * | * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)Ken Brown2010-07-241-5/+2
| * | * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).Ken Brown2010-07-231-1/+1
| * | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2010-07-121-33/+5
| * | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-1/+9
| * | * configure.in: Use -Wold-style-definition if available.Dan Nicolaescu2010-07-081-0/+15
| * | Remove src/prefix-args.c.Dan Nicolaescu2010-07-071-13/+1
| * | * configure.in (UNEXEC_OBJ): Add comment about values for MSDOSDan Nicolaescu2010-07-071-0/+2
| * | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-16/+2
| * | * configure.in (getenv): Remove K&R declaration.Dan Nicolaescu2010-07-061-5/+0
| * | Remove __P.Jan D2010-07-021-8/+0