Skip to content
GitLab
Menu
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
d6180a43
Commit
d6180a43
authored
Mar 05, 2004
by
Niels Möller
Browse files
* configure.ac: We have no separeta replacement file for snprintf.
Rev: src/argp/ChangeLog:1.28 Rev: src/argp/configure.ac:1.18
parent
f1552ed8
Changes
2
Show whitespace changes
Inline
Side-by-side
src/argp/ChangeLog
View file @
d6180a43
2004-03-05 Niels Mller <nisse@lysator.liu.se>
* configure.ac: We have no separeta replacement file for snprintf.
* vsnprintf.c (dopr): Fixed va_arg calls that used short. Made
inclusion of "config.h" conditional on HAVE_CONFIG_H.
...
...
src/argp/configure.ac
View file @
d6180a43
...
...
@@ -38,9 +38,9 @@ LSH_GCC_ATTRIBUTES
# Checks for library functions.
AC_FUNC_ALLOCA
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(strerror sleep getpid)
AC_CHECK_FUNCS(strerror sleep getpid
snprintf
)
AC_REPLACE_FUNCS(mempcpy strndup strchrnul strcasecmp
snprintf
vsnprintf)
AC_REPLACE_FUNCS(mempcpy strndup strchrnul strcasecmp vsnprintf)
dnl ARGP_CHECK_FUNC(includes, function-call [, if-found [, if-not-found]])
AC_DEFUN([ARGP_CHECK_FUNC],
...
...
Write
Preview
Supports
Markdown
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