summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add the new submodule to autogen.shMatthias Clasen2018-09-241-1/+1
| | | | | | | | This is not perfect, but will make fresh checkouts work as well as before. Closes: #2121 Approved by: alexlarsson
* Use upstream gettextMatthias Clasen2016-07-151-2/+0
| | | | | | | | Drop the intltool dependency that was recently added, and use upstream gettext and its its features for the same purpose. Note that polkit currently does not install .its files (I've sent a patch). Until that is in place, this change has the effect of installing the untranslated policy file.
* autogen.sh: rely on VPATH when generating Makefile-*.am.incSimon McVittie2016-06-121-2/+2
| | | | | | | | | | | | | This avoids hard-coding the (potentially absolute) srcdir used at autogen time into the build system. It's fine for an Automake build system to use relative paths in dependencies and rely on them being interpreted as relative to ${srcdir} even though the current working directory is ${buildddir}, because of make's "VPATH" feature, and we do it all the time in the handwritten parts of the build system. In particular, this (finally) makes distcheck work. Signed-off-by: Simon McVittie <smcv@debian.org>
* build: autogen.sh: Use mkdir -p to suppress warningColin Walters2016-05-311-1/+1
| | | | It's minor but hey, warnings stand out.
* autogen.sh: Look for bubblewrap submodule tooMatthias Clasen2016-05-031-1/+1
| | | | | autogen.sh had code to init submodules if the libglnx directory is empty. We should also check for bubblewrap now.
* Build bwrapAlexander Larsson2016-04-291-0/+1
|
* Add gettext support to buildAlexander Larsson2016-04-251-0/+2
|
* Generate the API reference for libxdg-appEmmanuele Bassi2015-12-041-0/+15
| | | | We use the good old gtk-doc.
* build: Switch to olddir after autoreconfEmmanuele Bassi2015-12-041-1/+1
| | | | | | | | | Otherwise this won't work: $ mkdir _build && cd _build $ ../autogen.sh As `autoreconf` won't find configure.ac.
* autogen: Fix git submodulesColin Walters2015-08-311-1/+1
| | | | We don't have bsdiff here.
* Import libglnxAlexander Larsson2015-03-201-1/+7
|
* Initial versionAlexander Larsson2014-12-171-0/+24