Commit b50bbc62 authored by nanahira's avatar nanahira

add autoconf

parent bf69d834
......@@ -2,14 +2,14 @@
apt:
update_cache: true
state: latest
name: tar,curl,wget,build-essential,flex,bison,libncurses5-dev,libreadline-dev
name: tar,curl,wget,build-essential,autoconf,flex,bison,libncurses5-dev,libreadline-dev
- name: get bird
synchronize:
src: 'bird-{{bird_version}}/'
dest: '/tmp/bird-{{bird_version}}'
#delete: true
- name: configure
shell: ./configure
shell: autoreconf && ./configure
args:
chdir: '/tmp/bird-{{bird_version}}/'
- name: make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment