···11+This package contains bitmaps commonly used in X.Org applications.
22+The bitmaps are in the X BitMap (XBM) format.
33+44+All questions regarding this software should be directed at the
55+Xorg mailing list:
66+77+ https://lists.x.org/mailman/listinfo/xorg
88+99+The primary development code repository can be found at:
1010+1111+ https://gitlab.freedesktop.org/xorg/data/bitmaps
1212+1313+Please submit bug reports and requests to merge patches there.
1414+1515+For patch submission instructions, see:
1616+1717+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
1818+
+7-7
data/bitmaps/configure.ac
···2233# Initialize Autoconf
44AC_PREREQ([2.60])
55-AC_INIT([xbitmaps], [1.1.2],
66- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xbitmaps])
55+AC_INIT([xbitmaps], [1.1.3],
66+ [https://gitlab.freedesktop.org/xorg/data/bitmaps/-/issues], [xbitmaps])
77AC_CONFIG_SRCDIR([Makefile.am])
88AC_CONFIG_HEADERS([config.h])
991010# Initialize Automake
1111-AM_INIT_AUTOMAKE([foreign dist-bzip2])
1111+AM_INIT_AUTOMAKE([foreign dist-xz])
12121313-# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS
1313+# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
1414m4_ifndef([XORG_MACROS_VERSION],
1515- [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
1616-XORG_MACROS_VERSION(1.3)
1717-XORG_DEFAULT_OPTIONS
1515+ [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
1616+XORG_MACROS_VERSION(1.20)
1717+XORG_DEFAULT_NOCODE_OPTIONS
18181919AC_CONFIG_FILES([Makefile
2020 xbitmaps.pc