Fixed configure.ac by autoupdate (#2134)

This commit is contained in:
Takeshi Nakatani 2023-03-21 15:10:55 +09:00 committed by GitHub
parent 9648eba5bb
commit 2cd7c94653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,11 +19,11 @@
###################################################################### ######################################################################
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ([2.69])
AC_INIT(s3fs, 1.91) AC_INIT([s3fs],[1.91])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])
AC_PROG_CXX AC_PROG_CXX