1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Markus Koschany <apo@debian.org>
Date: Sun, 25 Jun 2017 22:05:17 +0200
Subject: remove deprecated GNOME2 variable
Bug-Debian: https://bugs.debian.org/829984
Forwarded: no
---
autogen.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index df6b078..8f7c4bf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,4 +16,3 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
|