Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
000ac229
Commit
000ac229
authored
Mar 08, 2012
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some botched shell syntax.
parent
1f485cf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+3
-3
configure.in
configure.in
+1
-1
No files found.
configure
View file @
000ac229
...
...
@@ -7193,10 +7193,10 @@ fi
#
# Check for protogeni rspec.
#
if
test
"
$PROTOGENI_SUPPORT
"
=
"1"
&&
test
$ELABINELAB
=
"0"
&&
-e
"
$srcdir
/.git"
;
then
if
test
"
$PROTOGENI_SUPPORT
"
=
"1"
-a
$ELABINELAB
=
"0"
-a
-e
"
$srcdir
/.git"
;
then
if
test
!
-e
"
$srcdir
/protogeni/rspec-geni/.git"
;
then
{
$as_echo
"
$as_me
:
$LINENO
: WARNING: protogeni/rspec-geni submodule not intialized yet"
>
&5
$as_echo
"
$as_me
: WARNING: protogeni/rspec-geni submodule not intialized yet"
>
&2
;
}
;
{
$as_echo
"
$as_me
:
$LINENO
: WARNING: protogeni/rspec-geni submodule not in
i
tialized yet"
>
&5
$as_echo
"
$as_me
: WARNING: protogeni/rspec-geni submodule not in
i
tialized yet"
>
&2
;
}
;
echo
"Please cd into your source directory and run:"
echo
" git submodule init"
echo
" git submodule update"
...
...
configure.in
View file @
000ac229
...
...
@@ -897,7 +897,7 @@ fi
#
# Check for protogeni rspec.
#
if test "$PROTOGENI_SUPPORT" = "1"
&& test
$ELABINELAB = "0"
&&
-e "$srcdir/.git"; then
if test "$PROTOGENI_SUPPORT" = "1"
-a
$ELABINELAB = "0"
-a
-e "$srcdir/.git"; then
if test ! -e "$srcdir/protogeni/rspec-geni/.git"; then
AC_MSG_WARN([protogeni/rspec-geni submodule not initialized yet]);
echo "Please cd into your source directory and run:"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment