[gmime] Fixed another autogen.sh NOCONFIGURE check
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed another autogen.sh NOCONFIGURE check
- Date: Thu, 9 Mar 2017 02:00:20 +0000 (UTC)
commit b8bf672b86b9461016b44437b082f9c6ead422ed
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Wed Mar 8 20:56:19 2017 -0500
Fixed another autogen.sh NOCONFIGURE check
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 4d2027f..acbb0a3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -100,7 +100,7 @@ $AUTOMAKE --add-missing || exit $?
autoconf || exit $?
cd $ORIGDIR || exit $?
-if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "NOCONFIGURE"; then
+if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "$NOCONFIGURE"; then
$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
echo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]