Autotools doesn't work without autogen.sh
Bug #1507648 reported by
Ted Gould
on 2015-10-19
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Snapcraft |
High
|
Ted Gould | ||
Bug Description
Old school way to do things, we should have an option to use the slick new autoreconf tool.
Related branches
lp:~ted/snapcraft/autoreconf
- Sergio Schvezov: Approve on 2015-10-19
- Ted Gould: Pending requested 2015-10-19
-
Diff: 35 lines (+9/-2)2 files modifiedsnapcraft/plugins/autotools.py (+8/-2)
snapcraft/yaml.py (+1/-0)
- Ted Gould: Pending requested 2015-10-19
-
Diff: 877 lines (+735/-2)17 files modifieddebian/control (+2/-0)
examples/ros/icon.svg (+1/-0)
examples/ros/snapcraft.yaml (+27/-0)
examples/ros/src/CMakeLists.txt (+47/-0)
examples/ros/src/beginner_tutorials/CMakeLists.txt (+39/-0)
examples/ros/src/beginner_tutorials/msg/Num.msg (+1/-0)
examples/ros/src/beginner_tutorials/package.xml (+42/-0)
examples/ros/src/beginner_tutorials/src/add_two_ints_client.cpp (+30/-0)
examples/ros/src/beginner_tutorials/src/add_two_ints_server.cpp (+23/-0)
examples/ros/src/beginner_tutorials/src/listener.cpp (+60/-0)
examples/ros/src/beginner_tutorials/src/talker.cpp (+87/-0)
examples/ros/src/beginner_tutorials/srv/AddTwoInts.srv (+4/-0)
snapcraft/meta.py (+3/-0)
snapcraft/plugins/autotools.py (+8/-2)
snapcraft/plugins/catkin.py (+270/-0)
snapcraft/plugins/roscore.py (+83/-0)
snapcraft/yaml.py (+8/-0)
Ted Gould (ted)
on 2015-10-19
| Changed in snapcraft: | |
| milestone: | none → 0.4 |
| summary: |
- Autotools doesn't work without autoreg.sh + Autotools doesn't work without autogen.sh |
Sergio Schvezov (sergiusens)
on 2015-10-19
| Changed in snapcraft: | |
| importance: | Undecided → High |
| assignee: | nobody → Ted Gould (ted) |
Sergio Schvezov (sergiusens)
on 2015-10-19
| Changed in snapcraft: | |
| status: | New → Fix Committed |
| Leo Arias (elopio) wrote : | #1 |
| Sergio Schvezov (sergiusens) wrote : | #2 |
Released in snapcraft 0.4
| Changed in snapcraft: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.


This is missing a test.