diff --git a/autogen.sh b/autogen.sh index cf2c610..3a7c5eb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -10,4 +10,4 @@ test -d m4 || mkdir m4 autoreconf -fvi || exit $? cd "$olddir" -test -n "$NOCONFIGURE" || ./configure "$@" +test -n "$NOCONFIGURE" || $srcdir/configure "$@"