summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2015-12-02Require libzip >= 1.0Manuel Bachmann1-1/+1
Most distributions still ship libzip 0.10, but wgtpkg is using "zip_dir_add()", "ZIP_FL_ENC_*"... which only exist in more recent libzip >= 1.0. Make the autotools check more precise in this respect. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-11-12Use of autotools for buildingJosé Bollo1-0/+42
Change-Id: Idf3555872aa49aca67cccb1fb5ef6aa6a9d397d1 Signed-off-by: José Bollo <jose.bollo@iot.bzh>