From cd2c50036baf654a2b31f17edbda4d1b46194653 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Wed, 20 Mar 2013 16:38:02 -0400 Subject: [PATCH] update autoconf to pull automatically use VERSION --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 828778f..9050991 100644 --- a/configure.ac +++ b/configure.ac @@ -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'`