[pessulus/gnome-2-26] [build] Fix autogen.sh failing because of missing m4 directory
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [pessulus/gnome-2-26] [build] Fix autogen.sh failing because of missing m4 directory
- Date: Tue, 28 Jul 2009 15:59:24 +0000 (UTC)
commit 5cc9bdb91d22f95c9fc78bc91a548a010df2cfba
Author: Vincent Untz <vuntz gnome org>
Date: Tue Jul 28 17:56:01 2009 +0200
[build] Fix autogen.sh failing because of missing m4 directory
autogen.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index c0e95d5..f341af8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,4 +19,6 @@ which gnome-autogen.sh || {
exit 1
}
+test -d $srcdir/m4 || mkdir $srcdir/m4
+
. gnome-autogen.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]