diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-14 20:36:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-14 20:36:20 +0000 |
commit | 0d58d6309092007766f2e07f4017c5e9d4e7114b (patch) | |
tree | 6f05ae050b8963f44a72f90c9a63eecc3a426c8e /m4 | |
parent | 85fba4dc43503444d2051559ece93b0d4a445160 (diff) | |
download | coreutils-0d58d6309092007766f2e07f4017c5e9d4e7114b.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/fprintftime.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/fprintftime.m4 b/m4/fprintftime.m4 new file mode 100644 index 000000000..f60df3ec5 --- /dev/null +++ b/m4/fprintftime.m4 @@ -0,0 +1,11 @@ +#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_FPRINTFTIME], +[ + AC_LIBSOURCES([fprintftime.c, fprintftime.h]) + AC_LIBOBJ([fprintftime]) +]) |