summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* drop support for VMS #453willson-chen2021-04-241-1/+1
|
* Makefile.am: Add CHANGELOG.md CONTRIBUTING.mdwillson-chen2020-03-221-1/+1
|
* drop netware support #294Mike Frysinger2018-08-251-1/+1
| | | | | | | We have no way of testing netware, and the OS has been dead for years. PHP also has dropped support for it. Closes #294.
* cmake: add distclean targetMike Frysinger2016-07-211-9/+1
| | | | | | 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.
* build: tweak `find` syntax for BSD systemsMike Frysinger2016-06-241-1/+1
| | | | | The find command requires an explicit path on BSD. On GNU systems, it will implicitly use ".".
* build: have `make clean` clear out cmake filesMike Frysinger2016-06-241-0/+11
|
* travis: convert OS X build to common autoconf+cmake logicMike Frysinger2016-05-211-1/+1
| | | | This gets us the same coverage as Linux.
* build: handle renamed README fileMike Frysinger2016-04-301-1/+1
|
* distribute README and CONTRIBUTORSgd-2.1.1Pierre Joye2015-01-141-1/+1
|
* Add thumbs.bat and thumbs.sh to Makefile.amNathanael Jones2015-01-071-1/+1
|
* Make distcheck work (fixes #54)Ondřej Surý2013-05-041-1/+1
|
* fixes #48, include bootstrap.sh in releasePierre Joye2013-04-231-1/+1
|
* Build and check all tests from tests/ subdirectory in the make check targetOndřej Surý2013-04-221-1/+1
|
* add main CMakeLists.txt to distPierre Joye2013-04-121-1/+1
|
* include these dirs in distributionsPierre Joye2013-04-121-1/+1
|
* Merge outstanding autotools changesOndřej Surý2013-04-081-2/+2
|
* Fix build with autotools.Vincent Bernat2013-04-071-0/+3
`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