All of lore.kernel.org
 help / color / mirror / Atom feed
* [udev patch] udev needs automake 1.10
@ 2010-03-11 13:05 Adrian Bunk
  2010-03-11 13:24 ` Martin Pitt
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2010-03-11 13:05 UTC (permalink / raw)
  To: linux-hotplug

extras/gudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6
libudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6

---
 configure.ac |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 88824b6..09ec116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT([udev], [152], [linux-hotplug@vger.kernel.org])
 AC_PREREQ(2.60)
-AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([check-news foreign 1.10 dist-bzip2 subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_DISABLE_STATIC
 AC_USE_SYSTEM_EXTENSIONS
 
-- 
1.5.6.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [udev patch] udev needs automake 1.10
  2010-03-11 13:05 [udev patch] udev needs automake 1.10 Adrian Bunk
@ 2010-03-11 13:24 ` Martin Pitt
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Pitt @ 2010-03-11 13:24 UTC (permalink / raw)
  To: linux-hotplug

Hello Adrian,

Adrian Bunk [2010-03-11 15:05 +0200]:
> extras/gudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6
> libudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6

Applied, thanks!

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-11 13:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-11 13:05 [udev patch] udev needs automake 1.10 Adrian Bunk
2010-03-11 13:24 ` Martin Pitt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.