From: Jim Meyering Date: Tue, 22 Mar 2005 07:44:41 +0000 (+0000) Subject: (gl_STAT_MACROS): New file/macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0796668d33cc3f58520d8656d5dc18687afc940a;p=pspp (gl_STAT_MACROS): New file/macro. --- diff --git a/m4/stat-macros.m4 b/m4/stat-macros.m4 new file mode 100644 index 0000000000..09706f8949 --- /dev/null +++ b/m4/stat-macros.m4 @@ -0,0 +1,12 @@ +#serial 1 + +# Copyright (C) 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +AC_DEFUN([gl_STAT_MACROS], +[ + AC_LIBSOURCES([stat-macros.h]) +])