s3fs-fuse/s3fs/configure.ac
mooredan@suncup.net bf06d02536 Added autom4te.cache to svn ignore list
Incremented the release version number


git-svn-id: http://s3fs.googlecode.com/svn/trunk@219 df820570-a93a-0410-bd06-b72b767a4274
2010-10-25 05:06:58 +00:00

17 lines
301 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(s3fs, 1.01)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE()
AC_PROG_CXX
PKG_CHECK_MODULES([DEPS], [fuse >= 2.8 libcurl >= 7.0 libxml-2.0 >= 2.7 libcrypto >= 0.9])
AC_CONFIG_FILES(Makefile src/Makefile)
AC_OUTPUT