cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs ./ChangeLog build-aux/config.rpath lib/Cha...


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs ./ChangeLog build-aux/config.rpath lib/Cha...
Date: Fri, 19 May 2006 17:11:20 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Mark D. Baushke <address@hidden>        06/05/19 17:11:20

Modified files:
        .              : ChangeLog 
        build-aux      : config.rpath 
        lib            : ChangeLog stdint_.h 
        windows-NT     : ChangeLog config.h config.h.in config.h.in.in 
                         stamp-chi stdint.h 

Log message:
        * build-aux/config.rpath: Update via gnulib-update.
        
        * lib/stdint_.h: Update from gnulib.
        
        * windows-NT/config.h.in.in: Add #define CVS_ADMIN_GROUP and missing 
#undef
        HAVE_CVS_ADMIN_GOUP.
        *  windows-NT/config.h,  windows-NT/config.h.in,
        windows-NT/stamp-chi: Regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/ChangeLog.diff?tr1=1.1304&tr2=1.1305&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/build-aux/config.rpath.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/ChangeLog.diff?tr1=1.507&tr2=1.508&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/stdint_.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/ChangeLog.diff?tr1=1.354&tr2=1.355&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.diff?tr1=1.184&tr2=1.185&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.in.diff?tr1=1.112&tr2=1.113&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.in.in.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/stamp-chi.diff?tr1=1.98&tr2=1.99&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/stdint.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: ccvs/ChangeLog
diff -u ccvs/ChangeLog:1.1304 ccvs/ChangeLog:1.1305
--- ccvs/ChangeLog:1.1304       Thu May 18 00:25:46 2006
+++ ccvs/ChangeLog      Fri May 19 17:11:19 2006
@@ -1,3 +1,7 @@
+2006-05-19  Mark D. Baushke  <address@hidden>
+
+       * build-aux/config.rpath: Update via gnulib-update.
+
 2006-05-17  Mark D. Baushke  <address@hidden>
 
        * NEWS: Remove wording about backed out change for added files.
Index: ccvs/build-aux/config.rpath
diff -u ccvs/build-aux/config.rpath:1.2 ccvs/build-aux/config.rpath:1.3
--- ccvs/build-aux/config.rpath:1.2     Sat May 13 20:47:48 2006
+++ ccvs/build-aux/config.rpath Fri May 19 17:11:20 2006
@@ -25,7 +25,7 @@
 #   known workaround is to choose shorter directory names for the build
 #   directory and/or the installation directory.
 
-# All known linkers require a `.a' archive for static linking (except M$VC,
+# All known linkers require a `.a' archive for static linking (except MSVC,
 # which needs '.lib').
 libext=a
 shrext=.so
@@ -35,7 +35,17 @@
 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
-cc_basename=`echo "$CC" | sed -e 's%^.*/%%'`
+# Code taken from libtool.m4's _LT_CC_BASENAME.
+
+for cc_temp in $CC""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
 
 # Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC.
 
@@ -48,7 +58,7 @@
       wl='-Wl,'
       ;;
     darwin*)
-      case "$cc_basename" in
+      case $cc_basename in
         xlc*)
           wl='-Wl,'
           ;;
@@ -78,8 +88,12 @@
         como)
           wl='-lopt='
           ;;
-        c89* | c99*)
-          wl='-Wl,'
+        *)
+          case `$CC -V 2>&1 | sed 5q` in
+            *Sun\ C*)
+              wl='-Wl,'
+              ;;
+          esac
           ;;
       esac
       ;;
@@ -123,6 +137,10 @@
       with_gnu_ld=no
     fi
     ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
   openbsd*)
     with_gnu_ld=no
     ;;
@@ -130,6 +148,12 @@
 
 ld_shlibs=yes
 if test "$with_gnu_ld" = yes; then
+  # Set some defaults for GNU ld with shared library support. These
+  # are reset later if shared libraries are not supported. Putting them
+  # here allows them to be overridden if necessary.
+  # Unlike libtool, we use -rpath here, not --rpath, since the documented
+  # option of GNU ld is called -rpath, not --rpath.
+  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   case "$host_os" in
     aix3* | aix4* | aix5*)
       # On AIX/PPC, the GNU linker is very broken
@@ -165,9 +189,20 @@
         ld_shlibs=no
       fi
       ;;
+    interix3*)
+      hardcode_direct=no
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+      ;;
+    linux*)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
     netbsd*)
       ;;
-    solaris* | sysv5*)
+    solaris*)
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
         ld_shlibs=no
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; 
then
@@ -176,16 +211,23 @@
         ld_shlibs=no
       fi
       ;;
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+          ld_shlibs=no
+          ;;
+        *)
+          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; 
then
+            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo 
${wl}-rpath,$libdir`'
+          else
+            ld_shlibs=no
+          fi
+          ;;
+      esac
+      ;;
     sunos4*)
       hardcode_direct=yes
       ;;
-    linux*)
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
     *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
         :
@@ -194,10 +236,8 @@
       fi
       ;;
   esac
-  if test "$ld_shlibs" = yes; then
-    # Unlike libtool, we use -rpath here, not --rpath, since the documented
-    # option of GNU ld is called -rpath, not --rpath.
-    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+  if test "$ld_shlibs" = no; then
+    hardcode_libdir_flag_spec=
   fi
 else
   case "$host_os" in
@@ -228,6 +268,7 @@
               break
             fi
           done
+          ;;
         esac
       fi
       hardcode_direct=yes
@@ -247,6 +288,7 @@
             hardcode_libdir_flag_spec='-L$libdir'
             hardcode_libdir_separator=
           fi
+          ;;
         esac
       fi
       # Begin _LT_AC_SYS_LIBPATH_AIX.
@@ -294,7 +336,7 @@
       if test "$GCC" = yes ; then
         :
       else
-        case "$cc_basename" in
+        case $cc_basename in
           xlc*)
             ;;
           *)
@@ -329,24 +371,25 @@
       # but as the default location of the library.
       hardcode_minus_L=yes
       ;;
-    hpux10* | hpux11*)
+    hpux10*)
       if test "$with_gnu_ld" = no; then
-        case "$host_cpu" in
-          hppa*64*)
-            hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-            hardcode_libdir_separator=:
-            hardcode_direct=no
-            ;;
-          ia64*)
-            hardcode_libdir_flag_spec='-L$libdir'
+        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+        hardcode_libdir_separator=:
+        hardcode_direct=yes
+        # hardcode_minus_L: Not really in the search PATH,
+        # but as the default location of the library.
+        hardcode_minus_L=yes
+      fi
+      ;;
+    hpux11*)
+      if test "$with_gnu_ld" = no; then
+        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+        hardcode_libdir_separator=:
+        case $host_cpu in
+          hppa*64*|ia64*)
             hardcode_direct=no
-            # hardcode_minus_L: Not really in the search PATH,
-            # but as the default location of the library.
-            hardcode_minus_L=yes
             ;;
           *)
-            hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-            hardcode_libdir_separator=:
             hardcode_direct=yes
             # hardcode_minus_L: Not really in the search PATH,
             # but as the default location of the library.
@@ -400,8 +443,6 @@
       fi
       hardcode_libdir_separator=:
       ;;
-    sco3.2v5*)
-      ;;
     solaris*)
       hardcode_libdir_flag_spec='-R$libdir'
       ;;
@@ -430,14 +471,11 @@
         ld_shlibs=yes
       fi
       ;;
-    sysv4.2uw2*)
-      hardcode_direct=yes
-      hardcode_minus_L=no
-      ;;
-    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
       ;;
-    sysv5*)
-      hardcode_libdir_flag_spec=
+    sysv5* | sco3.2v5* | sco5v6*)
+      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo 
${wl}-R,$libdir`'
+      hardcode_libdir_separator=':'
       ;;
     uts4*)
       hardcode_libdir_flag_spec='-L$libdir'
@@ -474,12 +512,12 @@
     ;;
   kfreebsd*-gnu)
     ;;
-  freebsd*)
+  freebsd* | dragonfly*)
     ;;
   gnu*)
     ;;
   hpux9* | hpux10* | hpux11*)
-    case "$host_cpu" in
+    case $host_cpu in
       ia64*)
         shrext=.so
         ;;
@@ -491,6 +529,8 @@
         ;;
     esac
     ;;
+  interix3*)
+    ;;
   irix5* | irix6* | nonstopux*)
     case "$host_os" in
       irix5* | nonstopux*)
@@ -526,16 +566,16 @@
     ;;
   osf3* | osf4* | osf5*)
     ;;
-  sco3.2v5*)
-    ;;
   solaris*)
     ;;
   sunos4*)
     ;;
-  sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+  sysv4 | sysv4.3*)
     ;;
   sysv4*MP*)
     ;;
+  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+    ;;
   uts4*)
     ;;
 esac
Index: ccvs/lib/ChangeLog
diff -u ccvs/lib/ChangeLog:1.507 ccvs/lib/ChangeLog:1.508
--- ccvs/lib/ChangeLog:1.507    Thu May 18 20:21:37 2006
+++ ccvs/lib/ChangeLog  Fri May 19 17:11:20 2006
@@ -1,3 +1,7 @@
+2006-05-19  Mark D. Baushke  <address@hidden>
+
+       * stdint_.h: Update from gnulib.
+
 2006-05-04  Jim Hyslop <address@hidden>
 
        Merged changes from 1.12.13a:
Index: ccvs/lib/stdint_.h
diff -u ccvs/lib/stdint_.h:1.8 ccvs/lib/stdint_.h:1.9
--- ccvs/lib/stdint_.h:1.8      Sat May 13 20:47:48 2006
+++ ccvs/lib/stdint_.h  Fri May 19 17:11:20 2006
@@ -64,7 +64,7 @@
      UINTPTR_MAX, PTRDIFF_MIN, PTRDIFF_MAX.  */
 # define _STDINT_H_HAVE_SYSTEM_INTTYPES
 #endif
-#if !((defined(UNIX_CYGWIN32) || defined(__linux__)) && 
defined(__BIT_TYPES_DEFINED__))
+#if !((defined(__CYGWIN__) || defined(__linux__)) && 
defined(__BIT_TYPES_DEFINED__))
 # define _STDINT_H_NEED_SIGNED_INT_TYPES
 #endif
 
Index: ccvs/windows-NT/ChangeLog
diff -u ccvs/windows-NT/ChangeLog:1.354 ccvs/windows-NT/ChangeLog:1.355
--- ccvs/windows-NT/ChangeLog:1.354     Sun May 14 09:40:42 2006
+++ ccvs/windows-NT/ChangeLog   Fri May 19 17:11:20 2006
@@ -1,3 +1,9 @@
+2006-05-19  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.in: Add #define CVS_ADMIN_GROUP and missing #undef
+       HAVE_CVS_ADMIN_GOUP.
+       * config.h, config.h.in, stamp-chi: Regenerated.
+
 2006-05-14  Mark D. Baushke  <address@hidden>
 
        * filesubr.c (isdir, islink, isreadable, isaccessible): Return bool.
Index: ccvs/windows-NT/config.h
diff -u ccvs/windows-NT/config.h:1.184 ccvs/windows-NT/config.h:1.185
--- ccvs/windows-NT/config.h:1.184      Tue May 16 03:17:22 2006
+++ ccvs/windows-NT/config.h    Fri May 19 17:11:20 2006
@@ -55,7 +55,7 @@
    option. To disable access control for CVS admin, run configure with the
    --without-cvs-admin-group option in order to comment out the define below.
    */
-#undef CVS_ADMIN_GROUP
+#define CVS_ADMIN_GROUP "none"
 
 /* When committing a permanent change, CVS and RCS make a log entry of who
    committed the change. If you are committing the change logged in as "root"
Index: ccvs/windows-NT/config.h.in
diff -u ccvs/windows-NT/config.h.in:1.112 ccvs/windows-NT/config.h.in:1.113
--- ccvs/windows-NT/config.h.in:1.112   Tue May 16 03:17:22 2006
+++ ccvs/windows-NT/config.h.in Fri May 19 17:11:20 2006
@@ -48,7 +48,7 @@
    option. To disable access control for CVS admin, run configure with the
    --without-cvs-admin-group option in order to comment out the define below.
    */
-#undef CVS_ADMIN_GROUP
+#define CVS_ADMIN_GROUP "none"
 
 /* When committing a permanent change, CVS and RCS make a log entry of who
    committed the change. If you are committing the change logged in as "root"
Index: ccvs/windows-NT/config.h.in.in
diff -u ccvs/windows-NT/config.h.in.in:1.44 ccvs/windows-NT/config.h.in.in:1.45
--- ccvs/windows-NT/config.h.in.in:1.44 Sat May 13 20:58:54 2006
+++ ccvs/windows-NT/config.h.in.in      Fri May 19 17:11:20 2006
@@ -39,7 +39,7 @@
    option. To disable access control for CVS admin, run configure with the
    --without-cvs-admin-group option in order to comment out the define below.
    */
-#undef CVS_ADMIN_GROUP
+#define CVS_ADMIN_GROUP "none"
 
 /* When committing a permanent change, CVS and RCS make a log entry of who
    committed the change. If you are committing the change logged in as "root"
@@ -173,6 +173,9 @@
 /* Define if you have the crypt function. */
 #undef HAVE_CRYPT
 
+/* Define if CVS_ADMIN_GROUP should be used. */
+#undef HAVE_CVS_ADMIN_GROUP
+
 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
 #undef HAVE_DCGETTEXT
Index: ccvs/windows-NT/stamp-chi
diff -u ccvs/windows-NT/stamp-chi:1.98 ccvs/windows-NT/stamp-chi:1.99
--- ccvs/windows-NT/stamp-chi:1.98      Tue May 16 03:17:22 2006
+++ ccvs/windows-NT/stamp-chi   Fri May 19 17:11:20 2006
@@ -48,7 +48,7 @@
    option. To disable access control for CVS admin, run configure with the
    --without-cvs-admin-group option in order to comment out the define below.
    */
-#undef CVS_ADMIN_GROUP
+#define CVS_ADMIN_GROUP "none"
 
 /* When committing a permanent change, CVS and RCS make a log entry of who
    committed the change. If you are committing the change logged in as "root"
Index: ccvs/windows-NT/stdint.h
diff -u ccvs/windows-NT/stdint.h:1.8 ccvs/windows-NT/stdint.h:1.9
--- ccvs/windows-NT/stdint.h:1.8        Sat May 13 20:47:48 2006
+++ ccvs/windows-NT/stdint.h    Fri May 19 17:11:20 2006
@@ -71,7 +71,7 @@
      UINTPTR_MAX, PTRDIFF_MIN, PTRDIFF_MAX.  */
 # define _STDINT_H_HAVE_SYSTEM_INTTYPES
 #endif
-#if !((defined(UNIX_CYGWIN32) || defined(__linux__)) && 
defined(__BIT_TYPES_DEFINED__))
+#if !((defined(__CYGWIN__) || defined(__linux__)) && 
defined(__BIT_TYPES_DEFINED__))
 # define _STDINT_H_NEED_SIGNED_INT_TYPES
 #endif
 




reply via email to

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