make 'autoreconf' work from dist tarball
We need to include VERSION for it to run.
This commit is contained in:
parent
0aeb93b9fc
commit
94ec2b6b1c
@ -3,3 +3,5 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc
|
pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc
|
||||||
|
|
||||||
|
EXTRA_DIST = VERSION
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
+AC_INIT([libressl], m4_esyscmd([tr -d '\n' < 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])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user