Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
ortp
Commits
d4c36bf2
Commit
d4c36bf2
authored
Jan 05, 2011
by
unknown
Browse files
mingw compilation revisited:wq
parent
be584ae2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
autogen.sh
autogen.sh
+10
-0
No files found.
autogen.sh
View file @
d4c36bf2
...
@@ -31,6 +31,16 @@ esac
...
@@ -31,6 +31,16 @@ esac
if
test
-d
/opt/local/share/aclocal
;
then
if
test
-d
/opt/local/share/aclocal
;
then
ACLOCAL_ARGS
=
"-I /opt/local/share/aclocal"
ACLOCAL_ARGS
=
"-I /opt/local/share/aclocal"
fi
fi
if
test
-d
/opt/local/share/aclocal
;
then
ACLOCAL_ARGS
=
"-I /opt/local/share/aclocal"
fi
if
test
-d
/usr/local/share/aclocal
;
then
ACLOCAL_ARGS
=
"
$ACLOCAL_ARGS
-I /usr/local/share/aclocal"
fi
if
test
-d
/share/aclocal
;
then
ACLOCAL_ARGS
=
"
$ACLOCAL_ARGS
-I /share/aclocal"
fi
set
-x
set
-x
...
...
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