diff --git a/autogen.sh b/autogen.sh index 48a3b16252..9f58536d45 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,9 +22,9 @@ PKG_NAME=NetworkManager cd $srcdir -aclocal --install || exit 1 -gtkdocize --copy || exit 1 -autoreconf --verbose --force --install || exit 1 +aclocal --install +gtkdocize --copy +autoreconf --verbose --force --install cd $olddir if test -z "$NOCONFIGURE"; then