Commit Graph

13 Commits (master)

Author SHA1 Message Date
Peter Kokot 59574eab0f Upgrade AX_REQUIRE_DEFINED macro file
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
2018-09-06 00:32:54 -04:00
Peter Kokot 70c972a7c2 Upgrade AX_PTHREAD macro file
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
2018-09-06 00:32:39 -04:00
Peter Kokot 5d87c7e3ee Upgrade AX_CFLAGS_WARN_ALL macro file
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
2018-09-06 00:31:58 -04:00
Peter Kokot 857738a5ac Upgrade AX_APPEND_FLAG macro file
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
2018-09-06 00:31:25 -04:00
Mike Frysinger b53cebfab8 m4: pull in latest ax_pthread.m4 #292
This includes some changes for macOS that should fix compilation there.

Fixes #292.
2016-09-01 18:50:36 -04:00
Mike Frysinger 7b195d90c3 configure: add AX_REQUIRE_DEFINED macro 2016-06-03 20:28:59 -04:00
Mike Frysinger 70ecd2126d configure: build with -Wall by default
This makes -Werror more effective (which we already utilize).
2016-06-03 20:09:37 -04:00
Mike Frysinger f79d0a8bac m4: use an older openmp macro
The newer one requires autoconf-2.69 but that version isn't available
in Ubuntu Precise which is what the Travis CI bots run.
2016-05-18 19:30:34 -04:00
Mike Frysinger c9a4a85f38 libimagequant: fix integration
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.
2016-05-18 03:03:50 -04:00
Ondřej Surý b4b3e60a2c Define BGDWIN32 on MinGW when using autotools 2013-04-23 05:36:16 +02:00
Ondřej Surý 0199503f37 Export only declared symbols and also bump SONAME to 3 2013-04-12 14:53:48 +02:00
Ondřej Surý ac6222f945 Merge outstanding autotools changes 2013-04-08 09:12:06 +02:00
Vincent Bernat 90087507e6 Fix build with autotools.
`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
2013-04-07 00:12:32 +02:00