aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-08-12 06:20:58 -0500
committerBrent Cook <bcook@openbsd.org>2014-08-12 21:17:41 -0500
commit46b6df7cb035e20787702118b0a69da9b8a03dfa (patch)
tree6fef89c0998b12eef196faecadd976056b31d833 /update.sh
parentd6a485d1a117df52d0661711281d1efb98a14a77 (diff)
downloadportable-46b6df7cb035e20787702118b0a69da9b8a03dfa.tar.gz
portable-46b6df7cb035e20787702118b0a69da9b8a03dfa.tar.bz2
portable-46b6df7cb035e20787702118b0a69da9b8a03dfa.zip
remove configure.am.tpl, pull in VERSION directly
from wouter@
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 0 insertions, 2 deletions
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
32libcrypto_version=$major:$minor:0 32libcrypto_version=$major:$minor:0
33echo libcrypto version $libcrypto_version 33echo libcrypto version $libcrypto_version
34 34
35sed -e "s/VERSION/${libressl_version}/" configure.ac.tpl > configure.ac
36
37CP='cp -p' 35CP='cp -p'
38 36
39copy_src() { 37copy_src() {