summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-19 09:27:13 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-19 10:07:51 +0200
commit0a82bf5c075fb93fe346f4ff7212dd413fb0d4ad (patch)
tree0ff960b25247d048d9d5a6bad6b01168ad6894a9 /configure.ac
parenta70e75b8a41755ab96ab211a0ea111ac68a4aadd (diff)
downloadbison-0a82bf5c075fb93fe346f4ff7212dd413fb0d4ad.tar.gz
CI: don't require Autoconf 2.71
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 4a50f496..7f6133eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,11 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-# In order for some versions of Sun Studio to compile our C++ test cases
-# correctly, we need Autoconf 2.64 or better to handle the restrict
-# keyword in at least string.h from gnulib. We need Autoconf 2.68 or
-# better to avoid a typo in the 'configure --help' entry for the YACC
-# environment variable.
AC_PREREQ([2.71])
m4_pattern_forbid([^_?(gl_[A-Z]|AX_|BISON_)])
m4_pattern_allow([^BISON_USE_NLS$])