From 0d3b90842924c5a5646f373155621ed9d5fc6be9 Mon Sep 17 00:00:00 2001 From: "Derek R. Price" Date: Thu, 29 Jun 2006 10:56:35 +0000 Subject: [PATCH] * modules/c-bs-a: Removed - \a is C89. * m4/c-bs-a.m4: Removed. --- ChangeLog | 4 ++++ m4/ChangeLog | 4 ++++ m4/c-bs-a.m4 | 28 ---------------------------- modules/c-bs-a | 21 --------------------- 4 files changed, 8 insertions(+), 49 deletions(-) delete mode 100644 m4/c-bs-a.m4 delete mode 100644 modules/c-bs-a diff --git a/ChangeLog b/ChangeLog index fc2109a172..93fd30fa5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-29 Derek Price + + * modules/c-bs-a: Removed - \a is C89. + 2006-06-28 Bruno Haible * modules/wcwidth (Files): Add m4/wchar_t.m4. diff --git a/m4/ChangeLog b/m4/ChangeLog index bde4a9949c..6c3e2272e3 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-06-29 Derek R. Price + + * c-bs-a.m4: Removed. + 2006-06-28 Derek R. Price * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement. diff --git a/m4/c-bs-a.m4 b/m4/c-bs-a.m4 deleted file mode 100644 index a050d2d41e..0000000000 --- a/m4/c-bs-a.m4 +++ /dev/null @@ -1,28 +0,0 @@ -# c-bs-a.m4 serial 5 - -# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# From Paul Eggert. - -AC_DEFUN([AC_C_BACKSLASH_A], -[ - AC_CACHE_CHECK([whether backslash-a works in strings], ac_cv_c_backslash_a, - [AC_TRY_COMPILE([], - [ -#if '\a' == 'a' - syntax error; -#endif - char buf['\a' == 'a' ? -1 : 1]; - buf[0] = '\a'; - return buf[0] != "\a"[0]; - ], - ac_cv_c_backslash_a=yes, - ac_cv_c_backslash_a=no)]) - if test $ac_cv_c_backslash_a = yes; then - AC_DEFINE(HAVE_C_BACKSLASH_A, 1, - [Define if backslash-a works in C strings.]) - fi -]) diff --git a/modules/c-bs-a b/modules/c-bs-a deleted file mode 100644 index bf76716af1..0000000000 --- a/modules/c-bs-a +++ /dev/null @@ -1,21 +0,0 @@ -Description: -Determine portability of "\a". - -Files: -m4/c-bs-a.m4 - -Depends-on: - -configure.ac: -AC_C_BACKSLASH_A - -Makefile.am: - -Include: - -License: -GPL - -Maintainer: -Paul Eggert - -- 2.30.2