Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
61ef7863
Commit
61ef7863
authored
Mar 14, 2002
by
Niels Möller
Browse files
Removed check for 8-bit clean m4.
Rev: configure.in:1.131
parent
943c4479
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
61ef7863
...
...
@@ -246,23 +246,6 @@ AC_PATH_PROG(BASH, bash,, $PATH)
AC_PATH_PROG(GROFF, groff,, $PATH)
AC_PATH_PROG(M4, m4, m4)
AC_CACHE_CHECK([if m4 can handle eight-bit quote characters],
lsh_cv_prog_m4_quote_8bit,
[ if test xfoo = x`echo 'change''quote(,)foo' | $M4`; then
lsh_cv_prog_m4_quote_8bit=yes
else
lsh_cv_prog_m4_quote_8bit=no
fi])
if test x$lsh_cv_prog_m4_quote_8bit = xno; then
AC_MSG_WARN(
[To get the testsuite to work properly, you may need to
upgrade to a better version than GNU m4 1.4, or recompile
it with CFLAGS=-funsigned-char.
Latest version is available at <URL: http://www.seindal.dk/rene/gnu/>])
M4="false --"
fi
# Checks for header files.
AC_HEADER_STDC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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