aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fbb9315..12d8be7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,5 @@ ACLOCAL_AMFLAGS = -I m4
3 3
4pkgconfigdir = $(libdir)/pkgconfig 4pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc 5pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc
6
7EXTRA_DIST = VERSION
diff --git a/configure.ac b/configure.ac
index 88613d6..e20d044 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1+AC_INIT([libressl], m4_esyscmd([tr -d '\n' < VERSION])) 1AC_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])