update-autogen: new tool to generate module autogen.sh files from a common template
authorTim-Philipp Müller <tim@centricular.net>
Sun, 14 Apr 2013 14:17:12 +0000 (15:17 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 14 Apr 2013 16:12:35 +0000 (17:12 +0100)
commit35495dd48fb1d2c529b712ab01d47a8ee8989af8
tree76ec23cdfe72eab5a5fbc379caca5653a41f977f
parentaed87ae3f28b85b24eff734937b85473828e297d
update-autogen: new tool to generate module autogen.sh files from a common template

Maybe one day an autogen.sh consisting of just 'autoreconf' will
be enough. Until then, let's try to at least use consistent autogen.sh
in the different modules. This tool will hopefully help with that.

The autogen.sh.in template is currently based on the autogen.sh
from core. There are changes in other modules which should probably
be merged into that.

One bug has already been fixed: touch gstreamer-1.0.pot not -0.10.pot
autogen.sh.in [new file with mode: 0755]
update-autogen [new file with mode: 0755]