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
1 changed files with 3 additions and 3 deletions

View File

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