Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
f47d3c5c
Commit
f47d3c5c
authored
Sep 23, 2013
by
Roland Levillain
Browse files
Require Automake 1.11 instead of 1.12, as Debian 7 ships the former only.
* configure.ac: Here.
parent
9fcaec4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f47d3c5c
...
...
@@ -13,7 +13,7 @@ AC_INIT([Nolimips], [0.9a], [projects@lrde.epita.fr])
AC_CONFIG_AUX_DIR([build-aux])
# Initialize automake.
AM_INIT_AUTOMAKE([foreign 1.1
2
silent-rules dist-bzip2])
AM_INIT_AUTOMAKE([foreign 1.1
1
silent-rules dist-bzip2])
AM_SILENT_RULES([yes])
## Development tools -------------------
...
...
Write
Preview
Supports
Markdown
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