summaryrefslogtreecommitdiff
path: root/bootstrap-configure
Commit message (Collapse)AuthorAgeFilesLines
* [Build] Add autogen.sh script to call `autoreconf -i`Emanuele Aina2013-05-021-2/+1
| | | | | | | | | | | | Even when using autoreconf an autogen.sh script is usually expected, as it save users from needing to know which flags to pass to autoreconf (ie. '-i'). It is also usually responsible of launching autoreconf from the right directory, calling utilities like intltoolize and gtkdocize, checking out git submodules and running ./configure unless $NOCONFIGURE is set. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com>
* [Init] Add initial source codeRegis Merlino2013-02-251-0/+12
Signed-off-by: Regis Merlino <regis.merlino@intel.com>