diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gssapi.m4 | 1 | ||||
-rw-r--r-- | m4/kaserver.m4 | 1 | ||||
-rw-r--r-- | m4/krb4.m4 | 1 | ||||
-rw-r--r-- | m4/krb5.m4 | 1 | ||||
-rw-r--r-- | m4/lib-depends.m4 | 1 | ||||
-rw-r--r-- | m4/remctl.m4 | 1 | ||||
-rw-r--r-- | m4/snprintf.m4 | 1 | ||||
-rw-r--r-- | m4/vamacros.m4 | 1 |
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 @@ -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 @@ -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 |