[gnome-common] Do not call automake with --force, bug 612329



commit 0efa19df00955bfec29995736e262412fd32de86
Author: David King <amigadave amigadave com>
Date:   Mon Jul 30 17:13:19 2012 +0100

    Do not call automake with --force, bug 612329
    
    The --force option for automake is not documented, so gnome-autogen.sh
    should not use it.

 macros2/gnome-autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
index 960046f..63cae99 100644
--- a/macros2/gnome-autogen.sh
+++ b/macros2/gnome-autogen.sh
@@ -485,7 +485,7 @@ for configure_ac in $configure_files; do
           cp -pf INSTALL INSTALL.autogen_bak
         fi
 	if [ $REQUIRED_AUTOMAKE_VERSION != 1.4 ]; then
-	    $AUTOMAKE --gnu --add-missing --force --copy -Wno-portability || exit 1
+	    $AUTOMAKE --gnu --add-missing --copy -Wno-portability || exit 1
 	else
 	    $AUTOMAKE --gnu --add-missing --copy || exit 1
 	fi



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