Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
monoburg
Commits
ce41c53e
Commit
ce41c53e
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. Version 1.0.6a. * NEWS: Likewise.
parent
6f655449
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ce41c53e
...
...
@@ -9,5 +9,6 @@ Makefile.in
/autom4te.cache
/config.h.in
/configure
/INSTALL
/build-aux/
NEWS
View file @
ce41c53e
* New in 1.0.6a:
* New in 1.0.6, 2012-03-20:
Mostly a maintenance release.
...
...
configure.ac
View file @
ce41c53e
...
...
@@ -14,7 +14,7 @@
## -------------------------------------
## Project
AC_INIT([MonoBURG], [1.0.6])
AC_INIT([MonoBURG], [1.0.6
a
])
AC_CONFIG_HEADERS([config.h])
## -------------------------------------
...
...
@@ -27,7 +27,7 @@ AC_PREREQ([2.57])
AC_CONFIG_AUX_DIR([build-aux])
# Initiate automake.
AM_INIT_AUTOMAKE([1.1
2
silent-rules dist-bzip2 check-news -Wall])
AM_INIT_AUTOMAKE([1.1
1
silent-rules dist-bzip2 check-news -Wall])
AM_SILENT_RULES([yes])
## -------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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