cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs ChangeLog configure configure.in windows-N...


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs ChangeLog configure configure.in windows-N...
Date: Thu, 29 Jun 2006 11:40:53 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/06/29 11:40:53

Modified files:
        .              : ChangeLog configure configure.in 
        windows-NT     : config.h config.h.in stamp-chi 

Log message:
        * configure.in:  Remove support for Interactive Unix (ISC) that
        Autoconf 2.60 reports as obsolescent.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/ChangeLog?cvsroot=cvs&r1=1.1326&r2=1.1327
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure?cvsroot=cvs&r1=1.462&r2=1.463
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure.in?cvsroot=cvs&r1=1.372&r2=1.373
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h?cvsroot=cvs&r1=1.191&r2=1.192
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in?cvsroot=cvs&r1=1.119&r2=1.120
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stamp-chi?cvsroot=cvs&r1=1.106&r2=1.107

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/ChangeLog,v
retrieving revision 1.1326
retrieving revision 1.1327
diff -u -b -r1.1326 -r1.1327
--- ChangeLog   28 Jun 2006 20:50:53 -0000      1.1326
+++ ChangeLog   29 Jun 2006 11:40:52 -0000      1.1327
@@ -1,3 +1,8 @@
+2006-06-29  Derek Price  <address@hidden>
+
+       * configure.in:  Remove support for Interactive Unix (ISC) that
+       Autoconf 2.60 reports as obsolescent.
+
 2006-06-28  Larry Jones  <address@hidden>
 
        * HACKING, NEWS: Note new Autoconf version.

Index: configure
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -b -r1.462 -r1.463
--- configure   28 Jun 2006 20:50:53 -0000      1.462
+++ configure   29 Jun 2006 11:40:52 -0000      1.463
@@ -5,7 +5,7 @@
 # Report bugs to <address@hidden>.
 #
 # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-#               1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+#               1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 
2006
 #               Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -1663,7 +1663,7 @@
 gives unlimited permission to copy, distribute and modify it.
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-              1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+              1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
               Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
@@ -5923,108 +5923,6 @@
 fi
 
 
-# Find the posix library needed on INTERACTIVE UNIX (ISC)
-{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
-echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
-if test "${ac_cv_search_strerror+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char strerror ();
-int
-main ()
-{
-return strerror ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' cposix; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; } &&
-        { ac_try='test -s conftest$ac_exeext'
-  { (case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_search_strerror=$ac_res
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext \
-      conftest$ac_exeext
-  if test "${ac_cv_search_strerror+set}" = set; then
-  break
-fi
-done
-if test "${ac_cv_search_strerror+set}" = set; then
-  :
-else
-  ac_cv_search_strerror=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
-echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
-ac_res=$ac_cv_search_strerror
-if test "$ac_res" != no; then
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-
-
 if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a 
program name with args.
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2

Index: configure.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure.in,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -b -r1.372 -r1.373
--- configure.in        28 Jun 2006 20:50:53 -0000      1.372
+++ configure.in        29 Jun 2006 11:40:53 -0000      1.373
@@ -2,7 +2,7 @@
 
 AC_COPYRIGHT(
 [Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-              1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+              1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
               Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
@@ -33,52 +33,6 @@
 AC_PROG_CC
 AM_PROG_CC_C_O
 
-# Find the posix library needed on INTERACTIVE UNIX (ISC)
-dnl
-dnl From the Autoconf 2.53 manual (AC_ISC_POSIX):
-dnl
-dnl  For INTERACTIVE UNIX (ISC), add `-lcposix' to output variable
-dnl  `LIBS' if necessary for POSIX facilities.  Call this after
-dnl  `AC_PROG_CC' and before any other macros that use POSIX
-dnl  interfaces.  INTERACTIVE UNIX is no longer sold, and Sun says that
-dnl  they will drop support for it on 2006-07-23, so this macro is
-dnl  becoming obsolescent.
-dnl
-AC_SEARCH_LIBS([strerror], [cposix])
-
-dnl
-dnl Autoconf stopped setting $ISC sometime before 2.53
-dnl
-dnl If this is still important, someone should come up with a generic test
-dnl for whether _SYSV3 needs to be defined.  Removed code below:
-dnl
-dnl if test "$ISC" = yes; then
-dnl CFLAGS="$CFLAGS -D_SYSV3"
-dnl # And I don't like this...  In theory it should be found later if server is
-dnl # enabled, but maybe something on INTERACTIVE UNIX (ISC) we didn't ask to
-dnl # link with crypt tries?  Anyhow, the autoconf manual says we can delete
-dnl # this ISC stuff on or after 2006-07-23 when Sun discontinues support and
-dnl # ISC becomes obsolescent, but I suppose that is probably a matter of
-dnl # opinion.
-dnl #
-dnl # N.B.  The reason for doing this is that some moron decided to put a stub
-dnl # for crypt in libc that always returns NULL.  Without this here, the later
-dnl # check will find the stub instead of the real thing, resulting in a server
-dnl # that can't process crypted passwords correctly.
-dnl
-dnl # again, if we have to try and reenable this for ISC, someone should come
-dnl # up with a generic test that figures out whether crypt is good or not -
-dnl # Is it always returning NULL?
-dnl LIBS="-lcrypt $LIBS"
-dnl fi
-dnl
-dnl FIXME - This has been broken for at least a few months anyhow, so I'm
-dnl removing the crypt lib define above, but the correct fix would be to
-dnl provide a CRYPT_WORKS macro or the like that gets called sometime after
-dnl the AC_SEARCH_LIBS call that normally finds crypt, and if crypt doesn't
-dnl work, the macro should be retried with LIBS="-lcrypt $LIBS" forced.
-dnl
-
 AC_PROG_RANLIB
 AC_PROG_LN_S
 AC_SYS_LARGEFILE

Index: windows-NT/config.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -b -r1.191 -r1.192
--- windows-NT/config.h 28 Jun 2006 19:09:27 -0000      1.191
+++ windows-NT/config.h 29 Jun 2006 11:40:53 -0000      1.192
@@ -443,6 +443,10 @@
    don't. */
 #undef HAVE_DECL_STRTOUMAX
 
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+   */
+#undef HAVE_DECL_TZNAME
+
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
 #define HAVE_DECL___FPENDING 0
@@ -1365,40 +1369,40 @@
 /* Define if <stdint.h> doesn't define it. */
 #undef SIG_ATOMIC_MIN
 
-/* The size of a `char', as computed by sizeof. */
+/* The size of `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
 
-/* The size of a `double', as computed by sizeof. */
+/* The size of `double', as computed by sizeof. */
 #define SIZEOF_DOUBLE 8
 
-/* The size of a `float', as computed by sizeof. */
+/* The size of `float', as computed by sizeof. */
 #define SIZEOF_FLOAT 4
 
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
 
-/* The size of a `intmax_t', as computed by sizeof. */
+/* The size of `intmax_t', as computed by sizeof. */
 #undef SIZEOF_INTMAX_T
 
-/* The size of a `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
 #define SIZEOF_LONG 4
 
-/* The size of a `long double', as computed by sizeof. */
+/* The size of `long double', as computed by sizeof. */
 #define SIZEOF_LONG_DOUBLE 8
 
-/* The size of a `long long', as computed by sizeof. */
+/* The size of `long long', as computed by sizeof. */
 #undef SIZEOF_LONG_LONG
 
-/* The size of a `ptrdiff_t', as computed by sizeof. */
+/* The size of `ptrdiff_t', as computed by sizeof. */
 #define SIZEOF_PTRDIFF_T 4
 
-/* The size of a `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
-/* The size of a `size_t', as computed by sizeof. */
+/* The size of `size_t', as computed by sizeof. */
 #define SIZEOF_SIZE_T 4
 
-/* The size of a `wint_t', as computed by sizeof. */
+/* The size of `wint_t', as computed by sizeof. */
 #define SIZEOF_WINT_T 2
 
 /* Define as the maximum value of type 'size_t', if the system doesn't define
@@ -1407,7 +1411,7 @@
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
+   automatically deduced at runtime.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
@@ -1754,7 +1758,7 @@
 /* Define to empty if the C compiler doesn't support this keyword. */
 #undef signed
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
 /* type to use in place of socklen_t if not defined */

Index: windows-NT/config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- windows-NT/config.h.in      28 Jun 2006 19:09:27 -0000      1.119
+++ windows-NT/config.h.in      29 Jun 2006 11:40:53 -0000      1.120
@@ -436,6 +436,10 @@
    don't. */
 #undef HAVE_DECL_STRTOUMAX
 
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+   */
+#undef HAVE_DECL_TZNAME
+
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
 #define HAVE_DECL___FPENDING 0
@@ -1358,40 +1362,40 @@
 /* Define if <stdint.h> doesn't define it. */
 #undef SIG_ATOMIC_MIN
 
-/* The size of a `char', as computed by sizeof. */
+/* The size of `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
 
-/* The size of a `double', as computed by sizeof. */
+/* The size of `double', as computed by sizeof. */
 #define SIZEOF_DOUBLE 8
 
-/* The size of a `float', as computed by sizeof. */
+/* The size of `float', as computed by sizeof. */
 #define SIZEOF_FLOAT 4
 
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
 
-/* The size of a `intmax_t', as computed by sizeof. */
+/* The size of `intmax_t', as computed by sizeof. */
 #undef SIZEOF_INTMAX_T
 
-/* The size of a `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
 #define SIZEOF_LONG 4
 
-/* The size of a `long double', as computed by sizeof. */
+/* The size of `long double', as computed by sizeof. */
 #define SIZEOF_LONG_DOUBLE 8
 
-/* The size of a `long long', as computed by sizeof. */
+/* The size of `long long', as computed by sizeof. */
 #undef SIZEOF_LONG_LONG
 
-/* The size of a `ptrdiff_t', as computed by sizeof. */
+/* The size of `ptrdiff_t', as computed by sizeof. */
 #define SIZEOF_PTRDIFF_T 4
 
-/* The size of a `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
-/* The size of a `size_t', as computed by sizeof. */
+/* The size of `size_t', as computed by sizeof. */
 #define SIZEOF_SIZE_T 4
 
-/* The size of a `wint_t', as computed by sizeof. */
+/* The size of `wint_t', as computed by sizeof. */
 #define SIZEOF_WINT_T 2
 
 /* Define as the maximum value of type 'size_t', if the system doesn't define
@@ -1400,7 +1404,7 @@
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
+   automatically deduced at runtime.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
@@ -1747,7 +1751,7 @@
 /* Define to empty if the C compiler doesn't support this keyword. */
 #undef signed
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
 /* type to use in place of socklen_t if not defined */

Index: windows-NT/stamp-chi
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stamp-chi,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- windows-NT/stamp-chi        28 Jun 2006 19:09:27 -0000      1.106
+++ windows-NT/stamp-chi        29 Jun 2006 11:40:53 -0000      1.107
@@ -436,6 +436,10 @@
    don't. */
 #undef HAVE_DECL_STRTOUMAX
 
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+   */
+#undef HAVE_DECL_TZNAME
+
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
 #define HAVE_DECL___FPENDING 0
@@ -1358,40 +1362,40 @@
 /* Define if <stdint.h> doesn't define it. */
 #undef SIG_ATOMIC_MIN
 
-/* The size of a `char', as computed by sizeof. */
+/* The size of `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
 
-/* The size of a `double', as computed by sizeof. */
+/* The size of `double', as computed by sizeof. */
 #define SIZEOF_DOUBLE 8
 
-/* The size of a `float', as computed by sizeof. */
+/* The size of `float', as computed by sizeof. */
 #define SIZEOF_FLOAT 4
 
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
 
-/* The size of a `intmax_t', as computed by sizeof. */
+/* The size of `intmax_t', as computed by sizeof. */
 #undef SIZEOF_INTMAX_T
 
-/* The size of a `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
 #define SIZEOF_LONG 4
 
-/* The size of a `long double', as computed by sizeof. */
+/* The size of `long double', as computed by sizeof. */
 #define SIZEOF_LONG_DOUBLE 8
 
-/* The size of a `long long', as computed by sizeof. */
+/* The size of `long long', as computed by sizeof. */
 #undef SIZEOF_LONG_LONG
 
-/* The size of a `ptrdiff_t', as computed by sizeof. */
+/* The size of `ptrdiff_t', as computed by sizeof. */
 #define SIZEOF_PTRDIFF_T 4
 
-/* The size of a `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
-/* The size of a `size_t', as computed by sizeof. */
+/* The size of `size_t', as computed by sizeof. */
 #define SIZEOF_SIZE_T 4
 
-/* The size of a `wint_t', as computed by sizeof. */
+/* The size of `wint_t', as computed by sizeof. */
 #define SIZEOF_WINT_T 2
 
 /* Define as the maximum value of type 'size_t', if the system doesn't define
@@ -1400,7 +1404,7 @@
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
+   automatically deduced at runtime.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
@@ -1747,7 +1751,7 @@
 /* Define to empty if the C compiler doesn't support this keyword. */
 #undef signed
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
 /* type to use in place of socklen_t if not defined */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]