update autoconf to pull automatically use VERSION

This commit is contained in:
Stephen Lombardo 2013-03-20 16:38:02 -04:00
parent 226e79762e
commit cd2c50036b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
# you don't need (for example BLT) by erasing or commenting out
# the corresponding code.
#
AC_INIT(sqlcipher, 2.0.6)
AC_INIT(sqlcipher, m4_esyscmd([cat VERSION | tr -d '\n']))
dnl Make sure the local VERSION file matches this configure script
sqlite_version_sanity_check=`cat $srcdir/VERSION | tr -d '\n'`