summaryrefslogtreecommitdiffstats
path: root/source/x/wayland-protocols/wayland-protocols.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/wayland-protocols/wayland-protocols.SlackBuild')
-rwxr-xr-xsource/x/wayland-protocols/wayland-protocols.SlackBuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/x/wayland-protocols/wayland-protocols.SlackBuild b/source/x/wayland-protocols/wayland-protocols.SlackBuild
index 00b862d63..8410c6a8f 100755
--- a/source/x/wayland-protocols/wayland-protocols.SlackBuild
+++ b/source/x/wayland-protocols/wayland-protocols.SlackBuild
@@ -88,6 +88,13 @@ find . \
-exec chmod 644 {} \+
# Configure, build, and install:
+if [ ! -r configure ]; then
+ if [ -x ./autogen.sh ]; then
+ NOCONFIGURE=1 ./autogen.sh
+ else
+ autoreconf -vif
+ fi
+fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \