diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2018-11-27 20:55:04 -0800 |
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2018-11-27 20:56:15 -0800 |
| commit | 90f61c1f81653e29f0f1f72e2df828ee39f8ed3e (patch) | |
| tree | b2135f1fe3220f6c316afc25548d2a16fcddb0ac /bootstrap | |
| parent | bed74304b6a31d190032c01341f76733464b8ff7 (diff) | |
*: incorporate libpad submodule
In preparation of adding an ix3_reset() method, pull in the
libpad allocator which will be used for caching all allocations
instead of the libc allocator, and a convenient fast reset.
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,3 @@ #!/bin/sh -aclocal \ -&& automake --gnu --add-missing \ -&& autoconf +autoreconf --install |
