Move compat macros in 'lttng/align.h' to a private header
[lttng-ust.git] / bootstrap
1 #!/bin/sh
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 set -x
6 if [ ! -e config ]; then
7 mkdir config
8 fi
9
10 autoreconf -vif -W all,error
This page took 0.029168 seconds and 4 git commands to generate.