[gnome-online-accounts] build: Fix passing arguments to configure from autogen.sh



commit 544d67a78f04aed0e6e6f8a5ee2c39b47b35debb
Author: Evan Nemerson <evan coeus-group com>
Date:   Mon Dec 3 12:27:35 2012 -0800

    build: Fix passing arguments to configure from autogen.sh
    
    Fixes: https://bugzilla.gnome.org/689516

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index b14b855..265d757 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,4 +17,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-. gnome-autogen.sh --enable-gtk-doc $*
+. gnome-autogen.sh --enable-gtk-doc "$@"



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