From 46b6df7cb035e20787702118b0a69da9b8a03dfa Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 12 Aug 2014 06:20:58 -0500 Subject: remove configure.am.tpl, pull in VERSION directly from wouter@ --- update.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 62fb99f..62e88af 100755 --- a/update.sh +++ b/update.sh @@ -32,8 +32,6 @@ source $libcrypto_src/crypto/shlib_version libcrypto_version=$major:$minor:0 echo libcrypto version $libcrypto_version -sed -e "s/VERSION/${libressl_version}/" configure.ac.tpl > configure.ac - CP='cp -p' copy_src() { -- cgit v1.2.3-55-g6feb