aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Use a shell function in configure.ac to cut down on code duplication.Paul Eggert2014-06-111-17/+20
* * configure.ac: Tweak previous change, for make 10+Glenn Morris2014-06-101-2/+2
* * configure.ac: Require at least version 3.81 of GNU make.Glenn Morris2014-06-101-3/+4
* Rely on AC_CANONICAL_HOST to detect whether we're using mingw.Paul Eggert2014-06-101-22/+21
* Get rid of the INFO_EXT variableGlenn Morris2014-06-091-6/+0
* Merge from emacs-24; up to 2014-06-01T23:37:[email protected]Glenn Morris2014-06-071-1/+15
|\
| * Port better to AIX.Paul Eggert2014-06-061-0/+15
* | Try harder to find GNU Make when configuring.Paul Eggert2014-06-051-14/+44
* | * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.Dmitry Antipov2014-06-051-0/+1
* | * configure.ac: --without-all now implies --without-xft, --disable-acl.Paul Eggert2014-06-041-6/+15
* | Define the size of dumped data for MS-Windows locally on w32heap.c.Eli Zaretskii2014-06-031-12/+0
* | Merge from emacs-24; up to 2014-05-29T17:16:[email protected]Glenn Morris2014-06-011-1/+1
|\|
| * Fix port to 32-bit AIX with xlc.Paul Eggert2014-05-301-1/+1
* | * configure.ac: Raise HEAPSIZE value for 32-bit builds on Windows.Juanma Barranquero2014-06-011-1/+1
* | * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too.Paul Eggert2014-05-291-2/+2
* | Remove nt/addsection.c and don't build addsection.exe.Eli Zaretskii2014-05-291-7/+1
* | Don't substitute sigprocmask for pthread_sigmask.Paul Eggert2014-05-291-2/+0
* | * configure.ac: Explicitly drop some ancient Solaris versions.Glenn Morris2014-05-281-8/+3
* | Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-11/+11
* | Merge from emacs-24; up to 2014-05-26T10:21:[email protected]Glenn Morris2014-05-251-1/+10
|\|
| * Fix port to 32-bit AIX.Paul Eggert2014-05-211-1/+1
| * * configure.ac (INSTALL_INFO): Revert to just checking for "install-info".Glenn Morris2014-05-181-1/+6
| * * configure.ac: Add comments accidentally omitted from previous changeGlenn Morris2014-05-161-0/+4
| * * configure.ac (INSTALL_INFO): Try "ginstall-info" before "install-info".Glenn Morris2014-05-161-1/+1
| * Bump version to 24.3.91Glenn Morris2014-05-111-1/+1
* | Remove dependencies on getdelim and getline.Paul Eggert2014-05-181-1/+1
* | * configure.ac: Do not bother testing for png in non-graphical builds.Glenn Morris2014-05-181-1/+1
* | Port recent libpng changes to hosts with missing png.h.Paul Eggert2014-05-171-24/+33
* | Assume C99 or later.Paul Eggert2014-05-171-1/+7
* | * configure.ac (EMACS_CHECK_MODULES): Fix typo and simplify.Paul Eggert2014-05-161-7/+2
* | Don't require pkg-config when building from repository.Paul Eggert2014-05-161-19/+6
* | Fix yet another configure error on OSX.Jan Djärv2014-05-151-1/+3
* | If available, use Xfixes extension to do pointer blanking.Dmitry Antipov2014-05-131-0/+20
* | * configure.ac (--enable-link-time-optimization): Add clang support.Dmitry Antipov2014-05-131-27/+45
* | * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.Katsumi Yamaoka2014-05-111-1/+1
* | Work around bug in pkg-config before 0.26.Paul Eggert2014-05-111-5/+19
* | Require pkg-config 0.26 or later in autogen.sh only.Paul Eggert2014-05-101-1/+1
* | Require pkg-config 0.26 or later.Paul Eggert2014-05-101-1/+1
* | * configure.ac: Comment.Glenn Morris2014-05-061-0/+1
* | Consult libpng-config more consistently.Paul Eggert2014-05-041-61/+52
* | Merge from emacs-24; up to 2014-05-04T21:18:[email protected]Paul Eggert2014-05-041-7/+12
|\|
| * Revert recent libpng changes.Paul Eggert2014-05-041-55/+47
| * * configure.ac (LIBPNG): Add -lz -lm on platforms where they're neededPaul Eggert2014-05-031-4/+19
| * Require ImageMagick >= 6.3.5, due to PixelSetMagickColor.Paul Eggert2014-05-031-4/+2
| * Consult libpng-config more consistently.Paul Eggert2014-05-021-53/+46
| * * configure.ac (LIBPNG): Consult libpng-configGlenn Morris2014-05-011-3/+10
* | Get --enable-gcc-warnings to work after touching configure.ac.Paul Eggert2014-05-031-0/+3
* | Get --enable-gcc-warnings working again.Paul Eggert2014-05-031-23/+45
* | * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.Glenn Morris2014-05-021-0/+3
* | Remove the --with-pkg-config-prog configure optionGlenn Morris2014-05-021-9/+0