]> git.sur5r.net Git - glabels/blobdiff - qrencode-3.1.0/autogen.sh
Relocated barcode backends.
[glabels] / qrencode-3.1.0 / autogen.sh
diff --git a/qrencode-3.1.0/autogen.sh b/qrencode-3.1.0/autogen.sh
deleted file mode 100755 (executable)
index d1b1955..0000000
+++ /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