X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=3a76a1150d87f4a27600a235ab9c991a1167b4a1;hb=087a3596c3f22599867411fafb79fdfb3f48097c;hp=0000000000000000000000000000000000000000;hpb=419b33f6ef295a05aa4499b1ceae3d8ba09aa75c;p=fw%2Fstlink diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..3a76a11 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh +if test ! "x$(which libtoolize)" = "x"; then + echo "Running libtoolize" + libtoolize --copy --force --automake +else + if test ! "x$(which gintltoolize)" = "x"; then + echo "Running glibtoolize" + glibtoolize --copy --force --automake + fi +fi +autoreconf --install --force --verbose