summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make sure *.am.inc are up to date before `make dist`Simon McVittie2017-10-161-1/+2
| | | | | | | | | | | v2017.12 didn't include test-libglnx-shutil.c, but if you re-run autogen.sh (as we do in Debian, to update the Autotools build system) it will try to build it. Signed-off-by: Simon McVittie <smcv@collabora.com> Closes: #1274 Approved by: cgwalters
* autogen.sh: Fix running out of treeStef Walter2017-08-081-1/+1
| | | | | | | | | | | | The autogen.sh script should be runnable out of tree. It's mostly already the case, just one little tweak to make it work. $ mkdir build $ cd build $ ../autogen.sh --prefix=/usr Closes: #1063 Approved by: cgwalters
* libglnx porting: Migrate to new tempfile codeColin Walters2016-07-291-0/+3
| | | | | | | | | In general this is even cleaner now, though it was better after I extracted a helper function for the "write tempfile with contents" bits that were shared between metadata and regular file codepaths. Closes: #369 Approved by: jlebon
* autogen.sh: rely on VPATH for submodules' Makefile-*.am.incSimon McVittie2016-06-131-2/+2
| | | | | | | | | | | | | | This avoids hard-coding the autogen-time ${srcdir} into our build system, and might fix "make distcheck". We don't need to specify ${srcdir} explicitly in the various variables, because Automake always uses make's VPATH feature to look in both ${builddir} and ${srcdir} at build time. Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #337 Approved by: cgwalters
* build: Make gtk-doc optionalJeremy Cline2015-06-291-3/+3
| | | | This is similar to what's done in glib.
* autogen.sh: fix typoGiuseppe Scrivano2015-06-121-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Fix "make syntax-check" failures.Giuseppe Scrivano2015-03-031-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* autogen.sh: replace all $(libbsdiff_srcpath) and $(libglnx_srcpath)Giuseppe Scrivano2015-03-031-2/+2
| | | | | | | | | | | | | The variable could be specified more times on the same line, having something like: EXTRA_DIST += ./libglnx/README $(libglnx_srcpath)/COPYING Now the change ensures that it looks like: EXTRA_DIST += ./libglnx/README ./libglnx/COPYING Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Add bsdiff submoduleGiuseppe Scrivano2015-03-031-1/+2
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Use libglnxColin Walters2015-02-221-1/+7
| | | | | | Starting down the path of not using libgsystem. The main win here will be code sharing between ostree/rpm-ostree as well as going down the path of not using GFile * for local files.
* Use external libgsystem 2014.2Colin Walters2014-04-041-8/+0
| | | | | | | It's been split off for a while, let's kill the code duplication. Among other things, this fixes the systemd detection for the journal logging.
* Add gtk-doc supportColin Walters2013-08-161-0/+12
| | | | | Yes, it's really me. Colin Walters. Writing documentation. You don't need to do a DNA test.
* autogen: Only do submodule update if we don't have libgsystemColin Walters2012-09-241-1/+1
| | | | | Otherwise we'll fail due to not being a git repository in the embedded-dependency tarball case.
* autogen.sh: Use set -eColin Walters2012-09-241-0/+2
| | | | | Otherwise we blindly continue if autoreconf fails, which is pretty damn lame.
* autogen: Fetch submodules before running automakeColin Walters2012-08-141-2/+1
| | | | Otherwise automake can't find src/libgsystem.
* Automatically populate the git submodules in autogen.shStef Walter2012-07-311-0/+9
|
* autogen.sh: Improve the script a bitJavier Jardón2011-10-181-1/+16
| | | | | Fix builddir != sourcedir issues ans also run ./configure if Its needed
* Makefile.am: honor aclocal flagsJavier Jardón2011-10-181-0/+3
|
* Initial commitColin Walters2011-10-091-0/+2