configure.ac revision 50718ea6
1AC_PREREQ([2.57]) 2AC_INIT([XProxyManagementProtocol], [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) 3AM_INIT_AUTOMAKE([foreign dist-bzip2]) 4 5# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS 6m4_ifndef([XORG_MACROS_VERSION], 7 [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) 8XORG_MACROS_VERSION(1.3) 9XORG_DEFAULT_OPTIONS 10 11AC_OUTPUT([Makefile 12 xproxymngproto.pc]) 13