Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop support for VMS #453 | willson-chen | 2021-04-24 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Add CHANGELOG.md CONTRIBUTING.md | willson-chen | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | drop netware support #294 | Mike Frysinger | 2018-08-25 | 1 | -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 target | Mike Frysinger | 2016-07-21 | 1 | -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 systems | Mike Frysinger | 2016-06-24 | 1 | -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 files | Mike Frysinger | 2016-06-24 | 1 | -0/+11 |
| | |||||
* | travis: convert OS X build to common autoconf+cmake logic | Mike Frysinger | 2016-05-21 | 1 | -1/+1 |
| | | | | This gets us the same coverage as Linux. | ||||
* | build: handle renamed README file | Mike Frysinger | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | distribute README and CONTRIBUTORSgd-2.1.1 | Pierre Joye | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | Add thumbs.bat and thumbs.sh to Makefile.am | Nathanael Jones | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | Make distcheck work (fixes #54) | Ondřej Surý | 2013-05-04 | 1 | -1/+1 |
| | |||||
* | fixes #48, include bootstrap.sh in release | Pierre Joye | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Build and check all tests from tests/ subdirectory in the make check target | Ondřej Surý | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | add main CMakeLists.txt to dist | Pierre Joye | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | include these dirs in distributions | Pierre Joye | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | Merge outstanding autotools changes | Ondřej Surý | 2013-04-08 | 1 | -2/+2 |
| | |||||
* | Fix build with autotools. | Vincent Bernat | 2013-04-07 | 1 | -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 |