blob: 1c3bd41b3f61789c2c079175d61aea32d75d6b2d (
plain)
1
2
3
4
5
6
|
AC_PREREQ([2.60])
AC_INIT([libX11], [1.6.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libX11])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([include/Makefile])
AC_OUTPUT
|