diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac (renamed from configure.ac.tpl) | 2 | ||||
-rwxr-xr-x | update.sh | 2 |
3 files changed, 1 insertions, 4 deletions
@@ -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 @@ | |||
1 | AC_INIT([libressl], [VERSION]) | 1 | +AC_INIT([libressl], m4_esyscmd([tr -d '\n' < VERSION])) |
2 | AC_CANONICAL_HOST | 2 | AC_CANONICAL_HOST |
3 | AM_INIT_AUTOMAKE([subdir-objects]) | 3 | AM_INIT_AUTOMAKE([subdir-objects]) |
4 | AC_CONFIG_MACRO_DIR([m4]) | 4 | AC_CONFIG_MACRO_DIR([m4]) |
@@ -32,8 +32,6 @@ source $libcrypto_src/crypto/shlib_version | |||
32 | libcrypto_version=$major:$minor:0 | 32 | libcrypto_version=$major:$minor:0 |
33 | echo libcrypto version $libcrypto_version | 33 | echo libcrypto version $libcrypto_version |
34 | 34 | ||
35 | sed -e "s/VERSION/${libressl_version}/" configure.ac.tpl > configure.ac | ||
36 | |||
37 | CP='cp -p' | 35 | CP='cp -p' |
38 | 36 | ||
39 | copy_src() { | 37 | copy_src() { |