[gnome-ostree] Rebase libwacom-autogen.patch



commit 0aef1dcc0b6c01ceb47663341e44cda39154df62
Author: Colin Walters <walters verbum org>
Date:   Tue Oct 16 19:47:32 2012 -0400

    Rebase libwacom-autogen.patch

 patches/libwacom-autogen.patch |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/patches/libwacom-autogen.patch b/patches/libwacom-autogen.patch
index dc0f8e0..d9b5b7f 100644
--- a/patches/libwacom-autogen.patch
+++ b/patches/libwacom-autogen.patch
@@ -1,25 +1,27 @@
-From 6b92186a171988dd4624b302f22c13a2eb837b16 Mon Sep 17 00:00:00 2001
+From 218cf51a667de9a8855dd7e6bea369e3f92018a7 Mon Sep 17 00:00:00 2001
 From: Colin Walters <walters verbum org>
 Date: Mon, 16 Jan 2012 20:02:27 -0500
 Subject: [PATCH] autogen: Honor NOCONFIGURE=1
 
 See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Colin Walters <walters verbum org>
 ---
- autogen.sh |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
+ autogen.sh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/autogen.sh b/autogen.sh
-index 904cd67..b47abdc 100755
+index 354f254..fd9c59a 100755
 --- a/autogen.sh
 +++ b/autogen.sh
 @@ -9,4 +9,6 @@ cd $srcdir
  autoreconf -v --install || exit 1
  cd $ORIGDIR || exit $?
  
--$srcdir/configure --enable-maintainer-mode "$@"
+-$srcdir/configure "$@"
 +if test -z "$NOCONFIGURE"; then
-+    $srcdir/configure --enable-maintainer-mode "$@"
++    exec $srcdir/configure "$@"
 +fi
 -- 
-1.7.6.4
+1.7.11.7
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]