mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-01-06 02:40:15 +01:00
6 lines
169 B
Text
6 lines
169 B
Text
AC_PREREQ([2.57])
|
|
AC_INIT([PanoramixExt], [7.0], [xorg@lists.freedesktop.org])
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
|
|
|
AC_OUTPUT([Makefile
|
|
panoramixext.pc])
|