From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Wed, 13 Nov 2019 17:02:54 +0100 Subject: [LTP] [PATCH] configure.ac: Fix --with* options In-Reply-To: <20191113104149.42407-1-lkml@jv-coder.de> References: <20191113104149.42407-1-lkml@jv-coder.de> Message-ID: <20191113160254.GA28826@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Joerg, > From: Joerg Vehlow > The usage of AC_ARG_WITH was wrong. This resulted in unexpected configuration. > E.g --without-bash set with_bash=yes and --with-nume set with_numa=no. > This is fixed by using "$withval" in the action-if-given. Also all AC_ARG_WITH > are unified now (all use alos action-if-not-given) > The "default=" help text did not make sense for same options. > e.g. for --with expect was "default=yes", but it defaults to no. > The "default=" strings are dropped, because defaultness is indicated by > either "--with-