summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:41:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:42:30 +0000
commiteebd087bf8aa7a87944e14d8f45eb44a1ae8640e (patch)
treeaee3de75d4afd035d695ef35412439dbc6295aeb /autogen.sh
parentUpdating source format. (diff)
downloadxserver-xorg-input-libinput-eebd087bf8aa7a87944e14d8f45eb44a1ae8640e.tar.xz
xserver-xorg-input-libinput-eebd087bf8aa7a87944e14d8f45eb44a1ae8640e.zip
Removing direct upstream changes.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--autogen.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100644
index 421528e..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-
-srcdir=`dirname "$0"`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd "$srcdir"
-
-autoreconf -v --install || exit 1
-cd "$ORIGDIR" || exit $?
-
-git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
- git config --local format.subjectPrefix "PATCH xf86-input-libinput"
-
-if test -z "$NOCONFIGURE"; then
- exec "$srcdir"/configure "$@"
-fi