[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnulib] 'fatal' patch to assume C89 or better
From: |
Bruno Haible |
Subject: |
Re: [Bug-gnulib] 'fatal' patch to assume C89 or better |
Date: |
Tue, 9 Sep 2003 11:23:20 +0200 |
User-agent: |
KMail/1.5 |
> +dnl Prerequisites of lib/fatal.c.
> +AC_DEFUN([gl_FATAL], [:])
I reordered the comments a bit, to keep the distinction between the macros
named gl_<MODULENAME> (which are meant to be invoked from configure.ac) and
the macros named gl_PREREQ_<FILENAME> (which check for prerequisites of a
single file and are not meant to be invoked from configure.ac because that
would cause confusion when a source file is being added to a module).
Hope you don't mind.
diff -c -3 -r1.2 exitfail.m4
*** exitfail.m4 9 Sep 2003 03:34:40 -0000 1.2
--- exitfail.m4 9 Sep 2003 09:18:13 -0000
***************
*** 1,4 ****
! # exitfail.m4 serial 2
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
--- 1,4 ----
! # exitfail.m4 serial 3
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
***************
*** 6,10 ****
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
! dnl Prerequisites of lib/exitfail.c.
! AC_DEFUN([gl_EXITFAIL], [:])
--- 6,13 ----
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
! AC_DEFUN([gl_EXITFAIL],
! [
! dnl No prerequisites of lib/exitfail.c.
! :
! ])
diff -c -3 -r1.2 fatal.m4
*** fatal.m4 9 Sep 2003 06:37:10 -0000 1.2
--- fatal.m4 9 Sep 2003 09:18:13 -0000
***************
*** 1,4 ****
! # fatal.m4 serial 2
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
--- 1,4 ----
! # fatal.m4 serial 3
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
***************
*** 6,10 ****
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
! dnl Prerequisites of lib/fatal.c.
! AC_DEFUN([gl_FATAL], [:])
--- 6,13 ----
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
! AC_DEFUN([gl_FATAL],
! [
! dnl No prerequisites of lib/fatal.c.
! :
! ])