remove configure.am.tpl, pull in VERSION directly
from wouter@
This commit is contained in:
parent
d6a485d1a1
commit
46b6df7cb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,7 +74,6 @@ INSTALL
|
|||||||
/config.status
|
/config.status
|
||||||
/config.sub
|
/config.sub
|
||||||
/configure
|
/configure
|
||||||
/configure.ac
|
|
||||||
/depcomp
|
/depcomp
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libressl], [VERSION])
|
+AC_INIT([libressl], m4_esyscmd([tr -d '\n' < VERSION]))
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AM_INIT_AUTOMAKE([subdir-objects])
|
AM_INIT_AUTOMAKE([subdir-objects])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
@ -32,8 +32,6 @@ source $libcrypto_src/crypto/shlib_version
|
|||||||
libcrypto_version=$major:$minor:0
|
libcrypto_version=$major:$minor:0
|
||||||
echo libcrypto version $libcrypto_version
|
echo libcrypto version $libcrypto_version
|
||||||
|
|
||||||
sed -e "s/VERSION/${libressl_version}/" configure.ac.tpl > configure.ac
|
|
||||||
|
|
||||||
CP='cp -p'
|
CP='cp -p'
|
||||||
|
|
||||||
copy_src() {
|
copy_src() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user