aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoconf/configure.ac2
-rwxr-xr-xconfigure4
2 files changed, 3 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index c0e6e13fe9..9d06ce10d4 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -32,7 +32,7 @@ do
"llvm-tv") AC_CONFIG_SUBDIRS([projects/llvm-tv]) ;;
"llvm-fefw") AC_CONFIG_SUBDIRS([projects/llvm-fefw]) ;;
*)
- AC_MSG_WARN([Unknown projects (${i})won't be configured automatically])
+ AC_MSG_WARN([Unknown project (${i}) won't be configured automatically])
;;
esac
fi
diff --git a/configure b/configure
index b169893bd1..60f01509df 100755
--- a/configure
+++ b/configure
@@ -1588,8 +1588,8 @@ subdirs="$subdirs projects/llvm-tv"
subdirs="$subdirs projects/llvm-fefw"
;;
*)
- { echo "$as_me:$LINENO: WARNING: Unknown projects (${i})won't be configured automatically" >&5
-echo "$as_me: WARNING: Unknown projects (${i})won't be configured automatically" >&2;}
+ { echo "$as_me:$LINENO: WARNING: Unknown project (${i}) won't be configured automatically" >&5
+echo "$as_me: WARNING: Unknown project (${i}) won't be configured automatically" >&2;}
;;
esac
fi