update autoconf to pull automatically use VERSION
This commit is contained in:
parent
226e79762e
commit
cd2c50036b
|
@ -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'`
|
||||
|
|
Loading…
Reference in New Issue