From 0f7a044109b860443ecaa4f8a37652b1b4423057 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Aug 2006 07:26:38 +0000 Subject: Remove from CVS, since the bootstrap script generates them automatically. --- m4/st_dm_mode.m4 | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 m4/st_dm_mode.m4 (limited to 'm4/st_dm_mode.m4') diff --git a/m4/st_dm_mode.m4 b/m4/st_dm_mode.m4 deleted file mode 100644 index c1da15439..000000000 --- a/m4/st_dm_mode.m4 +++ /dev/null @@ -1,22 +0,0 @@ -#serial 4 - -# Copyright (C) 1998, 1999, 2001 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. - -# Define HAVE_ST_DM_MODE if struct stat has an st_dm_mode member. - -AC_DEFUN([AC_STRUCT_ST_DM_MODE], - [AC_CACHE_CHECK([for st_dm_mode in struct stat], ac_cv_struct_st_dm_mode, - [AC_TRY_COMPILE([#include -#include ], [struct stat s; s.st_dm_mode;], - ac_cv_struct_st_dm_mode=yes, - ac_cv_struct_st_dm_mode=no)]) - - if test $ac_cv_struct_st_dm_mode = yes; then - AC_DEFINE(HAVE_ST_DM_MODE, 1, - [Define if struct stat has an st_dm_mode member. ]) - fi - ] -) -- cgit v1.2.3-70-g09d2