Fix typo in header line for mdw_DECL_ENVIRON.
authormdw <mdw>
Tue, 27 Jul 1999 18:27:37 +0000 (18:27 +0000)
committermdw <mdw>
Tue, 27 Jul 1999 18:27:37 +0000 (18:27 +0000)
aclocal.glob

index 9fb8a2b..b185537 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-                                    *@--GLOB-HEADER--@*
 dnl
-dnl $Id: aclocal.glob,v 1.4 1999/07/26 23:44:32 mdw Exp $
+dnl $Id: aclocal.glob,v 1.5 1999/07/27 18:27:37 mdw Exp $
 dnl
 dnl Common library of autoconf macros
 dnl
@@ -28,6 +28,9 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 dnl----- Revision history ---------------------------------------------------
 dnl
 dnl $Log: aclocal.glob,v $
+dnl Revision 1.5  1999/07/27 18:27:37  mdw
+dnl Fix typo in header line for mdw_DECL_ENVIRON.
+dnl
 dnl Revision 1.4  1999/07/26 23:44:32  mdw
 dnl Reorder and tidy documentation.
 dnl
@@ -43,7 +46,7 @@ dnl
 
 dnl----- Common files distribution --------------------------- *@--NOTICE--@*
 dnl
-dnl $Id: aclocal.glob,v 1.4 1999/07/26 23:44:32 mdw Exp $
+dnl $Id: aclocal.glob,v 1.5 1999/07/27 18:27:37 mdw Exp $
 
 dnl --- *@-AC_PROG_CC_STDC-@* ---
 dnl
@@ -1127,7 +1130,7 @@ if test $mdw_cv_ssize_t = no; then
   AC_DEFINE(ssize_t, int)
 fi])
 
-dnl --- *@-mdw-DECL_ENVIRON-@* ---
+dnl --- *@-mdw_DECL_ENVIRON-@* ---
 dnl
 dnl Author:    Mark Wooding
 dnl