From d95a6125483e8995b662767d6e452582f297b81d Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Thu, 13 Jan 2022 23:36:00 +0900 Subject: [PATCH] Revert "Run `autoupdate`" This reverts commit 0b1d801598164c45e7c9e89ebd30ddde8251befa. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 08b4d99..a21f85c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,11 +19,11 @@ ###################################################################### dnl Process this file with autoconf to produce a configure script. -AC_PREREQ([2.71]) -AC_INIT([s3fs],[1.90]) -AC_CONFIG_HEADERS([config.h]) +AC_PREREQ(2.59) +AC_INIT(s3fs, 1.90) +AC_CONFIG_HEADER([config.h]) -AC_CANONICAL_TARGET +AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([foreign]) AC_PROG_CXX