CVS update: /ccvs/

[email protected] 17 May 2005 19:19:34 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/05/17 12:19:34

Modified:
 /ccvs/
  configure

Log:
 Regenerated.

File Changes:

Directory: /ccvs/
=================

File [changed]: configure
Url: https://ccvs.cvshome.org/source/browse/ccvs/configure?r1=1.391&r2=1.392
Delta lines:  +28 -11
---------------------
--- configure	15 May 2005 16:44:29 -0000	1.391
+++ configure	17 May 2005 19:19:31 -0000	1.392
@@ -28354,22 +28354,39 @@
 
   if test -z "$GLOB_H"; then
     cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
 #include <gnu-versions.h>
-gl_gnu_glob_version = _GNU_GLOB_INTERFACE_VERSION
+char a[_GNU_GLOB_INTERFACE_VERSION == 1 ? 1 : -1];
 _ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "gl_gnu_glob_version = 1$" >/dev/null 2>&1; then
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+  (eval $ac_compile) 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'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+	 { ac_try='test -s conftest.$ac_objext'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
   :
 else
-  GLOB_H=glob.h
-fi
-rm -f conftest*
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
 
+GLOB_H=glob.h
+fi
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
   fi
 
   if test -n "$GLOB_H"; then