(debian) Run ./autogen.sh before configure
authorDimitris Aragiorgis <dimara@grnet.gr>
Mon, 9 Dec 2013 13:45:34 +0000 (15:45 +0200)
committerDimitris Aragiorgis <dimara@grnet.gr>
Thu, 27 Mar 2014 07:55:42 +0000 (09:55 +0200)
commit69739b6ed753b3d36e1990f74c0c89d8bb1863e4
tree2a6755b9ab9418bbfd51c363bc03aa0f8c8b4485
parent593f6ea707863659ba1f1d3dcb6336c3f7d5af7d
(debian) Run ./autogen.sh before configure

This is needed so that packaging can be done by using official
src tree found on git repo.

Official debian packages provide in orig tarball the files
that get generated by automake, autoconf, and aclocal:

 * configure
 * Makefile.in
 * autotools scripts

We decide not to track those files in upstream branch (which are
already included in .gitignore), instead we generate those
files on every build.

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
debian/rules