Commit Graph

17 Commits (master)

Author SHA1 Message Date
willson-chen 8df65487ff drop support for VMS #453 2021-04-24 23:30:42 -04:00
willson-chen bca47f5fdc Makefile.am: Add CHANGELOG.md CONTRIBUTING.md 2020-03-22 21:40:02 +08:00
Mike Frysinger e6bb110663 drop netware support #294
We have no way of testing netware, and the OS has been dead for years.
PHP also has dropped support for it.

Closes #294.
2018-08-25 12:50:23 -04:00
Mike Frysinger 1e9d800842 cmake: add distclean target
There's no way to properly/fully clean a cmake build when it's configured
in-tree because they only really want to support out-of-tree builds.  Add
a custom script to handle this instead.
2016-07-21 21:40:56 +05:30
Mike Frysinger ce8a177ff5 build: tweak `find` syntax for BSD systems
The find command requires an explicit path on BSD.
On GNU systems, it will implicitly use ".".
2016-06-24 04:37:07 -04:00
Mike Frysinger 82586ee739 build: have `make clean` clear out cmake files 2016-06-24 03:51:05 -04:00
Mike Frysinger 0bc8586ee2 travis: convert OS X build to common autoconf+cmake logic
This gets us the same coverage as Linux.
2016-05-21 11:35:49 -04:00
Mike Frysinger ef9b000d39 build: handle renamed README file 2016-04-30 21:02:45 -04:00
Pierre Joye 2912c0a2e0 distribute README and CONTRIBUTORS 2015-01-14 04:09:04 +01:00
Nathanael Jones 5c562ecf44 Add thumbs.bat and thumbs.sh to Makefile.am 2015-01-07 04:29:13 -05:00
Ondřej Surý 0d7f125fd4 Make distcheck work (fixes #54) 2013-05-04 22:23:38 +02:00
Pierre Joye db9f15485e fixes #48, include bootstrap.sh in release 2013-04-23 20:04:52 +02:00
Ondřej Surý 5b5f365499 Build and check all tests from tests/ subdirectory in the make check target 2013-04-22 16:43:39 +02:00
Pierre Joye 8b671a32d1 add main CMakeLists.txt to dist 2013-04-12 07:27:54 +02:00
Pierre Joye 54160bd0aa include these dirs in distributions 2013-04-12 00:34:54 +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