diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-07 14:49:10 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-12 17:02:56 +0000 |
commit | cb147377e9341af05232f95814022abdecf14024 (patch) | |
tree | 32ee4e5708487bd6e722605c5332c50aa7596ec1 /configure.ac | |
parent | ec3ecf1b7cff226b6dc2d26604b1d234b262d8d5 (diff) |
Add XORG_DEFAULT_NOCODE_OPTIONS and bump version to 1.20.0util-macros-1.20.0
Allows data, doc, & font modules that don't compile any code
to avoid spending time running a bunch of compiler tests whose
results they'll ignore and never use.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 49be7dc..1008187 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.62]) AC_INIT([util-macros], - [1.19.3], + [1.20.0], [https://gitlab.freedesktop.org/xorg/util/macros/issues], [util-macros]) AC_CONFIG_SRCDIR([Makefile.am]) |