Require automake 1.7 in AM_INIT_AUTOMAKE

This commit is contained in:
Adam Jackson 2005-05-19 00:10:18 +00:00
parent d4a17c55d8
commit 6882836c45

View file

@ -1,6 +1,6 @@
AC_PREREQ([2.57])
AC_INIT([KBProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2])
AC_OUTPUT([Makefile
kbproto.pc])