mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 19:28:02 +02:00
Require automake 1.7 in AM_INIT_AUTOMAKE
This commit is contained in:
parent
cfaf18291b
commit
572918a46c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([XF86DGAProto], [7.0], [xorg@lists.freedesktop.org])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2])
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
xf86dgaproto.pc])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue