diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:27 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:27 -0800 |
commit | bb524211a98dfdc7913154e9febe43faadb02e4b (patch) | |
tree | a56cf2f628323e839cb49e5621866a63b3024cbf /xf86rushproto/configure.ac | |
parent | 0f828a6afd6a7f577f7213532c66369605499710 (diff) |
Move common xf86rushproto files out of the way
Diffstat (limited to 'xf86rushproto/configure.ac')
-rw-r--r-- | xf86rushproto/configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xf86rushproto/configure.ac b/xf86rushproto/configure.ac new file mode 100644 index 0000000..5606f90 --- /dev/null +++ b/xf86rushproto/configure.ac @@ -0,0 +1,12 @@ +AC_PREREQ([2.57]) +AC_INIT([XF86RushProto], [1.1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +# Require xorg-macros: XORG_CHANGELOG +m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.2) +XORG_RELEASE_VERSION +XORG_CHANGELOG + +AC_OUTPUT([Makefile + xf86rushproto.pc]) |