Skip to content

Commit

Permalink
Add ./configure command back to autorun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
atarnvik committed Aug 12, 2024
1 parent 54f7030 commit 537620a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autorun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ done

"$AUTORECONF" -i || exit $?
"$AUTOMAKE" || exit $?
"$AUTOCONF" || exit $?01
"$AUTOCONF" || exit $?01

./configure $@

0 comments on commit 537620a

Please sign in to comment.