Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aisleriot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GNOME
aisleriot
Commits
603a4f0a
Commit
603a4f0a
authored
Nov 03, 2014
by
Christian Persch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Require bash to run configure
https://bugzilla.gnome.org/show_bug.cgi?id=726780
parent
47fd93ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
configure.ac
configure.ac
+5
-0
No files found.
configure.ac
View file @
603a4f0a
...
...
@@ -6,6 +6,11 @@ AC_INIT([GNOME Patience], [3.15.0],
[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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment