diff --git a/configure.ac b/configure.ac index d7fbf5b..244bd38 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.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