remove configure.am.tpl, pull in VERSION directly

from wouter@
This commit is contained in:
Brent Cook 2014-08-12 06:20:58 -05:00
parent d6a485d1a1
commit 46b6df7cb0
3 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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])

View File

@ -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() {