Mercurial > hg > octave-jordi > gnulib-hg
annotate m4/filenamecat.m4 @ 11386:23f58a4ffca0
Followup to 2008-12-22: Remove unnecessary AC_FUNC_MBRTOWC invocations.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 10 Mar 2009 01:19:40 +0100 |
parents | f6cba5a556ce |
children | b1ff181f6269 |
rev | line source |
---|---|
11007
f6cba5a556ce
many *.m4 files: improve m4 quoting
Jim Meyering <meyering@redhat.com>
parents:
7172
diff
changeset
|
1 # filenamecat.m4 serial 9 |
f6cba5a556ce
many *.m4 files: improve m4 quoting
Jim Meyering <meyering@redhat.com>
parents:
7172
diff
changeset
|
2 dnl Copyright (C) 2002-2006, 2009 Free Software Foundation, Inc. |
5907 | 3 dnl This file is free software; the Free Software Foundation |
4 dnl gives unlimited permission to copy and/or distribute it, | |
5 dnl with or without modifications, as long as this notice is preserved. | |
6 | |
7 AC_DEFUN([gl_FILE_NAME_CONCAT], | |
8 [ | |
9 AC_LIBOBJ([filenamecat]) | |
10 | |
11 dnl Prerequisites of lib/filenamecat.c. | |
11007
f6cba5a556ce
many *.m4 files: improve m4 quoting
Jim Meyering <meyering@redhat.com>
parents:
7172
diff
changeset
|
12 AC_CHECK_FUNCS_ONCE([mempcpy]) |
5907 | 13 ]) |