Ben Pfaff [Thu, 24 Jul 2008 04:48:35 +0000 (21:48 -0700)]
Add isinf module.
Ben Pfaff [Thu, 24 Jul 2008 04:34:48 +0000 (21:34 -0700)]
Move macros for finding floating-point exponents into separate M4 files.
Ulrich Drepper [Wed, 23 Jul 2008 14:19:15 +0000 (16:19 +0200)]
mktime.c: normalize tp->tm_isdst value to -1/0/1.
* lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
Reported by Michael Ringe <Michael.Ringe@gmx.de> in
<http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
Bruno Haible [Wed, 23 Jul 2008 10:34:14 +0000 (12:34 +0200)]
Improve ChangeLog entry for Ulrich Drepper's change.
Ulrich Drepper [Wed, 23 Jul 2008 08:24:43 +0000 (10:24 +0200)]
* lib/canonicalize-lgpl.c (__realpath): readlink can write too
much into the buffer on platforms without PATH_MAX.
Eric Blake [Tue, 22 Jul 2008 03:45:30 +0000 (21:45 -0600)]
Warn, not fail, on stale version.
* top/GNUmakefile (_curr-ver): Tone down previous patch.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Mon, 21 Jul 2008 15:13:38 +0000 (09:13 -0600)]
Don't allow installation with stale devel version number.
* top/GNUmakefile (_is-install-target): New macro.
(_curr-ver): Forbid installation with stale version number.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Sun, 20 Jul 2008 23:03:26 +0000 (01:03 +0200)]
Test must fail if libsigsegv could not distinguish stack overflow and crash.
Bruno Haible [Sun, 20 Jul 2008 16:25:12 +0000 (18:25 +0200)]
Improve documentation.
Bruno Haible [Sun, 20 Jul 2008 11:43:28 +0000 (13:43 +0200)]
Relicense under LGPLv2+.
Eric Blake [Thu, 17 Jul 2008 22:21:42 +0000 (16:21 -0600)]
c-stack: fix typo.
* modules/c-stack (Link): Fix typo.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Thu, 17 Jul 2008 12:23:47 +0000 (06:23 -0600)]
Make c-stack use libsigsegv, when available.
* modules/c-stack (Depends-on): Add libsigsegv.
* modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
needed.
* lib/c-stack.c (SIGSTKSZ): Define fallback.
(segv_handler, overflow_handler, c_stack_action)
[HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
implementation when libsigsegv is available, but only when using
the library is necessary.
* m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
comment, explaining why XSI check fails on Linux.
(gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
* tests/test-c-stack2.sh: Tweak skip message.
* NEWS: Document new link-time requirements.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Wed, 16 Jul 2008 22:28:13 +0000 (16:28 -0600)]
c-stack: Expose false positives when not using libsigsegv.
* modules/c-stack-tests (Files): Expand test.
* tests/test-c-stack.c (main): Add means to conditionally trigger
non-overflow SIGSEGV.
* tests/test-c-stack2.sh: New file.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Mon, 14 Jul 2008 22:30:36 +0000 (00:30 +0200)]
Remove unneeded AC_PREREQ.
Bruno Haible [Mon, 14 Jul 2008 11:17:26 +0000 (13:17 +0200)]
New module 'libsigsegv'.
Bruno Haible [Mon, 14 Jul 2008 10:37:46 +0000 (12:37 +0200)]
Improves the doc in MODULES.html.
Ben Pfaff [Sun, 13 Jul 2008 03:56:44 +0000 (20:56 -0700)]
New module 'longlong'.
Bruno Haible [Sat, 12 Jul 2008 23:12:18 +0000 (01:12 +0200)]
ChangeLog formatting.
Bruno Haible [Sat, 12 Jul 2008 23:07:35 +0000 (01:07 +0200)]
Set ISNAN_LIBM to empty when libm is not actually needed.
Bruno Haible [Sat, 12 Jul 2008 23:06:59 +0000 (01:06 +0200)]
Comment.
Ben Pfaff [Sat, 12 Jul 2008 17:50:41 +0000 (10:50 -0700)]
Add isnan module.
Ben Pfaff [Sat, 12 Jul 2008 17:46:03 +0000 (10:46 -0700)]
Add isnanf module.
Ben Pfaff [Sat, 12 Jul 2008 17:45:22 +0000 (10:45 -0700)]
Add isnand module.
Ben Pfaff [Sat, 12 Jul 2008 17:41:34 +0000 (10:41 -0700)]
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Karl Berry [Sat, 12 Jul 2008 13:12:48 +0000 (06:12 -0700)]
autoupdate
Jim Meyering [Fri, 11 Jul 2008 17:32:46 +0000 (19:32 +0200)]
vc-list-files: make the last-resort awk code more portable
* build-aux/vc-list-files: Don't rely on awk's "sub" command.
/bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
does not support it.
Eric Blake [Thu, 10 Jul 2008 21:10:42 +0000 (15:10 -0600)]
Work with tar's bootstrap.
* gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
where LIBSOURCES_DIR contains .#bootmp but must not be treated as
an m4 comment.
Signed-off-by: Eric Blake <ebb9@byu.net>
Jim Meyering [Wed, 9 Jul 2008 09:53:32 +0000 (11:53 +0200)]
posix-shell.m4: fix typo that made this test malfunction
* m4/posix-shell.m4: Remove capitalization in variable name.
Bruno Haible [Tue, 8 Jul 2008 10:18:03 +0000 (12:18 +0200)]
Update comments.
Jim Meyering [Fri, 4 Jul 2008 11:39:19 +0000 (13:39 +0200)]
users.txt: Add vc-dwim.
* users.txt: Add vc-dwim.
(bison, coreutils): Use the gitweb URL.
Jim Meyering [Thu, 3 Jul 2008 20:52:50 +0000 (22:52 +0200)]
* users.txt: Add libffcall. From Sam Steingold.
Ondřej Vašík [Thu, 3 Jul 2008 10:17:11 +0000 (12:17 +0200)]
getdate.y: do not ignore TZ with relative day, month or year offset
* lib/getdate.y (get_date): Move the tz-handling block to follow the
relative-date-handling, since otherwise, the latter would clobber the
sole output (an updated Start value) of the tz-handling block.
* tests/test-getdate.c: Tests for the fix
Ralf Wildenhues [Thu, 3 Jul 2008 18:17:33 +0000 (20:17 +0200)]
Recognize 'foo_LIBRARIES += libgnu.a'.
* gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
makefile snippet has already specified an installation location,
also using '+='.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Ondřej Vašík [Fri, 27 Jun 2008 15:37:40 +0000 (17:37 +0200)]
getdate.y: factor out common actions
* lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
Use them in place of open-coded actions.
Simon Josefsson [Tue, 1 Jul 2008 12:55:29 +0000 (14:55 +0200)]
Add self-test for getdate module.
* modules/getdate-tests: New file.
* tests/test-getdate.c: New file.
Bruno Haible [Sun, 29 Jun 2008 23:44:56 +0000 (01:44 +0200)]
Put gnulib-comp.m4 into .cvsignore or .gitignore.
Bruno Haible [Sun, 29 Jun 2008 23:28:02 +0000 (01:28 +0200)]
Update to match current gnulib-tool.
Bruno Haible [Sun, 29 Jun 2008 23:18:28 +0000 (01:18 +0200)]
Recommend to put gnulib-cache.m4 into EXTRA_DIST.
Jim Meyering [Thu, 26 Jun 2008 06:11:16 +0000 (08:11 +0200)]
add ChangeLog entry for previous change
Jim Meyering [Tue, 24 Jun 2008 07:40:36 +0000 (09:40 +0200)]
make several modules depend on the "open" module
This provides slightly increased consistency when opening-for-write
the name of a non-directory spelled with a trailing slash.
* modules/chdir-safer: Likewise.
* modules/chown: Likewise.
* modules/clean-temp: Likewise.
* modules/copy-file: Likewise.
* modules/fchdir: Likewise.
* modules/fcntl-safer: Likewise.
* modules/pipe: Likewise.
* modules/utime: Likewise.
Prompted by Eric Blake and Bruno Haible.
Andreas Schwab [Tue, 24 Jun 2008 22:59:18 +0000 (00:59 +0200)]
Don't test whether compound literals can be used as initializers.
Eric Blake [Mon, 23 Jun 2008 17:30:06 +0000 (11:30 -0600)]
Make gnulib-cache.m4 easier to diff.
* gnulib-tool (func_import): Allow newlines when reading cached
gl_MODULES, and generate newlines when outputting gnulib-cache.m4.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Mon, 23 Jun 2008 20:45:30 +0000 (22:45 +0200)]
Update after lib/sig-handler.h is no longer included by lib/sigprocmask.c.
Bruno Haible [Mon, 23 Jun 2008 20:33:28 +0000 (22:33 +0200)]
Reenter the fatal_signal_handler in case of nested signal.
Bruno Haible [Mon, 23 Jun 2008 20:30:46 +0000 (22:30 +0200)]
Comment fixes.
Eric Blake [Mon, 23 Jun 2008 12:44:55 +0000 (06:44 -0600)]
Fix typo.
* tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Mon, 23 Jun 2008 12:41:08 +0000 (06:41 -0600)]
Avoid SA_ namespace.
* tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
Reported by Ralf Wildenhues.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Mon, 23 Jun 2008 12:24:53 +0000 (06:24 -0600)]
Avoid test failure due to SA_RESTORER.
* tests/test-sigaction.c (SA_MASK): New macro.
(main): Avoid failing due to extension flags being set.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Mon, 23 Jun 2008 12:02:40 +0000 (06:02 -0600)]
Revert use of sig-handler.h in sigprocmask.c.
* modules/sigprocmask (Files): Don't rely on sig-handler.h, since
it requires the existence of struct sigaction.
* lib/sigprocmask.c (handler_t): Restore typedef.
(rpl_signal, old_handlers): Use local type.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Sun, 22 Jun 2008 20:20:15 +0000 (22:20 +0200)]
Conditionally disable part of the test.
Bruno Haible [Sun, 22 Jun 2008 20:02:39 +0000 (22:02 +0200)]
Move and fix the obsolescence note.
Bruno Haible [Sun, 22 Jun 2008 19:54:08 +0000 (21:54 +0200)]
Define SA_RESTART also for mingw.
Bruno Haible [Sun, 22 Jun 2008 19:49:39 +0000 (21:49 +0200)]
Update a comment.
Bruno Haible [Sun, 22 Jun 2008 19:47:14 +0000 (21:47 +0200)]
Require gl_SIGNAL_H_DEFAULTS.
Bruno Haible [Sun, 22 Jun 2008 19:43:15 +0000 (21:43 +0200)]
Require AC_C_INLINE.
Bruno Haible [Sun, 22 Jun 2008 19:34:47 +0000 (21:34 +0200)]
Simplify code.
Bruno Haible [Sun, 22 Jun 2008 19:07:54 +0000 (21:07 +0200)]
Update a comment.
Eric Blake [Sat, 21 Jun 2008 13:08:49 +0000 (07:08 -0600)]
Use sigaction module rather than signal().
* modules/c-stack (Depends-on): Add sigaction.
* modules/fatal-signal (Depends-on): Likewise.
* modules/nanosleep (Depends-on): Likewise.
* modules/sigprocmask (Files): Add sig-handler.h.
* modules/sigaction (Files): Likewise.
* lib/sig-handler.h (get_handler): New file, suggested by Paul
Eggert.
* lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
(c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signals): Likewise.
* lib/nanosleep.c (rpl_nanosleep): Likewise.
(siginterrupt): Delete fallback.
* lib/sigprocmask.c (handler_t): Delete.
(old_handlers): Use sa_handler_t instead.
* m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
siginterrupt.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Sat, 21 Jun 2008 20:32:55 +0000 (14:32 -0600)]
New module sigaction, for mingw.
* modules/sigaction: New module...
* modules/sigaction-tests: ...and its test.
* m4/sigaction.m4: New file.
* lib/sigaction.c: Likewise.
* tests/test-sigaction.c: Likewise.
* m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
* modules/signal (Makefile.am): Likewise.
* lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
needed.
* doc/posix-headers/signal.texi (signal.h): Mention provided
types.
* doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
that sigaction is preferable.
* doc/posix-functions/sigaction.texi (sigaction): Mention new
module.
* MODULES.html.sh (Support for systems lacking POSIX:2001): Add
sigaction.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Sat, 21 Jun 2008 13:06:28 +0000 (07:06 -0600)]
Improve robustness of sigprocmask by overriding signal.
* lib/signal.in.h (rpl_signal): Override signal when sigprocmask
is in use.
* lib/sigprocmask.c (blocked_handler): Reinstall block handler.
(SIGKILL, SIGSTOP): Provide fallbacks.
(rpl_signal): Implement.
(old_handlers, blocked_set): Mark volatile, since sigprocmask and
signal can be called inside handlers.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Sat, 21 Jun 2008 19:04:16 +0000 (13:04 -0600)]
Fix nanosleep module on mingw.
* modules/nanosleep (Depends-on): Add sys_select.
* lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Sat, 21 Jun 2008 18:57:35 +0000 (12:57 -0600)]
Fix licensing of sigprocmask.
* modules/raise (License): Relicense as LGPL.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Sat, 21 Jun 2008 15:50:05 +0000 (17:50 +0200)]
Avoid question marks in proper_name_utf8 result.
Bruno Haible [Thu, 19 Jun 2008 11:51:54 +0000 (13:51 +0200)]
Fix CVS-isms.
Bruno Haible [Thu, 19 Jun 2008 11:47:14 +0000 (13:47 +0200)]
Update dependencies.
Eric Blake [Thu, 19 Jun 2008 04:33:37 +0000 (22:33 -0600)]
Fix VPATH 'make dist' with GNU make and non-VCS tarball.
* top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
Reported by Stepan Kasal.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Thu, 19 Jun 2008 01:34:29 +0000 (03:34 +0200)]
Add a comment.
Eric Blake [Wed, 18 Jun 2008 16:50:06 +0000 (10:50 -0600)]
Work around cygwin 1.5.25 strsignal bug.
* tests/test-strsignal.c: Allow for const char *.
* doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
Signed-off-by: Eric Blake <ebb9@byu.net>
Simon Josefsson [Wed, 18 Jun 2008 14:48:01 +0000 (16:48 +0200)]
Add ChangeLog entry for last commit.
Simon Josefsson [Wed, 18 Jun 2008 14:46:55 +0000 (16:46 +0200)]
Update URL to article and add author/date information.
Bruno Haible [Wed, 18 Jun 2008 00:31:53 +0000 (02:31 +0200)]
New macro gl_DISABLE_THREADS.
Bruno Haible [Wed, 18 Jun 2008 00:06:26 +0000 (02:06 +0200)]
Avoid unused value warnings.
Bruno Haible [Tue, 17 Jun 2008 23:52:21 +0000 (01:52 +0200)]
Relicense under LGPLv2+ license.
Eric Blake [Tue, 17 Jun 2008 17:07:45 +0000 (11:07 -0600)]
Simplify c-stack prerequisites.
* lib/c-stack.c (includes): Remove unused <sys/resource.h>.
* m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
no longer requires <ucontext.h> to exist. Optimize setrlimit
check.
(gl_PREREQ_C_STACK): Remove check for unused getcontext and
<sys/resource.h>.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Tue, 17 Jun 2008 14:43:38 +0000 (08:43 -0600)]
Move c-stack test into testsuite.
* modules/c-stack-tests: New file.
* lib/c-stack.c [DEBUG]: Move test program...
* tests/test-c-stack.c: ...into this new file. Skip rather than
fail test if sigaltstack is lacking.
* tests/test-c-stack.sh: New driver file.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Tue, 17 Jun 2008 02:54:38 +0000 (20:54 -0600)]
Repair executable bit, again.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Mon, 16 Jun 2008 23:27:14 +0000 (01:27 +0200)]
Normalize whitespace.
Eric Blake [Mon, 16 Jun 2008 22:45:09 +0000 (16:45 -0600)]
Use raise module consistently.
* modules/fatal-signal (Depends-on): Add raise.
* modules/sigprocmask (Depends-on): Likewise.
* lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
* lib/sigprocmask.c (sigprocmask): Likewise.
* m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Mon, 16 Jun 2008 20:17:11 +0000 (14:17 -0600)]
Fix compliance bug in sigpending.
* lib/sigprocmask.c (sigpending): Return pending array via
parameter, not return value.
Signed-off-by: Eric Blake <ebb9@byu.net>
Karl Berry [Mon, 16 Jun 2008 13:04:29 +0000 (06:04 -0700)]
autoupdate
Eric Blake [Sat, 14 Jun 2008 13:36:03 +0000 (07:36 -0600)]
Improve obstack-printf test code.
* tests/test-obstack-printf.c (test_function): Fix comment, and
simplify usage of obstack_* in macros. Add a test for coverage.
Reported by Bruno Haible.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Sat, 14 Jun 2008 13:06:19 +0000 (15:06 +0200)]
Fix various problems in 'obstack-printf' module.
Eric Blake [Fri, 13 Jun 2008 12:40:53 +0000 (06:40 -0600)]
Add obstack-printf and obstack-printf-posix modules.
* modules/obstack-printf: New file.
* modules/obstack-printf-posix: Likewise.
* MODULES.html.sh (Misc): Mention them.
* doc/glibc-functions/obstack_printf.texi (obstack_printf):
Likewise.
* doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
Likewise.
* modules/stdio (Makefile.am): Accomodate new modules.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
* lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
Declare.
* lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
functions.
* m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
(gl_REPLACE_OBSTACK_PRINTF): New macros
* m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
* tests/test-obstack-printf.c: New file.
* modules/obstack-printf-tests: Likewise.
* modules/obstack-printf-posix-tests: Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
Karl Berry [Fri, 13 Jun 2008 12:59:04 +0000 (05:59 -0700)]
autoupdate
Bruno Haible [Thu, 12 Jun 2008 13:01:07 +0000 (15:01 +0200)]
Typo in comment.
Bruno Haible [Thu, 12 Jun 2008 11:47:37 +0000 (13:47 +0200)]
Add a comment.
Bruno Haible [Thu, 12 Jun 2008 00:17:36 +0000 (02:17 +0200)]
Work around open() bug on HP-UX 11 and Solaris 9.
Bruno Haible [Wed, 11 Jun 2008 23:12:11 +0000 (01:12 +0200)]
Avoid a test failure when the test wants to skip itself.
Karl Berry [Wed, 11 Jun 2008 12:23:13 +0000 (05:23 -0700)]
autoupdate
Bruno Haible [Wed, 11 Jun 2008 00:33:46 +0000 (02:33 +0200)]
Include gettext.h only in those files that need it.
Bruno Haible [Tue, 10 Jun 2008 15:38:39 +0000 (17:38 +0200)]
Add termsigp argument to execute() and wait_process().
Bruno Haible [Tue, 10 Jun 2008 12:33:21 +0000 (14:33 +0200)]
Fix copy&pasted comment.
Eric Blake [Tue, 10 Jun 2008 12:25:20 +0000 (06:25 -0600)]
Add missing include.
* tests/test-strstr.c (includes): Add <signal.h>.
* tests/test-strcasestr.c (includes): Likewise.
* tests/test-memmem.c (includes): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible [Tue, 10 Jun 2008 11:57:21 +0000 (13:57 +0200)]
Add an assertion.
Bruno Haible [Tue, 10 Jun 2008 11:55:34 +0000 (13:55 +0200)]
Try to fix waitid() based code.
Bruno Haible [Tue, 10 Jun 2008 10:13:43 +0000 (12:13 +0200)]
Work around environments that (stupidly) ignore SIGALRM.
Bruno Haible [Tue, 10 Jun 2008 00:40:28 +0000 (02:40 +0200)]
Work around the Solaris 10 ACE ACLs ABI change.
Eric Blake [Mon, 9 Jun 2008 22:41:11 +0000 (16:41 -0600)]
Ignore some more editor backup files.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Mon, 9 Jun 2008 22:21:34 +0000 (16:21 -0600)]
Work around environments that (stupidly) ignore SIGALRM.
* m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
before using alarm().
* m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
* m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
Reported by Ian Beckwith <ianb@erislabs.net>.
Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake [Mon, 9 Jun 2008 14:14:45 +0000 (08:14 -0600)]
Produce autobuild blurb earlier in log.
* modules/autobuild (configure.ac-early): Move AB_INIT here.
Signed-off-by: Eric Blake <ebb9@byu.net>