source: trunk/coreutils/m4/sig2str.m4@ 2747

Last change on this file since 2747 was 2554, checked in by bird, 20 years ago

coretuils-5.94

File size: 521 bytes
Line 
1#serial 4
2dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved.
6
7AC_DEFUN([gl_FUNC_SIG2STR],
8[
9 AC_LIBSOURCES([sig2str.c, sig2str.h, intprops.h])
10
11 AC_REPLACE_FUNCS(sig2str)
12 if test $ac_cv_func_sig2str = no; then
13 gl_PREREQ_SIG2STR
14 fi
15])
16
17# Prerequisites of lib/sig2str.c.
18AC_DEFUN([gl_PREREQ_SIG2STR], [
19 :
20])
Note: See TracBrowser for help on using the repository browser.