diff --git a/autogen.sh b/autogen.sh index 29db9c9..6d1c20a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,6 +17,6 @@ banner() { banner "autoreconf" -autoreconf --force --install --symlink -Wall || exit $? +autoreconf --force --install -Wall || exit $? banner "Finished"