diff options
author | Brent Cook <bcook@openbsd.org> | 2014-11-03 21:05:47 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-11-03 21:05:47 -0600 |
commit | 94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf (patch) | |
tree | 7915e4a5ee8e90760702e63c88c57532a96ec2ae /configure.ac | |
parent | 0aeb93b9fc9ecf0f9c2e98444545de485168823d (diff) | |
download | portable-94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf.tar.gz portable-94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf.tar.bz2 portable-94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf.zip |
make 'autoreconf' work from dist tarball
We need to include VERSION for it to run.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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])) | 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]) |