summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-09 18:16:21 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-09 18:16:21 +0000
commit4573c9e81c131a3c8e6504502252c5acb9a43314 (patch)
treef5580721d74b3253649390516509d14cb18d443b /m4
parent81b4c13eb585bfe851e25424e525f9020187af57 (diff)
downloadcoreutils-4573c9e81c131a3c8e6504502252c5acb9a43314.tar.xz
Finish renaming sha -> sha1.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog5
-rw-r--r--m4/prereq.m44
-rw-r--r--m4/sha1.m4 (renamed from m4/sha.m4)4
3 files changed, 9 insertions, 4 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 3c1425262..2bf789cf1 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ * sha1.m4: Renamed from sha.m4.
+ (gl_SHA1): Renamed from gl_SHA. All uses changed.
+
2004-08-07 Paul Eggert <eggert@cs.ucla.edu>
* canonicalize.m4, getcwd-path-max.m4, strdup.m4: Merge from gnulib.
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index 79b7586f7..0602ff11f 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -1,4 +1,4 @@
-#serial 44
+#serial 45
dnl We use gl_ for non Autoconf macros.
m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@ -101,7 +101,7 @@ AC_DEFUN([gl_PREREQ],
AC_REQUIRE([gl_SAVEDIR])
AC_REQUIRE([gl_SAVE_CWD])
AC_REQUIRE([gl_SETTIME])
- AC_REQUIRE([gl_SHA])
+ AC_REQUIRE([gl_SHA1])
AC_REQUIRE([gl_STDIO_SAFER])
AC_REQUIRE([gl_STRCASE])
AC_REQUIRE([gl_TIMESPEC])
diff --git a/m4/sha.m4 b/m4/sha1.m4
index 34ef6ac63..a3725db8f 100644
--- a/m4/sha.m4
+++ b/m4/sha1.m4
@@ -1,4 +1,4 @@
-# sha.m4 serial 3
+# sha1.m4 serial 4
dnl Copyright (C) 2002, 2003, 2004 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,7 +6,7 @@ dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
-AC_DEFUN([gl_SHA],
+AC_DEFUN([gl_SHA1],
[
dnl Prerequisites of lib/sha1.c.
AC_REQUIRE([AC_C_BIGENDIAN])