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