From d1dcc329ed4e9bad8c8bded66a9fc5100214a55c Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sat, 14 Jan 2023 10:12:40 -0300 Subject: [PATCH] Fixing ./configure --help --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b22f130..691c1d7 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,7 @@ AC_SUBST(PACKAGE_MINOR_VERSION,$app_vrs_minor) AC_ARG_WITH([release], [AS_HELP_STRING([--with-release], [Set release])], [ app_cv_release="$withval" ],[ app_cv_release="`date +%-y`.`date +%-m`.`date +%-d`" ]) -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" ]) +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" ]) AC_SUBST(PRODUCT_ID,"$app_cv_product_id") app_rls_major=$(echo $app_cv_release.0.0 | cut -d. -f1) -- libgit2 0.21.2