summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24autogen: add default patch prefixHEADmasterMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-21Makefile.am: add meson.build to EXTRA_DISTAlan Coopersmith1-0/+2
Allows using meson to build from tarballs generated by 'make dist' Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-21meson_build: n_debug should be b_ndebugAlan Coopersmith1-2/+2
Fixes build failure: meson.build:15:0: ERROR: Unknown options: "n_debug" Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-21Makefile.am: Mark man page to be included in 'make dist'Alan Coopersmith1-1/+1
Fixes 'make distcheck' failure: make[2]: *** No rule to make target 'xtsttopng.1', needed by 'all-am'. Stop. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-21configure.ac: Update bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-21gitlab CI: add a basic build testAlan Coopersmith1-0/+171
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-21Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-06-25meson: Add a meson build systemDylan Baker1-0/+71
Because why not. Also, I want to use this as a subproject.
2019-06-25editorconfig: Add meson filesDylan Baker1-0/+5
2014-01-04Add manualKeith Packard2-0/+29
2014-01-04More error recovery and commentsKeith Packard1-7/+49
2014-01-04Remove debug printfsKeith Packard1-3/+1
2014-01-04Remaining autofuKeith Packard2-0/+95
2014-01-04Autoconf. Common colorsKeith Packard4-320/+375
2014-01-04Initial versionKeith Packard2-0/+405