diff options
author | My Name <me@example.com> | 2014-11-12 17:31:05 +0000 |
---|---|---|
committer | My Name <me@example.com> | 2014-11-12 17:31:05 +0000 |
commit | 38a2dc62534cc6111e49b75b9f87b72f9759e09d (patch) | |
tree | fadad918726439a04cee91480e4119bf15d5fd42 | |
parent | 71af077c330831409badadf89c69d967348902e4 (diff) | |
parent | 1e0a8607165cbeb8d39ab2636b22533e456be035 (diff) | |
download | infrastructure-38a2dc62534cc6111e49b75b9f87b72f9759e09d.tar.gz |
Merge branch 'baserock/pedroalvarez/bison-version'
Reviewed-by:
- Paul Sherwood
- Francisco Redondo Marchena
-rw-r--r-- | strata/core/bison.morph | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/core/bison.morph b/strata/core/bison.morph index d6b3b148..a9497d4e 100644 --- a/strata/core/bison.morph +++ b/strata/core/bison.morph @@ -1,6 +1,7 @@ name: bison kind: chunk configure-commands: +- echo $(grep '* Noteworthy changes in release' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f6) > .tarball-version - bash bootstrap --skip-po - ./configure --prefix=/usr --disable-nls build-commands: |