1# libxls Sandboxed API 2 3This directory contains a ready-made sandbox for the 4[libxls](https://github.com/libxls/libxls) library. 5 6The libxls library uses Autotools and a special macro package for its 7configuration. This means that on Debian based systems, the package 8`autoconf-archive` needs to be installed or the configuration phase 9will fail with the following error: 10 11``` 12./configure: line 16126: syntax error near unexpected token `,' 13./configure: line 16126: `AX_CXX_COMPILE_STDCXX_11(, optional)' 14``` 15