summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Rename configure.in to configure.ac.Paul Eggert2012-07-081-3824/+0
* Restore deprecation warnings, except for older libpng.Paul Eggert2012-07-081-2/+14
* * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.Andreas Schwab2012-07-071-0/+1
* Improve static checking when configured --with-ns.Paul Eggert2012-07-071-10/+7
* * configure.in (BROKEN_SA_RESTART): Doc fix.Glenn Morris2012-07-071-3/+5
* Replace some src/s undefs by never even checking on relevant platformsGlenn Morris2012-07-061-19/+42
* * configure.in: Document --enable-gcc-warnings better.Paul Eggert2012-07-061-2/+4
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-061-1/+0
* Fix compilation with --enable-gcc-warnings and -O1Dmitry Antipov2012-07-041-0/+6
* Make --no-site-lisp work for --enable-locallisppath elementsGlenn Morris2012-06-301-1/+3
* * configure.in: Fix previous change. Remove --enable-asserts.Dmitry Antipov2012-06-281-14/+30
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-3/+10
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.Paul Eggert2012-06-271-1/+0
* * configure.in: Only check for paxctl on gnu-linux.Glenn Morris2012-06-271-2/+4
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-251-0/+1
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-7/+0
* * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't useAndreas Schwab2012-06-231-5/+5
* Support higher-resolution time stamps.Paul Eggert2012-06-221-70/+8
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-6/+6
* Combine adjacent case blocks.Glenn Morris2012-06-121-22/+21
* Remove src/s/sol2-10.hGlenn Morris2012-06-121-10/+27
* Remove src/s/hpux11.hGlenn Morris2012-06-121-0/+11
* Drop some `quotes' in configure.in's final summaryGlenn Morris2012-06-121-1/+1
* Remove a couple of src/s filesGlenn Morris2012-06-121-0/+5
* Move NO_TERMIO, BROKEN_SIGIO from src/s to configureGlenn Morris2012-06-121-0/+14
* * configure.in: Coalesce some function checking.Paul Eggert2012-06-121-9/+7
* * configure.in: Anticipate platforms with no src/s file.Glenn Morris2012-06-121-6/+13
* Fix autoconf quoting in previous changeGlenn Morris2012-06-121-1/+1
* Handle availability of MagickMergeImageLayers and MagickExportImagePixelsChong Yidong2012-06-121-0/+1
* Move SYSTEM_TYPE from src/s to configureGlenn Morris2012-06-111-0/+14
* * configure.in (dbus_type_is_valid): Check for library function.Michael Albinus2012-06-091-1/+3
* Workaround dumping problem on PaX-enabled Linux kernelsUlrich Müller2012-06-031-0/+2
* Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)Paul Eggert2012-06-011-13/+0
* Make 'configure' a bit smaller and faster.Paul Eggert2012-05-271-18/+19
* Assume gnulib does largefile.Paul Eggert2012-05-271-3/+0
* Remove src/m/*.Paul Eggert2012-05-221-138/+30
* Assume C89 or later.Paul Eggert2012-05-211-25/+0
* Rename LEIM_INSTALLDIR to leimdir, treat consistently with lispdirGlenn Morris2012-05-211-3/+3
* Remove unused HAVE_* symbols for functions.Paul Eggert2012-05-191-6/+6
* Remove no-longer-used macro HAVE_FTIME.Paul Eggert2012-05-191-3/+1
* * configure.in (mandir): May as well include it in the NS app bundle.Glenn Morris2012-05-181-0/+1
* Avoid installation followed by immediate deletion for self-contained nsGlenn Morris2012-05-181-0/+3
* Stop adding Fink directories to search path on OS XGlenn Morris2012-05-181-6/+6
* Minor optimization for install of self-contained NS info filesGlenn Morris2012-05-161-0/+3
* Set more installation directories for self-contained ns buildsGlenn Morris2012-05-161-0/+3
* Fix previous change, for NS builds that are not self-containedGlenn Morris2012-05-161-0/+3
* Install a self-contained NS build's libexec directly into the right placeGlenn Morris2012-05-161-1/+3
* * configure.in: Simplify by removing CPP etc.Paul Eggert2012-05-161-121/+14
* Try to fix building with gcc >= 4.6 on Darwin.Glenn Morris2012-05-151-8/+56