]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 26 Jun 2005 13:32:23 +0000 (13:32 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Jun 2005 13:32:23 +0000 (13:32 +0000)
m4/ChangeLog
m4/diacrit.m4 [new file with mode: 0644]

index 0e64c5e32be9e6653635e9875d99a57207cc2ad5..28a3787ca7300e7b07a403311ea65e543568c36d 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-26  Jim Meyering  <jim@meyering.net>
+
+       * diacrit.m4 (gl_DIACRIT): New file/macro.
+       * jm-macros.m4: Require it.
+
 2005-06-25  Jim Meyering  <jim@meyering.net>
 
        * version-etc.m4 (gl_VERSION_ETC): New file/macro.
diff --git a/m4/diacrit.m4 b/m4/diacrit.m4
new file mode 100644 (file)
index 0000000..90618b8
--- /dev/null
@@ -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.
+  :
+])