Commit Graph

8 Commits (master)

Author SHA1 Message Date
Mike Frysinger 27da3a23e7 getver: rewrite from perl to shell+awk #535
People are more familiar with shell than perl at this point.
Fixes #535.
2021-04-24 22:48:24 -04:00
Remi Collet 635dd9a306 distribute getlib.sh 2020-03-24 08:01:01 +01:00
wilson chen ecd68e478a
Fix #607: Add gdlib.pc.cmake to config/Makefile.am 2020-03-22 17:31:55 +08:00
Mike Frysinger d62f608c7c gdlib-config: punt!
We've been shipping the pkg-config file for a while now and
want people to use that only, so drop this old script.

This also drop the FEATURES variable as it was only available
via `gdlib-config --features` (and no one has complained).
2016-10-06 13:44:48 -04:00
Remi Collet 2618996ab1 missing file in archive, need for autoreconf 2015-03-24 06:52:12 +01:00
Ondřej Surý 071a2a94ee Add initial support for pkgconfig 2013-04-14 09:42:14 +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
pajoye 921499e5e7 - moved from src/config 2008-05-10 20:02:50 +00:00