[gnome-internet-radio-locator] Revert "Prepare for Buildstream"



commit e9b09a8ec151a2681541472ebeee5e67439169a7
Author: = <=>
Date:   Tue Mar 16 05:51:16 2021 +0100

    Revert "Prepare for Buildstream"
    
    This reverts commit 87fdfd1452a4b118c1372fb90e8d44c6ec04ae5e.

 autogen.sh       |   8 +-
 gnome-autogen.sh | 409 -------------------------------------------------------
 2 files changed, 7 insertions(+), 410 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index a380821..28ea1dd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,9 +12,15 @@ PKG_NAME="gnome-internet-radio-locator"
     exit 1
 }
 
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from GNOME Git"
+    echo "https://gitlab.gnome.org/GNOME/gnome-common.git";
+    exit 1
+}
+
 REQUIRED_AUTOCONF_VERSION=2.59
 REQUIRED_AUTOMAKE_VERSION=1.14
 REQUIRED_INTLTOOL_VERSION=0.40.0
 REQUIRED_PKG_CONFIG_VERSION=0.16.0
 REQUIRED_GTK_DOC_VERSION=1.9
-USE_GNOME2_MACROS=1 . $srcdir/gnome-autogen.sh
+USE_GNOME2_MACROS=1 . gnome-autogen.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]