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
62459fa5
Commit
62459fa5
authored
Sep 12, 2005
by
Roland Levillain
Browse files
2005-09-12 Roland Levillain <roland@lrde.epita.fr>
* configure.ac: Bump to 1.0.3a. Check for Glib >= 2.6 (needed for GOptions).
parent
d678e833
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
62459fa5
2005-09-12 Roland Levillain <roland@lrde.epita.fr>
* configure.ac: Bump to 1.0.3a.
Check for Glib >= 2.6 (needed for GOptions).
2005-09-11 Michael Cadilhac <michael.cadilhac@lrde.epita.fr>
* configure.ac,
...
...
configure.ac
View file @
62459fa5
...
...
@@ -14,7 +14,7 @@
## -------------------------------------
## Project
AC_INIT([MonoBURG], [1.0.3])
AC_INIT([MonoBURG], [1.0.3
a
])
AM_CONFIG_HEADER([config.h])
## -------------------------------------
...
...
@@ -42,8 +42,9 @@ AC_PROG_YACC
## -------------------------------------
## Environment
# Check for GLIB-2.0 presence
AM_PATH_GLIB_2_0
# Check for GLib 2.6 presence.
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.6, ,
AC_MSG_ERROR([Glib 2.6 or newer is required]))
## -------------------------------------
## Epilogue
...
...
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