[autogen.sh] Don't run configure twice
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 12 Jul 2010 18:42:41 +0000 (20:42 +0200)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 12 Jul 2010 18:42:41 +0000 (20:42 +0200)
autogen.sh

index 6c62fd1..c474d9d 100755 (executable)
@@ -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