Run `autoupdate`

This commit is contained in:
Naoki Ikeguchi 2022-01-13 00:11:43 +09:00 committed by Andrew Gaul
parent 6370e150dd
commit 70692ee770
1 changed files with 4 additions and 4 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.90)
AC_CONFIG_HEADER([config.h])
AC_PREREQ([2.71])
AC_INIT([s3fs],[1.90])
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_SYSTEM
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CXX