]> granicus.if.org Git - curl/commitdiff
Rename reentrant.m4 to avoid filename clash.
authorYang Tse <yangsita@gmail.com>
Fri, 1 Aug 2008 02:48:00 +0000 (02:48 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 1 Aug 2008 02:48:00 +0000 (02:48 +0000)
ares/m4/cares-reentrant.m4 [moved from ares/m4/reentrant.m4 with 89% similarity]
m4/curl-reentrant.m4 [moved from m4/reentrant.m4 with 96% similarity]

similarity index 89%
rename from ares/m4/reentrant.m4
rename to ares/m4/cares-reentrant.m4
index 0348fda1352e4ff473d5cd3f768faf2ef1a733f9..7a6505223b0f911691d3c622d691b477e723b987 100644 (file)
@@ -1,6 +1,28 @@
-
-
-# serial 1.10
+#***************************************************************************
+# $Id$
+#
+# Copyright (C) 2008 by Daniel Stenberg et al
+#
+# Permission to use, copy, modify, and distribute this software and its
+# documentation for any purpose and without fee is hereby granted, provided
+# that the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of M.I.T. not be used in advertising or
+# publicity pertaining to distribution of the software without specific,
+# written prior permission.  M.I.T. makes no representations about the
+# suitability of this software for any purpose.  It is provided "as is"
+# without express or implied warranty.
+#
+#***************************************************************************
+
+# File version for 'aclocal' use.
+# serial 1.1
+
+dnl Note 1
+dnl ------
+dnl None of the CARES_CHECK_NEED_REENTRANT_* macros shall use HAVE_FOO_H to
+dnl conditionally include header files. These macros are used early in the
+dnl configure process much before header file availability is known.
 
 
 dnl CARES_CHECK_NEED_REENTRANT_GMTIME_R
@@ -354,13 +376,13 @@ dnl and that in turn setup.h will define _REENTRANT.
 dnl Internal macro for CARES_CONFIGURE_REENTRANT.
 
 AC_DEFUN([CARES_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT], [
-AC_DEFINE([NEED_REENTRANT], [1],
+AC_DEFINE(NEED_REENTRANT, 1,
   [Define to 1 if _REENTRANT preprocessor symbol must be defined.])
-cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_EOF
 #ifndef _REENTRANT
-#define _REENTRANT
+#  define _REENTRANT
 #endif
-_ACEOF
+_EOF
 ])
 
 
similarity index 96%
rename from m4/reentrant.m4
rename to m4/curl-reentrant.m4
index 5ec0de076b07e225cd6c8b5fa7b0de0afd9e0aca..aa299432d3009baab7785a0dfdc0d6a242038349 100644 (file)
 # $Id$
 #***************************************************************************
 
+# File version for 'aclocal' use.
+# serial 1.1
 
-# serial 1.12
+dnl Note 1
+dnl ------
+dnl None of the CURL_CHECK_NEED_REENTRANT_* macros shall use HAVE_FOO_H to
+dnl conditionally include header files. These macros are used early in the
+dnl configure process much before header file availability is known.
 
 
 dnl CURL_CHECK_NEED_REENTRANT_GMTIME_R
@@ -376,13 +382,13 @@ dnl and that in turn setup.h will define _REENTRANT.
 dnl Internal macro for CURL_CONFIGURE_REENTRANT.
 
 AC_DEFUN([CURL_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT], [
-AC_DEFINE([NEED_REENTRANT], [1],
+AC_DEFINE(NEED_REENTRANT, 1,
   [Define to 1 if _REENTRANT preprocessor symbol must be defined.])
-cat >>confdefs.h <<_ACEOF
+cat >>confdefs.h <<_EOF
 #ifndef _REENTRANT
-#define _REENTRANT
+#  define _REENTRANT
 #endif
-_ACEOF
+_EOF
 ])