aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac (renamed from configure.ac.tpl)2
-rwxr-xr-xupdate.sh2
3 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 26f2783..d74e9da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,7 +74,6 @@ INSTALL
74/config.status 74/config.status
75/config.sub 75/config.sub
76/configure 76/configure
77/configure.ac
78/depcomp 77/depcomp
79/config.h 78/config.h
80/config.h.in 79/config.h.in
diff --git a/configure.ac.tpl b/configure.ac
index 87a571d..ccaaa63 100644
--- a/configure.ac.tpl
+++ b/configure.ac
@@ -1,4 +1,4 @@
1AC_INIT([libressl], [VERSION]) 1+AC_INIT([libressl], m4_esyscmd([tr -d '\n' < VERSION]))
2AC_CANONICAL_HOST 2AC_CANONICAL_HOST
3AM_INIT_AUTOMAKE([subdir-objects]) 3AM_INIT_AUTOMAKE([subdir-objects])
4AC_CONFIG_MACRO_DIR([m4]) 4AC_CONFIG_MACRO_DIR([m4])
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() {