summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade AX_REQUIRE_DEFINED macro filePeter Kokot2018-09-061-2/+2
| | | | | | | | | | This patch bumps current file version from the Autoconf Archive from 1 to 2: http://git.savannah.gnu.org/cgit/autoconf-archive.git/tree/m4/ax_require_defined.m4 Changes: https links in the file comments
* Upgrade AX_PTHREAD macro filePeter Kokot2018-09-061-3/+3
| | | | | | | | | This patch bumps current file version from the Autoconf Archive from 23 to 24: http://git.savannah.gnu.org/cgit/autoconf-archive.git/tree/m4/ax_pthread.m4 Changes: - https links in the file comments
* Upgrade AX_CFLAGS_WARN_ALL macro filePeter Kokot2018-09-061-3/+3
| | | | | | | | | This patch bumps current file version from the Autoconf Archive from 15 to 16: http://git.savannah.gnu.org/cgit/autoconf-archive.git/tree/m4/ax_cflags_warn_all.m4 Changes: - https links in the file comments
* Upgrade AX_APPEND_FLAG macro filePeter Kokot2018-09-061-27/+6
| | | | | | | | | This patch bumps current serial file version from the Autoconf Archive from 6 to 8. Changes: - simplified and more permissive license - https links in the file comments
* m4: pull in latest ax_pthread.m4 #292Mike Frysinger2016-09-011-110/+278
| | | | | | This includes some changes for macOS that should fix compilation there. Fixes #292.
* configure: add AX_REQUIRE_DEFINED macroMike Frysinger2016-06-031-0/+37
|
* configure: build with -Wall by defaultMike Frysinger2016-06-032-0/+193
| | | | This makes -Werror more effective (which we already utilize).
* m4: use an older openmp macroMike Frysinger2016-05-181-22/+12
| | | | | The newer one requires autoconf-2.69 but that version isn't available in Ubuntu Precise which is what the Travis CI bots run.
* libimagequant: fix integrationMike Frysinger2016-05-181-0/+119
| | | | | | | | | | | The symbol was being set up in cmake but not on the autotools side. Clean this up to be like other external libraries. We need to pull in some openmp logic as it's not uncommon for the lib to be built with openmp support. When we test for it, we need to do so with openmp flags. Fixes #137.
* Define BGDWIN32 on MinGW when using autotoolsOndřej Surý2013-04-231-0/+11
|
* Export only declared symbols and also bump SONAME to 3Ondřej Surý2013-04-121-0/+52
|
* Merge outstanding autotools changesOndřej Surý2013-04-082-279/+317
|
* Fix build with autotools.Vincent Bernat2013-04-071-0/+279
`configure.ac` and `bootstrap.sh` are moved in the top directory. `bootstrap.sh` is completed to execute `libtoolize`. The list of files to clean is reduced. Other files can be cleaned with `make distclean`. `src/Makefile.am` is fixed for missing `gd_nnquant.c` dependency. `ACX_PTHREAD` macro is moved to a `m4` directory to make `configure.ac` easier to read. --HG-- branch : fix/autotools rename : src/bootstrap.sh => bootstrap.sh rename : src/configure.ac => configure.ac