Skip to content

Commit

Permalink
fix: autogen: don't call configure
Browse files Browse the repository at this point in the history
Pretty much every other automake based build does _not_ call configure
from autogen.sh. Let's follow the "standard".
  • Loading branch information
erig0 committed Jun 13, 2019
1 parent 937d255 commit 16e4cd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ intltoolize --force --automake

autoreconf --force -v --install --symlink || exit 1
cd $ORIGDIR || exit $?

if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi

0 comments on commit 16e4cd0

Please sign in to comment.