[gnome-common] Do not call automake with --force, bug 612329
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-common] Do not call automake with --force, bug 612329
- Date: Wed, 1 Aug 2012 21:49:23 +0000 (UTC)
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]