Whamcloud - gitweb
LU-14432 configure.ac: fix AC_PREREQ
authorLi Dongyang <dongyangli@ddn.com>
Sun, 14 Feb 2021 23:30:11 +0000 (10:30 +1100)
committerLi Dongyang <dongyangli@ddn.com>
Wed, 14 Apr 2021 05:04:00 +0000 (15:04 +1000)
commite334c05c37b0e305e00f848ae658fa32cd1c5427
tree09eaed71be5d5a818db5804a9be1915bbeae6c93
parentd7a3b9a41c0e8b8aadf7be4aa534f7017afc4f82
LU-14432 configure.ac: fix AC_PREREQ

AS_HELP_STRING was introduced in autoconf 2.58
requiring autoconf 2.69 is not necessary and it breaks
several builds in our Jenkins.

Change required autoconf to 2.59 just to be safe.

Change-Id: I30af873879866858d32b715ac4ce78d095e10f7d
Fixes: 8c9e2921 ("configure.ac: convert all help strings to use AS_HELP_STRING")
Signed-off-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-on: https://review.whamcloud.com/41665
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
configure.ac