From 900a1ecd2faf780bc6325d071a3d28f53f903f01 Mon Sep 17 00:00:00 2001 From: Maciej Piechotka Date: Mon, 12 Jul 2010 20:42:41 +0200 Subject: [PATCH] [autogen.sh] Don't run configure twice --- autogen.sh | 3 --- 1 file changed, 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 -- 2.7.4