projects
/
platform
/
upstream
/
libXdamage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9f6d2
)
Require automake 1.7 in AM_INIT_AUTOMAKE
author
Adam Jackson
<ajax@nwnk.net>
Thu, 19 May 2005 00:10:07 +0000
(
00:10
+0000)
committer
Adam Jackson
<ajax@nwnk.net>
Thu, 19 May 2005 00:10:07 +0000
(
00:10
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
778d34d
..
3e8559d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-33,7
+33,7
@@
dnl digit in the version number to track changes which don't affect the
dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n
dnl
AC_INIT(libXdamage, 1.0.1, [keithp@keithp.com], libXdamage)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([
1.7], [
dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)