Commit b50bbc62 authored by nanahira's avatar nanahira

add autoconf

parent bf69d834
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
apt: apt:
update_cache: true update_cache: true
state: latest 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 - name: get bird
synchronize: synchronize:
src: 'bird-{{bird_version}}/' src: 'bird-{{bird_version}}/'
dest: '/tmp/bird-{{bird_version}}' dest: '/tmp/bird-{{bird_version}}'
#delete: true #delete: true
- name: configure - name: configure
shell: ./configure shell: autoreconf && ./configure
args: args:
chdir: '/tmp/bird-{{bird_version}}/' chdir: '/tmp/bird-{{bird_version}}/'
- name: make - 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