We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad5ae9 commit c844cf7Copy full SHA for c844cf7
configure.ac
@@ -496,11 +496,6 @@ if test -z "$CURRENT_ABI"; then CURRENT_ABI=0; fi
496
if test -z "$REVISION_ABI"; then REVISION_ABI=0; fi
497
if test -z "$AGE_ABI"; then AGE_ABI=0; fi
498
499
-AC_MSG_WARN([VERSION_CLEAN: "$VERSION_CLEAN".])
500
-AC_MSG_WARN([CURRENT: "$CURRENT_ABI".])
501
-AC_MSG_WARN([REVISION: "$REVISION_ABI".])
502
-AC_MSG_WARN([AGE: "$AGE_ABI".])
503
-
504
# Set variables for libtool (CURRENT:REVISION:RELEASE)
505
AM_LIBTOOL_CURRENT="$CURRENT_ABI"
506
AM_LIBTOOL_REVISION="$REVISION_ABI"
0 commit comments