[aisleriot/gnome-3-14] build: Require bash to run configure
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot/gnome-3-14] build: Require bash to run configure
- Date: Mon, 10 Nov 2014 18:59:10 +0000 (UTC)
commit 536aeb9d8300fb50ed219a634e4adf55b0ca3c6f
Author: Christian Persch <chpe gnome org>
Date: Mon Nov 3 18:43:17 2014 +0100
build: Require bash to run configure
https://bugzilla.gnome.org/show_bug.cgi?id=726780
(cherry picked from commit 603a4f0a702b5ad38d10de9a1c8f81e4b8f5d441)
configure.ac | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e76f90f..8e932f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,11 @@ AC_INIT([GNOME Patience], [3.14.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=aisleriot],
[aisleriot])
+# Must run under bash; see bug 726780
+if test -z "$BASH_VERSION"; then
+ AC_MSG_ERROR([Set CONFIG_SHELL to bash and try again.])
+fi
+
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/sol.c])
AC_CONFIG_HEADERS([config.h])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]