summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-10-24 16:08:03 +0000
committerRichard Sharpe <sharpe@samba.org>2003-10-24 16:08:03 +0000
commitd0833280da45109f881f8f895063b5a6a9372627 (patch)
treef16145521f075ee94a48a4511a49fb8fbaf11c26 /source3/aclocal.m4
parentdebbecb23cf45ef711726ccd18cfc09b64a07e9b (diff)
downloadsamba-d0833280da45109f881f8f895063b5a6a9372627.tar.gz
samba-d0833280da45109f881f8f895063b5a6a9372627.tar.bz2
samba-d0833280da45109f881f8f895063b5a6a9372627.zip
Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.in
and lib/snprintf. Check for va_copy first, and then look for __va_copy. (This used to be commit 8b592740b6294555c461d7eee003e2bd5f4352a4)
Diffstat (limited to 'source3/aclocal.m4')
-rw-r--r--source3/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/aclocal.m4 b/source3/aclocal.m4
index c7831c58ca..5169eee41b 100644
--- a/source3/aclocal.m4
+++ b/source3/aclocal.m4
@@ -125,11 +125,11 @@ AC_DEFUN(AC_LIBTESTFUNC,
# may have different results.
#
# Note that using directly AS_VAR_PUSHDEF([ac_Lib], [ac_cv_lib_$1_$3])
-# is asking for troubles, since AC_CHECK_LIB($lib, fun) would give
+# is asking for trouble, since AC_CHECK_LIB($lib, fun) would give
# ac_cv_lib_$lib_fun, which is definitely not what was meant. Hence
# the AS_LITERAL_IF indirection.
#
-# FIXME: This macro is extremely suspicious. It DEFINEs unconditionnally,
+# FIXME: This macro is extremely suspicious. It DEFINEs unconditionally,
# whatever the FUNCTION, in addition to not being a *S macro. Note
# that the cache does depend upon the function we are looking for.
#