Commit graph

8 commits

Author SHA1 Message Date
Alan Coopersmith
517dd82c07
xcb-util-errors 1.0.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-10-18 18:10:25 -07:00
Alan Coopersmith
3de8874f5d configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-24 14:06:29 -07:00
Alan Coopersmith
4440550baf Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
configure.ac:33: warning: AC_OUTPUT should be used without arguments.
configure.ac:33: You should run autoupdate.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-06-18 10:20:08 -07:00
Alan Coopersmith
a40b2df701 Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-06-18 10:19:06 -07:00
Uli Schlachter
5d660ebe87 Do not distribute extensions.c and fix out-of-tree builds
It all started with src/extensions.c being distributed. Thanks to this, tarballs
shipped with this generated file and actually building this file was skipped.
Fix this by using the nodist_ variant of the SOURCES variable.

Due to this oversight (sorry!), the out-of-tree build wasn't actually tested.
The rule that generates src/extensions.c was missing $(srcdir) in front of the
path to extensions.py. This rule is now fixed and, as suggested by Daphne
Pfister, also changed to explicitly call the python interpreter. Configure is
changed to look for it.

Finally, extensions.c couldn't include errors.h. This worked before, because the
C compiler automatically looks for headers in the same directory as the source
file. However, for out-of-tree builds, the source directory and build directory
are different. Paper over this problem by explicitly making it look in the right
directory.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=90328
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-05-06 08:16:54 +02:00
Uli Schlachter
332f357aa6 set version to 1.0
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-04-26 16:07:45 +02:00
Uli Schlachter
5f13d59080 Add xcb-proto version to xcb-errors.pc
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-04-06 16:37:22 +02:00
Uli Schlachter
059bfdbed8 Add an autotools-based build system
This is based on util-cursor's build system and libxcb/configure.ac for finding
xcb-proto's XML files.

Signed-off-by: Uli Schlachter <uli.schlachter@informatik.uni-oldenburg.de>
2015-03-25 10:32:21 +01:00