[pango] ensure gnome-autogen.sh's behaviour
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] ensure gnome-autogen.sh's behaviour
- Date: Mon, 15 Nov 2010 18:06:06 +0000 (UTC)
commit 588847fe4b5ed905f3a035825567e08a3b4d516d
Author: Sven Herzberg <herzi gnome-de org>
Date: Mon Nov 15 19:04:47 2010 +0100
ensure gnome-autogen.sh's behaviour
* autogen.sh: make sure that autoreconf calls aclocal the same way
gnome-autogen.sh would have done
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 0c99021..bc7c59c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,7 +20,7 @@ if test -z $AUTORECONF; then
echo "*** No autoreconf found, please install it ***"
exit 1
else
- autoreconf --force --install || exit $?
+ ACLOCAL="aclocal $ACLOCAL_FLAGS" autoreconf --force --install || exit $?
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]