aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
committerRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
commit574a9c0456c182831b3d01a4d7ee0c737b91b107 (patch)
tree299cb3b58751301e63b4f5a89f4eab03af9623c9 /m4
parente571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff)
Remove Subversion Id strings
Diffstat (limited to 'm4')
-rw-r--r--m4/gssapi.m41
-rw-r--r--m4/kaserver.m41
-rw-r--r--m4/krb4.m41
-rw-r--r--m4/krb5.m41
-rw-r--r--m4/lib-depends.m41
-rw-r--r--m4/remctl.m41
-rw-r--r--m4/snprintf.m41
-rw-r--r--m4/vamacros.m41
8 files changed, 0 insertions, 8 deletions
diff --git a/m4/gssapi.m4 b/m4/gssapi.m4
index 5c0d9e7..a352e38 100644
--- a/m4/gssapi.m4
+++ b/m4/gssapi.m4
@@ -1,5 +1,4 @@
dnl gssapi.m4 -- Find the compiler and linker flags for GSS-API.
-dnl $Id$
dnl
dnl Finds the compiler and linker flags for linking with GSS-API libraries
dnl and sets the substitution variables GSSAPI_CPPFLAGS, GSSAPI_LDFLAGS, and
diff --git a/m4/kaserver.m4 b/m4/kaserver.m4
index 6a41bd4..707a113 100644
--- a/m4/kaserver.m4
+++ b/m4/kaserver.m4
@@ -1,5 +1,4 @@
dnl kaserver.m4 -- Find the compiler and linker flags for OpenAFS kaserver.
-dnl $Id$
dnl
dnl If --with-kaserver is given, finds the compiler and linker flags for
dnl building with OpenAFS libraries; sets AFS_CPPFLAGS, AFS_LDFLAGS, and
diff --git a/m4/krb4.m4 b/m4/krb4.m4
index 321b0bf..75ca505 100644
--- a/m4/krb4.m4
+++ b/m4/krb4.m4
@@ -1,5 +1,4 @@
dnl krb4.m4 -- Find the compiler and linker flags for Kerberos v4.
-dnl $Id$
dnl
dnl Finds the compiler and linker flags for linking with Kerberos v4 libraries
dnl and sets the substitution variables KRB4_CPPFLAGS, KRB4_LDFLAGS, and
diff --git a/m4/krb5.m4 b/m4/krb5.m4
index 934be0c..12d97f8 100644
--- a/m4/krb5.m4
+++ b/m4/krb5.m4
@@ -1,5 +1,4 @@
dnl krb5.m4 -- Find the compiler and linker flags for Kerberos v5.
-dnl $Id$
dnl
dnl Finds the compiler and linker flags for linking with Kerberos v5 libraries
dnl and sets the substitution variables KRB5_CPPFLAGS, KRB5_LDFLAGS, and
diff --git a/m4/lib-depends.m4 b/m4/lib-depends.m4
index 5f4c284..1d7e769 100644
--- a/m4/lib-depends.m4
+++ b/m4/lib-depends.m4
@@ -1,5 +1,4 @@
dnl lib-depends.m4 -- Provides option to change library probes.
-dnl $Id$
dnl
dnl This file provides RRA_ENABLE_REDUCED_DEPENDS, which adds the configure
dnl option --enable-reduced-depends to request that library probes assume
diff --git a/m4/remctl.m4 b/m4/remctl.m4
index 5cebc68..5705a26 100644
--- a/m4/remctl.m4
+++ b/m4/remctl.m4
@@ -1,5 +1,4 @@
dnl remctl.m4 -- Find the compiler and linker flags for remctl.
-dnl $Id$
dnl
dnl This file provides RRA_LIB_REMCTL, which finds the compiler and linker
dnl flags for linking with remctl libraries and sets the substitution
diff --git a/m4/snprintf.m4 b/m4/snprintf.m4
index 8ab3689..79c0089 100644
--- a/m4/snprintf.m4
+++ b/m4/snprintf.m4
@@ -1,5 +1,4 @@
dnl snprintf.m4 -- Test for a working C99 snprintf.
-dnl $Id$
dnl
dnl Check for a working snprintf. Some systems have an snprintf that doesn't
dnl nul-terminate if the buffer isn't large enough. Others return -1 if the
diff --git a/m4/vamacros.m4 b/m4/vamacros.m4
index 8946d8b..6740d77 100644
--- a/m4/vamacros.m4
+++ b/m4/vamacros.m4
@@ -1,5 +1,4 @@
dnl vamacros.m4 -- Check for support for variadic macros.
-dnl $Id$
dnl
dnl This file defines two macros for probing for compiler support for variadic
dnl macros. Provided are RRA_C_C99_VAMACROS, which checks for support for the