mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-20 04:20:04 +01:00
autogen: consider configure error
This commit is contained in:
parent
983052ddf8
commit
091722179b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ ${AUTORECONF-autoreconf} -iv || exit $?
|
|||
cd $ORIGDIR
|
||||
|
||||
if [ -z "$NOCONFIGURE" ] && [ "$1" != --no-configure ]; then
|
||||
"$srcdir"/configure "$@"
|
||||
"$srcdir"/configure "$@" || exit $?
|
||||
echo
|
||||
echo "Now type 'make' to compile $PROJECT."
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue