From: Michael B. <nit...@us...> - 2002-04-24 00:58:57
|
Update of /cvsroot/u4x/libkbd In directory usw-pr-cvs1:/tmp/cvs-serv16873 Modified Files: Makefile.in aclocal.m4 config.h.in configure ltmain.sh Log Message: Changed character constants in libkbd.c to work with modern compilers. Index: Makefile.in =================================================================== RCS file: /cvsroot/u4x/libkbd/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.in 7 Mar 2001 22:54:50 -0000 1.3 +++ Makefile.in 24 Apr 2002 00:58:53 -0000 1.4 @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in 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. @@ -63,6 +63,8 @@ CC = @CC@ CFLAGS = @CFLAGS@ DLLTOOL = @DLLTOOL@ +ECHO = @ECHO@ +EXEEXT = @EXEEXT@ LIBKBD_LIBRARY_NAME = @LIBKBD_LIBRARY_NAME@ LIBKBD_LIBRARY_VERSION = @LIBKBD_LIBRARY_VERSION@ LIBKBD_MAJOR_VERSION = @LIBKBD_MAJOR_VERSION@ @@ -78,8 +80,10 @@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ +STRIP = @STRIP@ VERSION = @VERSION@ SUBDIRS = libkbd @@ -230,7 +234,7 @@ dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + test "$$subdir" != "." || dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ @@ -329,7 +333,7 @@ @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ Index: aclocal.m4 =================================================================== RCS file: /cvsroot/u4x/libkbd/aclocal.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aclocal.m4 7 Mar 2001 22:54:50 -0000 1.3 +++ aclocal.m4 24 Apr 2002 00:58:53 -0000 1.4 @@ -1,6 +1,6 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4 +dnl aclocal.m4 generated automatically by aclocal 1.4-p5 -dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -77,7 +77,7 @@ # Like AC_CONFIG_HEADER, but automatically create stamp file. [...3462 lines suppressed...] -AC_DEFUN(AM_ENABLE_SHARED, [indir([AC_ENABLE_SHARED], $@)])dnl -AC_DEFUN(AM_ENABLE_STATIC, [indir([AC_ENABLE_STATIC], $@)])dnl -AC_DEFUN(AM_DISABLE_SHARED, [indir([AC_DISABLE_SHARED], $@)])dnl -AC_DEFUN(AM_DISABLE_STATIC, [indir([AC_DISABLE_STATIC], $@)])dnl -AC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnl -AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl +# old names +AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) +AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) +AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) -dnl This is just to silence aclocal about the macro not being used -ifelse([AC_DISABLE_FAST_INSTALL])dnl +# This is just to silence aclocal about the macro not being used +ifelse([AC_DISABLE_FAST_INSTALL]) Index: config.h.in =================================================================== RCS file: /cvsroot/u4x/libkbd/config.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- config.h.in 6 Jan 2001 05:05:06 -0000 1.1 +++ config.h.in 24 Apr 2002 00:58:53 -0000 1.2 @@ -6,6 +6,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define if you have the <sys/ioctl.h> header file. */ #undef HAVE_SYS_IOCTL_H Index: configure =================================================================== RCS file: /cvsroot/u4x/libkbd/configure,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- configure 16 Mar 2001 05:58:00 -0000 1.5 +++ configure 24 Apr 2002 00:58:53 -0000 1.6 @@ -27,8 +27,168 @@ --enable-fast-install[=PKGS] optimize for fast installation [default=yes]" ac_help="$ac_help --with-gnu-ld assume the C compiler uses GNU ld [default=no]" + +# Find the correct PATH separator. Usually this is `:', but +# DJGPP uses `;' like DOS. +if test "X${PATH_SEPARATOR+set}" != Xset; then + UNAME=${UNAME-`uname 2>/dev/null`} + case X$UNAME in + *-DOS) lt_cv_sys_path_separator=';' ;; + *) lt_cv_sys_path_separator=':' ;; [...4477 lines suppressed...] echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:1970: checking whether build environment is sane" >&5 +echo "configure:5501: checking whether build environment is sane" >&5 # Just in case sleep 1 echo timestamp > conftestfile @@ -2177,8 +5708,12 @@ s%@build_cpu@%$build_cpu%g s%@build_vendor@%$build_vendor%g s%@build_os@%$build_os%g -s%@RANLIB@%$RANLIB%g s%@LN_S@%$LN_S%g +s%@OBJEXT@%$OBJEXT%g +s%@EXEEXT@%$EXEEXT%g +s%@ECHO@%$ECHO%g +s%@RANLIB@%$RANLIB%g +s%@STRIP@%$STRIP%g s%@LIBTOOL@%$LIBTOOL%g CEOF Index: ltmain.sh =================================================================== RCS file: /cvsroot/u4x/libkbd/ltmain.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ltmain.sh 6 Jan 2001 05:05:06 -0000 1.1 +++ ltmain.sh 24 Apr 2002 00:58:53 -0000 1.2 @@ -55,6 +55,7 @@ PROGRAM=ltmain.sh PACKAGE=libtool VERSION=1.3.5 +LTCONFIG_VERSION=1.3.5 TIMESTAMP=" (1.385.2.206 2000/05/27 11:12:27)" default_mode= |