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
libdvdcss
Commits
781e9981
Commit
781e9981
authored
Jan 27, 2015
by
Jean-Baptiste Kempf
Browse files
libtool -version-info takes current[:revision[:age]]
Not current[:age[:revision]]
parent
50d5296d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
781e9981
...
...
@@ -43,7 +43,7 @@ DVDCSS_LT_CURRENT=3
DVDCSS_LT_AGE=0
DVDCSS_LT_REVISION=1
AC_SUBST([DVDCSS_LTVERSION], [$DVDCSS_LT_CURRENT:$DVDCSS_LT_
AGE
:$DVDCSS_LT_
REVISION
])
AC_SUBST([DVDCSS_LTVERSION], [$DVDCSS_LT_CURRENT:$DVDCSS_LT_
REVISION
:$DVDCSS_LT_
AGE
])
AC_PROG_CC
AC_HEADER_STDC
...
...
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