summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-09-02 13:08:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-02 13:08:01 +0900
commit0324d1c73f56c449976f7bd5e249ec4ecf3e750c (patch)
tree2fe4f61710f3fb380dd91cd2417dc288bf87244f /configure
parent8453e958b70467b781d961c57c07631246852321 (diff)
downloadgtk-qt-engine-0324d1c73f56c449976f7bd5e249ec4ecf3e750c.tar.gz
gtk-qt-engine-0324d1c73f56c449976f7bd5e249ec4ecf3e750c.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
deleted file mode 100755
index 2d9fa9c..0000000
--- a/configure
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-echo "Warning: The GTK-Qt Theme Engine now uses cmake instead of ./configure."
-echo
-
-cmakepath=`which cmake 2>/dev/null`
-if [ "$?" -eq "1" ]; then
- echo "cmake was not found on your system."
- echo "Please download cmake from http://www.cmake.org and ensure it is in your \$PATH"
- exit 1
-fi
-
-echo "Found cmake in $cmakepath, executing it for you..."
-
-cmake .