Commit Graph

12 Commits (master)

Author SHA1 Message Date
Alexander Larsson 9d1f1ed59c Delete non-builder files 2017-08-25 09:27:42 +02:00
Matthias Clasen 3c52321a40 Use upstream gettext
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.
2016-07-15 11:58:46 -04:00
Simon McVittie ccaa7428ae autogen.sh: rely on VPATH when generating Makefile-*.am.inc
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>
2016-06-12 10:35:33 +01:00
Colin Walters 99239b6e51 build: autogen.sh: Use mkdir -p to suppress warning
It's minor but hey, warnings stand out.
2016-05-31 15:05:34 -04:00
Matthias Clasen b5a997df43 autogen.sh: Look for bubblewrap submodule too
autogen.sh had code to init submodules if the libglnx directory
is empty. We should also check for bubblewrap now.
2016-05-03 17:25:54 -04:00
Alexander Larsson ee7be7f82d Build bwrap 2016-04-29 15:38:23 +02:00
Alexander Larsson f340105b4c Add gettext support to build 2016-04-25 18:59:17 +02:00
Emmanuele Bassi f23090a615 Generate the API reference for libxdg-app
We use the good old gtk-doc.
2015-12-04 15:00:35 +00:00
Emmanuele Bassi 19c9a25be6 build: Switch to olddir after autoreconf
Otherwise this won't work:

  $ mkdir _build && cd _build
  $ ../autogen.sh

As `autoreconf` won't find configure.ac.
2015-12-04 01:14:53 +00:00
Colin Walters 0a6d02ec78 autogen: Fix git submodules
We don't have bsdiff here.
2015-08-31 09:40:45 +02:00
Alexander Larsson 22ac447fc6 Import libglnx 2015-03-20 15:57:22 +01:00
Alexander Larsson a640cd365b Initial version 2014-12-17 15:28:07 +01:00