We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe3cf2 commit 2c7284fCopy full SHA for 2c7284f
m4/declare_versions.m4
@@ -24,7 +24,7 @@ AC_DEFUN([DECLARE_VERSIONS],
24
[Define to the development version of this package])
25
AC_SUBST([PACKAGE_DEVELOPMENT_VERSION])
26
27
- if [ "X$PACKAGE_DEVELOPMENT_VERSION" = "X" ]; then
+ if test "X$PACKAGE_DEVELOPMENT_VERSION" = "X"; then
28
PACKAGE_STATUS_VERSION=0
29
else
30
PACKAGE_STATUS_VERSION=1
0 commit comments