ab28ba3f89b19b27fdd738e85addb90cb1653932
[framework/uifw/xorg/proto/x11proto-dmx.git] / configure.ac
1 AC_PREREQ([2.57])
2 AC_INIT([DMXProto], [2.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
3 AM_INIT_AUTOMAKE([foreign dist-bzip2])
4
5 # Require xorg-macros: XORG_DEFAULT_OPTIONS
6 m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
7 XORG_MACROS_VERSION(1.3)
8
9 XORG_DEFAULT_OPTIONS
10
11 AC_OUTPUT([Makefile
12            dmxproto.pc])