[libgee] [autogen.sh] Don't run configure twice



commit 900a1ecd2faf780bc6325d071a3d28f53f903f01
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Mon Jul 12 20:42:41 2010 +0200

    [autogen.sh] Don't run configure twice

 autogen.sh |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6c62fd1..c474d9d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,3 @@ touch ChangeLog
 REQUIRED_M4MACROS=introspection.m4 gnome-autogen.sh || exit 1
 cd $ORIGDIR || exit $?
 
-if test -z "$NOCONFIGURE"; then
-  $srcdir/configure "$@"
-fi



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