e33cb8ae12
Since xz is fairly common nowadays, and is typically smaller/faster than bzip2 for people to decompress, switch shadow over too. We also merge the two init locations into configure.ac to match newer autotools style. The min automake version is bumped to 1.11 too since that's when xz was released.
7 lines
157 B
Makefile
7 lines
157 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = NEWS README TODO shadow.spec.in
|
|
|
|
SUBDIRS = po man libmisc lib src \
|
|
contrib doc etc
|