mirror of
https://github.com/vasi/pixz
synced 2024-10-30 15:21:41 +00:00
bc9a3b8d5a
- `__APPLE__` vs `__OS2__` - does this actually work? Would some please test on apple and give feedback? - pthread via `AX_PTHREAD` - version via `PACKAGE_VERSION` in `config.h` - large file support via `AC_SYS_LARGEFILE`
6 lines
89 B
Makefile
6 lines
89 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = src
|
|
|
|
EXTRA_DIST = LICENSE m4 NEWS README test.sh TODO
|