m4-commit
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Changes to m4/ltdl/m4/m4-getopt.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-getopt.m4
===================================================================
RCS file: /sources/m4/m4/ltdl/m4/m4-getopt.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ltdl/m4/m4-getopt.m4        6 May 2005 07:46:20 -0000       1.2
+++ ltdl/m4/m4-getopt.m4        16 Jun 2006 03:51:29 -0000      1.3
@@ -2,7 +2,7 @@
 # m4-getopt.m4 -- Use the installed version of getopt.h if available.
 # Written by Gary V. Vaughan <address@hidden>
 #
-# Copyright (C) 2005 Free Software Foundation, Inc
+# Copyright (C) 2005, 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,12 +19,12 @@
 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-# serial 1
+# serial 2
 
-# m4_GETOPT
+# M4_GETOPT
 # ---------
 # Use the installed version of getopt.h if available.
-AC_DEFUN([m4_GETOPT],
+AC_DEFUN([M4_GETOPT],
 [GETOPT_H=
 AC_SUBST([GETOPT_H])
 
@@ -50,4 +50,4 @@
   AC_DEFINE([__GETOPT_PREFIX], [[rpl_]],
     [Define to rpl_ if the getopt replacement function should be used.])
 fi
-])# m4_GETOPT
+])# M4_GETOPT




reply via email to

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