mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 14:50:58 +00:00
Fixed configure.ac by autoupdate (#2134)
This commit is contained in:
parent
9648eba5bb
commit
2cd7c94653
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user