m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/ltdl/m4/m4-error.m4,v


From: Eric Blake
Subject: Changes to m4/ltdl/m4/m4-error.m4,v
Date: Fri, 16 Jun 2006 03:51:30 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/06/16 03:51:29

Index: ltdl/m4/m4-error.m4
===================================================================
RCS file: /sources/m4/m4/ltdl/m4/m4-error.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- ltdl/m4/m4-error.m4 4 May 2005 15:45:44 -0000       1.1
+++ ltdl/m4/m4-error.m4 16 Jun 2006 03:51:29 -0000      1.2
@@ -2,7 +2,7 @@
 # m4-error.m4 -- Use the installed version of error.h if available.
 # Written by Gary V. Vaughan <address@hidden>
 #
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc
+# Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,17 +19,17 @@
 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-# serial 3
+# serial 4
 
-# m4_ERROR
+# M4_ERROR
 # --------
 # Use the installed version of error.h if available.
-AC_DEFUN([m4_ERROR],
-[AC_BEFORE([gl_ERROR], [m4_ERROR])
+AC_DEFUN([M4_ERROR],
+[AC_BEFORE([gl_ERROR], [M4_ERROR])
 
 AC_CHECK_HEADERS([error.h],
     [ERROR_H=""], [ERROR_H="error.h"], [AC_INCLUDES_DEFAULT])
-AC_SUBST(ERROR_H)
+AC_SUBST([ERROR_H])
 
 if test $ac_cv_header_error_h = yes; then
   INCLUDE_ERROR_H='#include <error.h>'
@@ -37,4 +37,4 @@
   INCLUDE_ERROR_H='#include <gnu/error.h>'
 fi
 AC_SUBST([INCLUDE_ERROR_H])
-])# m4_ERROR
+])# M4_ERROR




reply via email to

[Prev in Thread] Current Thread [Next in Thread]