aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.Glenn Morris2013-07-231-4/+2
* No need for configure to create etc/ and lisp/ any moreGlenn Morris2013-07-231-7/+0
* Port to GNU/Linux systems with tinfo but not ncurses.Paul Eggert2013-07-231-0/+3
* Fix array bounds violation when pty allocation fails.Paul Eggert2013-07-201-3/+3
* * configure.ac: Simplify --with-file-notification handling.Paul Eggert2013-07-121-56/+43
* * configure.ac: Further fix.Glenn Morris2013-07-121-0/+1
* * configure.ac: Fix goofs in previous.Glenn Morris2013-07-121-3/+7
* * configure.ac: If with-file-notification=yes, if gfile not found,Glenn Morris2013-07-121-44/+59
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-1/+1
* Avoid nexted functions in AC_LANG_PROGRAM test for Windows headers.Peter Rosin2013-07-091-2/+2
* configure.ac (HAVE_IMAGEMAGICK): Check on NS also.Jan Djärv2013-07-081-1/+1
* Port to Ubuntu 10.Paul Eggert2013-07-071-1/+1
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-2/+2
* Merge from emacs-24; up to 2012-12-29T12:57:[email protected]Glenn Morris2013-07-021-1/+1
|\
| * * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd (tiny change)Christoph Egger2013-07-021-1/+1
* | Remove some unused macros from 'configure'.Paul Eggert2013-07-021-69/+8
* | * configure.ac (GTK_COMPILES): Check API a bit more carefully.Paul Eggert2013-07-011-1/+21
* | Do not use GTK 3 if it exists but cannot be compiled.Paul Eggert2013-06-301-1/+4
* | Merge from emacs-24; up to 2012-12-29T06:14:[email protected]Glenn Morris2013-06-231-1/+2
|\|
| * * configure.ac: Include X11/X.h when testing for Xft.h.Glenn Morris2013-06-211-1/+2
* | configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8 as a fallback.YAMAMOTO Mitsuharu2013-06-211-0/+13
* | Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-201-1/+1
* | Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+1
* | * configure.ac: Report ACL usage at the end.Paul Eggert2013-06-151-0/+7
* | Fix typo in comment.Michael Albinus2013-06-131-1/+1
* | --without-all should imply --with-file-notification=no.Paul Eggert2013-06-111-1/+1
* | Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv2013-06-081-2/+6
* | * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.Michael Albinus2013-06-031-2/+3
* | * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.Eli Zaretskii2013-06-031-1/+2
* | Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv2013-06-031-1/+18
* | * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-031-7/+63
* | * configure.ac (HAVE_XRANDR): Check availability of XRRGetScreenResources rat...YAMAMOTO Mitsuharu2013-05-271-1/+1
* | Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-19/+28
* | Merge from trunk, configury not fixed yet.Eli Zaretskii2013-05-151-19/+59
|\ \
| * | * configure.ac (LD_SWITCH_SYSTEM_EMACS): Fix typo in previous change.Paul Eggert2013-05-121-2/+2
| * | * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -fno-pie.Paul Eggert2013-05-121-0/+2
| * | Implement display-monitor-attributes-list for NS.Jan Djärv2013-05-091-0/+3
| * | Use Gnulib ACL implementation, for benefit of Solaris etc.Paul Eggert2013-05-071-18/+0
| * | Add multi-monitor support on X11.YAMAMOTO Mitsuharu2013-05-071-0/+50
* | | Merge from trunk.Eli Zaretskii2013-05-011-7/+23
|\| |
| * | Port better to AIX.Paul Eggert2013-04-261-7/+23
* | | Don't use -subsystem=console link option, it is the default.Eli Zaretskii2013-04-231-2/+2
* | | Merge from trunk.Eli Zaretskii2013-04-191-10/+15
|\| |
| * | * configure.ac: Add DragonFly BSD, mostly same as FreeBSD (tiny change)John Marino2013-04-181-10/+15
* | | Used AH_TEMPLATE as suggested by Glenn Morris.Eli Zaretskii2013-04-181-9/+9
* | | Refactored tests for windows.h as suggested by Paul Eggert.Eli Zaretskii2013-04-181-15/+21
* | | Merge from trunk.Eli Zaretskii2013-04-181-1/+32
|\| |
| * | Replace AC_PROG_LN_S by a less strict configure testGlenn Morris2013-04-171-1/+32
* | | Fixed the LN_S and LN_EMACS issue.Eli Zaretskii2013-04-171-3/+7
* | | Merge from trunk, resolve conflicts.Eli Zaretskii2013-04-141-2/+13
|\| |