coreutils/m4/yesno.m4

15 lines
407 B
Plaintext
Raw Normal View History

# yesno.m4 serial 4
dnl Copyright (C) 2002-2003, 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.
2003-08-18 01:58:01 +08:00
AC_DEFUN([gl_YESNO],
[
AC_LIBSOURCES([yesno.c, yesno.h])
AC_LIBOBJ([yesno])
2003-09-13 17:48:14 +08:00
dnl No prerequisites of lib/yesno.c.
:
2003-08-18 01:58:01 +08:00
])