Commit d1dcc329ed4e9bad8c8bded66a9fc5100214a55c
1 parent
8e4fba6a
Exists in
master
and in
1 other branch
Fixing ./configure --help
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -212,7 +212,7 @@ 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" ]) | |
215 | +AC_ARG_WITH([product-id], [AS_HELP_STRING([--with-product-id], [Set the product ID])], [ app_cv_product_id="$withval" ],[ app_cv_product_id="br.app.pw3270" ]) | |
216 | 216 | AC_SUBST(PRODUCT_ID,"$app_cv_product_id") |
217 | 217 | |
218 | 218 | app_rls_major=$(echo $app_cv_release.0.0 | cut -d. -f1) | ... | ... |