From: Jim Meyering Date: Sun, 26 Jun 2005 13:32:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~471 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72408a0e163d53cc5c6097b267a9a3ed6b80e04f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 0e64c5e32b..28a3787ca7 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2005-06-26 Jim Meyering + + * diacrit.m4 (gl_DIACRIT): New file/macro. + * jm-macros.m4: Require it. + 2005-06-25 Jim Meyering * version-etc.m4 (gl_VERSION_ETC): New file/macro. diff --git a/m4/diacrit.m4 b/m4/diacrit.m4 new file mode 100644 index 0000000000..90618b878b --- /dev/null +++ b/m4/diacrit.m4 @@ -0,0 +1,14 @@ +#serial 1 +dnl Copyright (C) 2005 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_DIACRIT], +[ + AC_LIBSOURCES([diacrit.c, diacrit.h]) + AC_LIBOBJ([diacrit]) + + dnl Prerequisites. + : +])