better to run autoreconf than running every auto* tool by hand.
[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.030135 seconds and 5 git commands to generate.