Update of /cvsroot/lib/LIB
In directory usw-pr-cvs1:/tmp/cvs-serv1637
Modified Files:
ChangeLog Makefile.in configure ostatnia_zmiana
Log Message:
* locale - kilka poprawek, jeszcze angielskie :)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lib/LIB/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -C2 -d -r1.298 -r1.299
*** ChangeLog 11 Jul 2002 19:41:24 -0000 1.298
--- ChangeLog 11 Jul 2002 21:49:37 -0000 1.299
***************
*** 1,2 ****
--- 1,5 ----
+ 2002/07/11 23:49:25 karol
+ * locale - kilka poprawek, jeszcze angielskie :)
+
2002/07/11 21:41:06 przewdnik
* wyczyszczenie init_locale() i end_locale()
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lib/LIB/Makefile.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** Makefile.in 30 Oct 2001 17:01:23 -0000 1.36
--- Makefile.in 11 Jul 2002 21:49:37 -0000 1.37
***************
*** 132,136 ****
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! TAR = tar
GZIP_ENV = --best
DEP_FILES = .deps/LIB.P .deps/czas.P .deps/ekran.P .deps/io.P \
--- 132,136 ----
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! TAR = gtar
GZIP_ENV = --best
DEP_FILES = .deps/LIB.P .deps/czas.P .deps/ekran.P .deps/io.P \
Index: configure
===================================================================
RCS file: /cvsroot/lib/LIB/configure,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** configure 11 Jul 2002 00:32:55 -0000 1.36
--- configure 11 Jul 2002 21:49:37 -0000 1.37
***************
*** 1,44 ****
#! /bin/sh
-
# Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.13
! # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
! # Defaults:
[...10786 lines suppressed...]
! ac_clean_files=$ac_clean_files_save
!
! # configure is writing to config.log, and then calls config.status.
! # config.status does its own redirection, appending to config.log.
! # Unfortunately, on DOS this fails, as config.log is still kept open
! # by configure, so config.status won't be able to write to it; its
! # output is simply discarded. So we exec the FD to /dev/null,
! # effectively closing config.log, so it can be properly (re)opened and
! # appended to by config.status. When coming back to configure, we
! # need to make the FD available again.
! if test "$no_create" != yes; then
! ac_cs_success=:
! exec 5>/dev/null
! $SHELL $CONFIG_STATUS || ac_cs_success=false
! exec 5>>config.log
! # Use ||, not &&, to avoid exiting from the if with $? = 1, which
! # would make configure fail if this is the last instruction.
! $ac_cs_success || { (exit 1); exit 1; }
! fi
Index: ostatnia_zmiana
===================================================================
RCS file: /cvsroot/lib/LIB/ostatnia_zmiana,v
retrieving revision 1.187
retrieving revision 1.188
diff -C2 -d -r1.187 -r1.188
*** ostatnia_zmiana 11 Jul 2002 19:41:24 -0000 1.187
--- ostatnia_zmiana 11 Jul 2002 21:49:37 -0000 1.188
***************
*** 1 ****
! * wyczyszczenie init_locale() i end_locale()
--- 1 ----
! * locale - kilka poprawek, jeszcze angielskie :)
|