Commit 8e4fba6a7f130a6eac080bc371810e36c12788e9
Exists in
master
and in
1 other branch
Merge branch 'master' into develop
Showing
4 changed files
with
6 additions
and
0 deletions
Show diff stats
configure.ac
... | ... | @@ -212,6 +212,9 @@ AC_SUBST(PACKAGE_MINOR_VERSION,$app_vrs_minor) |
212 | 212 | |
213 | 213 | AC_ARG_WITH([release], [AS_HELP_STRING([--with-release], [Set release])], [ app_cv_release="$withval" ],[ app_cv_release="`date +%-y`.`date +%-m`.`date +%-d`" ]) |
214 | 214 | |
215 | +AC_ARG_WITH([product-id], [AS_HELP_STRING([--product-id], [Set the product ID])], [ app_cv_product_id="$withval" ],[ app_cv_product_id="br.app.pw3270" ]) | |
216 | +AC_SUBST(PRODUCT_ID,"$app_cv_product_id") | |
217 | + | |
215 | 218 | app_rls_major=$(echo $app_cv_release.0.0 | cut -d. -f1) |
216 | 219 | app_rls_minor=$(echo $app_cv_release.0.0 | cut -d. -f2) |
217 | 220 | ... | ... |
sdk/lib3270-delayed.pc.in
sdk/lib3270-static.pc.in
sdk/lib3270.pc.in