Commit 10b7593a6048d0c126ac18ef71cc8c5f3e3e5320
1 parent
f89d68c2
Exists in
master
and in
5 other branches
Corrigindo identificador de major e minor no spec.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
configure.ac
... | ... | @@ -870,6 +870,7 @@ if test "$app_cv_registry" == "yes"; then |
870 | 870 | fi |
871 | 871 | |
872 | 872 | AC_SUBST(MAJOR_VERSION,"$(echo $PACKAGE_VERSION | cut -d. -f1)") |
873 | +AC_SUBST(MINOR_VERSION,"$(echo $PACKAGE_VERSION | cut -d. -f2)") | |
873 | 874 | AC_SUBST(HOST_CC) |
874 | 875 | AC_SUBST(EXEEXT) |
875 | 876 | AC_SUBST(DLLPREFIX) | ... | ... |
pw3270.spec.in