libglvnd/autogen.sh
Emil Velikov 6d9fa0c13d autogen.sh: do not execute ./configure
This restores the original behaviour from previous patch.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-02-29 14:09:59 +00:00

11 lines
167 B
Bash
Executable file

#! /bin/sh
srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd "$srcdir"
autoreconf --force --verbose --install || exit 1
cd "$ORIGDIR" || exit $?