xref: /aosp_15_r20/external/sandboxed-api/contrib/libxls/README.md (revision ec63e07ab9515d95e79c211197c445ef84cefa6a)
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