X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=autogen.sh;h=2af5ccdac17f9f1b07fc98353d6affaac5afb308;hb=691e9af28da2e1178353a5c016c478e508a04f19;hp=3a76a1150d87f4a27600a235ab9c991a1167b4a1;hpb=087a3596c3f22599867411fafb79fdfb3f48097c;p=fw%2Fstlink diff --git a/autogen.sh b/autogen.sh index 3a76a11..2af5ccd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,2 @@ #!/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