autoconfiscate
[fw/stlink] / autogen.sh
1 #!/bin/sh
2 if test ! "x$(which libtoolize)" = "x"; then
3   echo "Running libtoolize"
4   libtoolize --copy --force --automake
5 else
6   if test ! "x$(which gintltoolize)" = "x"; then
7     echo "Running glibtoolize"
8     glibtoolize --copy --force --automake
9   fi
10 fi
11 autoreconf --install --force --verbose