X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=qrencode-3.1.0%2Fautogen.sh;fp=qrencode-3.1.0%2Fautogen.sh;h=0000000000000000000000000000000000000000;hb=d45bb113212523705e156d79044849b08025f305;hp=d1b1955707807b5cd332a68453b3dbaa3a5c06df;hpb=39f4c44e000d410b4f63ab1fcdc4b04273ff0a83;p=glabels diff --git a/qrencode-3.1.0/autogen.sh b/qrencode-3.1.0/autogen.sh deleted file mode 100755 index d1b19557..00000000 --- a/qrencode-3.1.0/autogen.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -set -e - -if [ `uname -s` = Darwin ]; then - LIBTOOLIZE=glibtoolize -else - LIBTOOLIZE=libtoolize -fi - -if [ -d /usr/local/share/aclocal ]; then - ACLOCAL_DIR=/usr/local/share/aclocal -elif [ -d /opt/local/share/aclocal ]; then - ACLOCAL_DIR=/opt/local/share/aclocal -elif [ -d /usr/share/aclocal ]; then - ACLOCAL_DIR=/usr/share/aclocal -fi - -if [ ! -d use ]; then - mkdir use -fi - -autoheader - -aclocal -I $ACLOCAL_DIR - -$LIBTOOLIZE --automake --copy -automake --add-missing --copy - -autoconf