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
belle-sip
Commits
7f5715ef
Commit
7f5715ef
authored
Jan 25, 2013
by
Ghislain MARY
Browse files
Use default prefix for antlr prefix.
parent
1174ce48
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
7f5715ef
...
...
@@ -9,6 +9,12 @@ AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_SYSTEM
AC_PREFIX_DEFAULT(/usr/local)
if test "$prefix" = "NONE"; then
prefix=$ac_default_prefix
fi
AM_INIT_AUTOMAKE
AM_SILENT_RULES(yes)
...
...
@@ -52,8 +58,8 @@ AC_SUBST(LESS_STRICT_OPTIONS)
# Checks for header files.
AC_ARG_WITH( antlr,
[ --with-antlr Set prefix where libantlr3c can be found (ex:/usr or /usr/local)[default=
/usr
] ],
[ antlr_prefix=${withval}],[ antlr_prefix=
/usr
])
[ --with-antlr Set prefix where libantlr3c can be found (ex:/usr or /usr/local)[default=
PREFIX
] ],
[ antlr_prefix=${withval}],[ antlr_prefix=
${prefix}
])
found_antlr3=no
ANTLR_CFLAGS="-I${antlr_prefix}/include"
...
...
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