Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libbdplus
Commits
4f4dabd4
Commit
4f4dabd4
authored
Dec 18, 2013
by
anonymous
Browse files
Fix web page
parent
50d91ef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4f4dabd4
...
...
@@ -12,14 +12,14 @@ dnl - If there are no ABI changes, increase revision.
dnl - If ABI is changed backwards-compatible way, increase current and age. Set revision to 0.
dnl - If ABI is broken, increase current and set age and revision to 0.
#
dnl Library file name will be lib
aac
s.(current-age).age.revision
dnl Library file name will be lib
bdplu
s.(current-age).age.revision
#
m4_define([lt_current], 0)
m4_define([lt_age], 0)
m4_define([lt_revision], 0)
dnl initilization
AC_INIT([libbdplus], bdplus_version, [http://
http
.videolan.org/developers/libbdplus.html])
AC_INIT([libbdplus], bdplus_version, [http://
www
.videolan.org/developers/libbdplus.html])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
...
...
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