fix compat with lttng-tools 2.1 rc6
[lttngtop.git] / bootstrap
1 #! /bin/sh
2
3 if [ ! -e config ]; then
4 mkdir config
5 fi
6 if [ ! -e m4 ]; then
7 mkdir m4
8 fi
9 autoreconf -i
This page took 0.028688 seconds and 4 git commands to generate.