Update of /cvsroot/lib/LIB
In directory usw-pr-cvs1:/tmp/cvs-serv21285
Modified Files:
ChangeLog Makefile.am Makefile.in acconfig.h config2.h.in
configure configure.in ostatnia_zmiana
Log Message:
* zmiany w autotoolsach
* zmiana nazwy binarki na tymczasow± :)
* otwarty konkurs na now± nazwê
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lib/LIB/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -C2 -d -r1.300 -r1.301
*** ChangeLog 23 Aug 2002 22:54:20 -0000 1.300
--- ChangeLog 24 Aug 2002 14:16:53 -0000 1.301
***************
*** 1,2 ****
--- 1,7 ----
+ 2002/08/24 16:16:29 przewdnik
+ * zmiany w autotoolsach
+ * zmiana nazwy binarki na tymczasow± :)
+ * otwarty konkurs na now± nazwê
+
2002/08/24 0:54:01 przewdnik
* Nie wszystkie umiejêtno¶ci s± ograniczone przez æwiczenie teoretyczne
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lib/LIB/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Makefile.am 30 Sep 2001 13:57:42 -0000 1.29
--- Makefile.am 24 Aug 2002 14:16:53 -0000 1.30
***************
*** 4,9 ****
CLEANFILES = lib.data build-stamp
! bin_PROGRAMS = LIB
! LIB_SOURCES = czas.c ekran.c io.c keymap.c ksiazki.c LIB.c parser.c postac.c potwor.c poziom.c przedmioty.c pulapki.c punkty.c rozne.c schematekwipunku.c strefy.c swiat.c trasy.c umiejetnosci.c walka.c zadania.c
pkgdata_DATA = lib.data
--- 4,9 ----
CLEANFILES = lib.data build-stamp
! bin_PROGRAMS = tymczasowanazwaliba
! tymczasowanazwaliba_SOURCES = czas.c ekran.c io.c keymap.c ksiazki.c LIB.c parser.c postac.c potwor.c poziom.c przedmioty.c pulapki.c punkty.c rozne.c schematekwipunku.c strefy.c swiat.c trasy.c umiejetnosci.c walka.c zadania.c
pkgdata_DATA = lib.data
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lib/LIB/Makefile.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Makefile.in 23 Aug 2002 22:54:20 -0000 1.38
--- Makefile.in 24 Aug 2002 14:16:53 -0000 1.39
***************
*** 55,64 ****
PRE_UNINSTALL = :
POST_UNINSTALL = :
- build_alias = @build_alias@
- build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
- target_alias = @target_alias@
- target_triplet = @target@
AWK = @AWK@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
--- 55,60 ----
***************
*** 97,102 ****
CLEANFILES = lib.data build-stamp
! bin_PROGRAMS = LIB
! LIB_SOURCES = czas.c ekran.c io.c keymap.c ksiazki.c LIB.c parser.c postac.c potwor.c poziom.c przedmioty.c pulapki.c punkty.c rozne.c schematekwipunku.c strefy.c swiat.c trasy.c umiejetnosci.c walka.c zadania.c
pkgdata_DATA = lib.data
--- 93,98 ----
CLEANFILES = lib.data build-stamp
! bin_PROGRAMS = tymczasowanazwaliba
! tymczasowanazwaliba_SOURCES = czas.c ekran.c io.c keymap.c ksiazki.c LIB.c parser.c postac.c potwor.c poziom.c przedmioty.c pulapki.c punkty.c rozne.c schematekwipunku.c strefy.c swiat.c trasy.c umiejetnosci.c walka.c zadania.c
pkgdata_DATA = lib.data
***************
*** 113,123 ****
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
! LIB_OBJECTS = czas.o ekran.o io.o keymap.o ksiazki.o LIB.o parser.o \
! postac.o potwor.o poziom.o przedmioty.o pulapki.o punkty.o rozne.o \
! schematekwipunku.o strefy.o swiat.o trasy.o umiejetnosci.o walka.o \
! zadania.o
! LIB_LDADD = $(LDADD)
! LIB_DEPENDENCIES =
! LIB_LDFLAGS =
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
--- 109,119 ----
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
! tymczasowanazwaliba_OBJECTS = czas.o ekran.o io.o keymap.o ksiazki.o \
! LIB.o parser.o postac.o potwor.o poziom.o przedmioty.o pulapki.o \
! punkty.o rozne.o schematekwipunku.o strefy.o swiat.o trasy.o \
! umiejetnosci.o walka.o zadania.o
! tymczasowanazwaliba_LDADD = $(LDADD)
! tymczasowanazwaliba_DEPENDENCIES =
! tymczasowanazwaliba_LDFLAGS =
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
***************
*** 142,147 ****
.deps/swiat.P .deps/trasy.P .deps/umiejetnosci.P .deps/walka.P \
.deps/zadania.P
! SOURCES = $(LIB_SOURCES)
! OBJECTS = $(LIB_OBJECTS)
all: all-redirect
--- 138,143 ----
.deps/swiat.P .deps/trasy.P .deps/umiejetnosci.P .deps/walka.P \
.deps/zadania.P
! SOURCES = $(tymczasowanazwaliba_SOURCES)
! OBJECTS = $(tymczasowanazwaliba_OBJECTS)
all: all-redirect
***************
*** 231,234 ****
--- 227,234 ----
maintainer-clean-compile:
+
+ tymczasowanazwaliba: $(tymczasowanazwaliba_OBJECTS) $(tymczasowanazwaliba_DEPENDENCIES)
+ @rm -f tymczasowanazwaliba
+ $(LINK) $(tymczasowanazwaliba_LDFLAGS) $(tymczasowanazwaliba_OBJECTS) $(tymczasowanazwaliba_LDADD) $(LIBS)
install-pkgdataDATA: $(pkgdata_DATA)
Index: acconfig.h
===================================================================
RCS file: /cvsroot/lib/LIB/acconfig.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** acconfig.h 6 Nov 2001 20:22:32 -0000 1.5
--- acconfig.h 24 Aug 2002 14:16:53 -0000 1.6
***************
*** 1,8 ****
- #undef LINUX
- #undef CYGWIN
- #undef _DJGPP
- #undef DEBUG
- #undef DEBUG_PARSER
- #undef MAGIC_TAXIS
#undef ENABLE_NLS
#undef HAVE_CATGETS
--- 1,2 ----
***************
*** 13,17 ****
#undef ALL_LINGUAS
/* Zdefiniowane, gdy kompilujemy z -O */
- #undef OPT
#undef PREFIX
#undef PACKAGE
--- 7,10 ----
Index: config2.h.in
===================================================================
RCS file: /cvsroot/lib/LIB/config2.h.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** config2.h.in 10 Jul 2002 06:15:34 -0000 1.11
--- config2.h.in 24 Aug 2002 14:16:53 -0000 1.12
***************
*** 1,50 ****
! /* config2.h.in. Generated automatically from configure.in by autoheader 2.13. */
!
! /* Define if using alloca.c. */
! #undef C_ALLOCA
!
! /* Define to empty if the keyword does not work. */
! #undef const
!
! /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
! This function is required for alloca.c support on those systems. */
! #undef CRAY_STACKSEG_END
!
! /* Define if you have alloca, as a function or macro. */
! #undef HAVE_ALLOCA
!
! /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
! #undef HAVE_ALLOCA_H
!
! /* Define if you have a working `mmap' system call. */
! #undef HAVE_MMAP
!
! /* Define as __inline if that's what the C compiler calls it. */
! #undef inline
!
! /* Define to `long' if <sys/types.h> doesn't define. */
! #undef off_t
!
! /* Define to `unsigned' if <sys/types.h> doesn't define. */
! #undef size_t
!
! /* 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.
! STACK_DIRECTION > 0 => grows toward higher addresses
! STACK_DIRECTION < 0 => grows toward lower addresses
! STACK_DIRECTION = 0 => direction of growth unknown
! */
! #undef STACK_DIRECTION
!
! /* Define if you have the ANSI C header files. */
! #undef STDC_HEADERS
!
! #undef LINUX
! #undef CYGWIN
! #undef _DJGPP
! #undef DEBUG
! #undef DEBUG_PARSER
! #undef MAGIC_TAXIS
#undef ENABLE_NLS
#undef HAVE_CATGETS
--- 1,3 ----
! /* config2.h.in. Generated from configure.in by autoheader. */
#undef ENABLE_NLS
#undef HAVE_CATGETS
***************
*** 55,218 ****
#undef ALL_LINGUAS
/* Zdefiniowane, gdy kompilujemy z -O */
- #undef OPT
#undef PREFIX
#undef PACKAGE
#undef VERSION
! /* Define if you have the __argz_count function. */
! #undef HAVE___ARGZ_COUNT
! /* Define if you have the __argz_next function. */
! #undef HAVE___ARGZ_NEXT
! /* Define if you have the __argz_stringify function. */
! #undef HAVE___ARGZ_STRINGIFY
! /* Define if you have the dcgettext function. */
#undef HAVE_DCGETTEXT
! /* Define if you have the feof_unlocked function. */
#undef HAVE_FEOF_UNLOCKED
! /* Define if you have the fgets_unlocked function. */
#undef HAVE_FGETS_UNLOCKED
! /* Define if you have the getcwd function. */
#undef HAVE_GETCWD
! /* Define if you have the getegid function. */
#undef HAVE_GETEGID
! /* Define if you have the geteuid function. */
#undef HAVE_GETEUID
! /* Define if you have the getgid function. */
#undef HAVE_GETGID
! /* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
! /* Define if you have the getuid function. */
#undef HAVE_GETUID
! /* Define if you have the getwd function. */
#undef HAVE_GETWD
! /* Define if you have the mempcpy function. */
#undef HAVE_MEMPCPY
! /* Define if you have the mkdir function. */
#undef HAVE_MKDIR
! /* Define if you have the munmap function. */
#undef HAVE_MUNMAP
! /* Define if you have the putenv function. */
#undef HAVE_PUTENV
! /* Define if you have the setenv function. */
#undef HAVE_SETENV
! /* Define if you have the setlocale function. */
#undef HAVE_SETLOCALE
! /* Define if you have the stpcpy function. */
#undef HAVE_STPCPY
! /* Define if you have the strcasecmp function. */
#undef HAVE_STRCASECMP
! /* Define if you have the strchr function. */
! #undef HAVE_STRCHR
!
! /* Define if you have the strcspn function. */
#undef HAVE_STRCSPN
! /* Define if you have the strdup function. */
#undef HAVE_STRDUP
! /* Define if you have the strstr function. */
#undef HAVE_STRSTR
! /* Define if you have the strtoul function. */
#undef HAVE_STRTOUL
! /* Define if you have the tsearch function. */
#undef HAVE_TSEARCH
! /* Define if you have the <argz.h> header file. */
! #undef HAVE_ARGZ_H
! /* Define if you have the <fcntl.h> header file. */
! #undef HAVE_FCNTL_H
! /* Define if you have the <limits.h> header file. */
! #undef HAVE_LIMITS_H
! /* Define if you have the <locale.h> header file. */
! #undef HAVE_LOCALE_H
! /* Define if you have the <malloc.h> header file. */
! #undef HAVE_MALLOC_H
! /* Define if you have the <ncurses.h> header file. */
! #undef HAVE_NCURSES_H
! /* Define if you have the <nl_types.h> header file. */
! #undef HAVE_NL_TYPES_H
! /* Define if you have the <stddef.h> header file. */
! #undef HAVE_STDDEF_H
! /* Define if you have the <stdlib.h> header file. */
! #undef HAVE_STDLIB_H
! /* Define if you have the <string.h> header file. */
! #undef HAVE_STRING_H
! /* Define if you have the <strings.h> header file. */
! #undef HAVE_STRINGS_H
! /* Define if you have the <sys/param.h> header file. */
! #undef HAVE_SYS_PARAM_H
! /* Define if you have the <unistd.h> header file. */
! #undef HAVE_UNISTD_H
! /* Define if you have the <zlib.h> header file. */
! #undef HAVE_ZLIB_H
! /* Define if you have the m library (-lm). */
! #undef HAVE_LIBM
! /* Define if you have the ncurses library (-lncurses). */
! #undef HAVE_LIBNCURSES
! /* Define if you have the z library (-lz). */
! #undef HAVE_LIBZ
! /* Name of package */
! #undef PACKAGE
/* Version number of package */
#undef VERSION
! /* Define if you have the iconv() function. */
! #undef HAVE_ICONV
!
! /* Define as const if the declaration of iconv() needs const. */
! #undef ICONV_CONST
! /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
! #undef HAVE_LANGINFO_CODESET
! /* Define if your <locale.h> file defines LC_MESSAGES. */
! #undef HAVE_LC_MESSAGES
! /* Define to 1 if translation of program messages to the user's native language
! is requested. */
! #undef ENABLE_NLS
! /* Define if the GNU gettext() function is already present or preinstalled. */
! #undef HAVE_GETTEXT
--- 8,284 ----
#undef ALL_LINGUAS
/* Zdefiniowane, gdy kompilujemy z -O */
#undef PREFIX
#undef PACKAGE
#undef VERSION
! /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
! systems. This function is required for `alloca.c' support on those systems.
! */
! #undef CRAY_STACKSEG_END
! /* "Do we build on Cygwin" */
! #undef CYGWIN
! /* Define to 1 if using `alloca.c'. */
! #undef C_ALLOCA
! /* "Do we use debbuging" */
! #undef DEBUG
!
! /* "Do we use parser debbuging" */
! #undef DEBUG_PARSER
!
! /* Define to 1 if translation of program messages to the user's native
! language is requested. */
! #undef ENABLE_NLS
!
! /* Define to 1 if you have `alloca', as a function or macro. */
! #undef HAVE_ALLOCA
!
! /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
! */
! #undef HAVE_ALLOCA_H
!
! /* Define to 1 if you have the <argz.h> header file. */
! #undef HAVE_ARGZ_H
!
! /* Define if the GNU dcgettext() function is already present or preinstalled.
! */
#undef HAVE_DCGETTEXT
! /* Define to 1 if you have the <fcntl.h> header file. */
! #undef HAVE_FCNTL_H
!
! /* Define to 1 if you have the `feof_unlocked' function. */
#undef HAVE_FEOF_UNLOCKED
! /* Define to 1 if you have the `fgets_unlocked' function. */
#undef HAVE_FGETS_UNLOCKED
! /* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
! /* Define to 1 if you have the `getc_unlocked' function. */
! #undef HAVE_GETC_UNLOCKED
!
! /* Define to 1 if you have the `getegid' function. */
#undef HAVE_GETEGID
! /* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID
! /* Define to 1 if you have the `getgid' function. */
#undef HAVE_GETGID
! /* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
! /* Define if the GNU gettext() function is already present or preinstalled. */
! #undef HAVE_GETTEXT
!
! /* Define to 1 if you have the `getuid' function. */
#undef HAVE_GETUID
! /* Define to 1 if you have the `getwd' function. */
#undef HAVE_GETWD
! /* Define if you have the iconv() function. */
! #undef HAVE_ICONV
!
! /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
! #undef HAVE_INTTYPES_H
!
! /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
! declares uintmax_t. */
! #undef HAVE_INTTYPES_H_WITH_UINTMAX
!
! /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
! #undef HAVE_LANGINFO_CODESET
!
! /* Define if your <locale.h> file defines LC_MESSAGES. */
! #undef HAVE_LC_MESSAGES
!
! /* Define to 1 if you have the `m' library (-lm). */
! #undef HAVE_LIBM
!
! /* Define to 1 if you have the `ncurses' library (-lncurses). */
! #undef HAVE_LIBNCURSES
!
! /* Define to 1 if you have the `z' library (-lz). */
! #undef HAVE_LIBZ
!
! /* Define to 1 if you have the <limits.h> header file. */
! #undef HAVE_LIMITS_H
!
! /* Define to 1 if you have the <locale.h> header file. */
! #undef HAVE_LOCALE_H
!
! /* Define to 1 if you have the <malloc.h> header file. */
! #undef HAVE_MALLOC_H
!
! /* Define to 1 if you have the <memory.h> header file. */
! #undef HAVE_MEMORY_H
!
! /* Define to 1 if you have the `mempcpy' function. */
#undef HAVE_MEMPCPY
! /* Define to 1 if you have the `mkdir' function. */
#undef HAVE_MKDIR
! /* Define to 1 if you have a working `mmap' system call. */
! #undef HAVE_MMAP
!
! /* Define to 1 if you have the `munmap' function. */
#undef HAVE_MUNMAP
! /* Define to 1 if you have the <ncurses.h> header file. */
! #undef HAVE_NCURSES_H
!
! /* Define to 1 if you have the <nl_types.h> header file. */
! #undef HAVE_NL_TYPES_H
!
! /* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV
! /* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV
! /* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
! /* Define to 1 if you have the <stddef.h> header file. */
! #undef HAVE_STDDEF_H
!
! /* Define to 1 if you have the <stdint.h> header file. */
! #undef HAVE_STDINT_H
!
! /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
! uintmax_t. */
! #undef HAVE_STDINT_H_WITH_UINTMAX
!
! /* Define to 1 if you have the <stdlib.h> header file. */
! #undef HAVE_STDLIB_H
!
! /* Define to 1 if you have the `stpcpy' function. */
#undef HAVE_STPCPY
! /* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
! /* Define to 1 if you have the `strcspn' function. */
#undef HAVE_STRCSPN
! /* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
! /* Define to 1 if you have the <strings.h> header file. */
! #undef HAVE_STRINGS_H
!
! /* Define to 1 if you have the <string.h> header file. */
! #undef HAVE_STRING_H
!
! /* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
! /* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
! /* Define to 1 if you have the <sys/param.h> header file. */
! #undef HAVE_SYS_PARAM_H
!
! /* Define to 1 if you have the <sys/stat.h> header file. */
! #undef HAVE_SYS_STAT_H
!
! /* Define to 1 if you have the <sys/types.h> header file. */
! #undef HAVE_SYS_TYPES_H
!
! /* Define to 1 if you have the `tsearch' function. */
#undef HAVE_TSEARCH
! /* Define to 1 if you have the <unistd.h> header file. */
! #undef HAVE_UNISTD_H
! /* Define if you have the unsigned long long type. */
! #undef HAVE_UNSIGNED_LONG_LONG
! /* Define to 1 if you have the <zlib.h> header file. */
! #undef HAVE_ZLIB_H
! /* Define to 1 if you have the `__argz_count' function. */
! #undef HAVE___ARGZ_COUNT
! /* Define to 1 if you have the `__argz_next' function. */
! #undef HAVE___ARGZ_NEXT
! /* Define to 1 if you have the `__argz_stringify' function. */
! #undef HAVE___ARGZ_STRINGIFY
! /* Define as const if the declaration of iconv() needs const. */
! #undef ICONV_CONST
! /* Define if integer division by zero raises signal SIGFPE. */
! #undef INTDIV0_RAISES_SIGFPE
! /* "Do we build on Linux box" */
! #undef LINUX
! /* "Magic taxis" */
! #undef MAGIC_TAXIS
! /* "Do we have optimization on" */
! #undef OPT
! /* Name of package */
! #undef PACKAGE
! /* Define to the address where bug reports for this package should be sent. */
! #undef PACKAGE_BUGREPORT
! /* Define to the full name of this package. */
! #undef PACKAGE_NAME
! /* Define to the full name and version of this package. */
! #undef PACKAGE_STRING
! /* Define to the one symbol short name of this package. */
! #undef PACKAGE_TARNAME
! /* Define to the version of this package. */
! #undef PACKAGE_VERSION
! /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
! #undef PRI_MACROS_BROKEN
!
! /* 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.
! STACK_DIRECTION > 0 => grows toward higher addresses
! STACK_DIRECTION < 0 => grows toward lower addresses
! STACK_DIRECTION = 0 => direction of growth unknown */
! #undef STACK_DIRECTION
!
! /* Define to 1 if you have the ANSI C header files. */
! #undef STDC_HEADERS
/* Version number of package */
#undef VERSION
! /* "Do we build on Djgpp" */
! #undef _DJGPP
! /* Define to empty if `const' does not conform to ANSI C. */
! #undef const
! /* Define as `__inline' if that's what the C compiler calls it, or to nothing
! if it is not supported. */
! #undef inline
! /* Define to `long' if <sys/types.h> does not define. */
! #undef off_t
! /* Define to `unsigned' if <sys/types.h> does not define. */
! #undef size_t
+ /* Define to unsigned long or unsigned long long if <inttypes.h> and
+ <stdint.h> don't define. */
+ #undef uintmax_t
Index: configure
===================================================================
RCS file: /cvsroot/lib/LIB/configure,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** configure 23 Aug 2002 22:54:20 -0000 1.38
--- configure 24 Aug 2002 14:16:53 -0000 1.39
***************
*** 1,52 ****
#! /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:
[...13249 lines suppressed...]
!
!
! # 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: configure.in
===================================================================
RCS file: /cvsroot/lib/LIB/configure.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** configure.in 11 Jul 2002 00:32:55 -0000 1.27
--- configure.in 24 Aug 2002 14:16:53 -0000 1.28
***************
*** 1,4 ****
! AC_INIT("LIB.c")
! AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE("LIB",0.1.`cat patchlevel`)
SUBDIRS="lib utils intl @INTLSUB@ src @POSUB@"
--- 1,5 ----
! AC_INIT
! AC_CONFIG_SRCDIR("LIB.c")
! AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE("LIB",0.1.`cat patchlevel`)
SUBDIRS="lib utils intl @INTLSUB@ src @POSUB@"
***************
*** 35,38 ****
--- 36,47 ----
AC_CHECK_FUNCS(getcwd getwd mkdir putenv strcspn strdup strstr)
+ AH_TEMPLATE(DEBUG, "Do we use debbuging")
+ AH_TEMPLATE(DEBUG_PARSER, "Do we use parser debbuging")
+ AH_TEMPLATE(OPT, "Do we have optimization on")
+ AH_TEMPLATE(MAGIC_TAXIS, "Magic taxis")
+ AH_TEMPLATE(LINUX, "Do we build on Linux box")
+ AH_TEMPLATE(CYGWIN, "Do we build on Cygwin")
+ AH_TEMPLATE(_DJGPP, "Do we build on Djgpp")
+
AC_MSG_CHECKING(--enable-debug)
AC_ARG_ENABLE(debug,
***************
*** 109,111 ****
! AC_OUTPUT(po/Makefile.in intl/Makefile doc/Makefile utils/Makefile lib/Makefile lib/poziomy/Makefile lib/poziomy/MSTO/Makefile lib/poziomy/WIEZ/Makefile lib/poziomy/rozne/Makefile Makefile)
--- 118,121 ----
! AC_CONFIG_FILES(po/Makefile.in intl/Makefile doc/Makefile utils/Makefile lib/Makefile lib/poziomy/Makefile lib/poziomy/MSTO/Makefile lib/poziomy/WIEZ/Makefile lib/poziomy/rozne/Makefile Makefile)
! AC_OUTPUT
Index: ostatnia_zmiana
===================================================================
RCS file: /cvsroot/lib/LIB/ostatnia_zmiana,v
retrieving revision 1.189
retrieving revision 1.190
diff -C2 -d -r1.189 -r1.190
*** ostatnia_zmiana 23 Aug 2002 22:54:21 -0000 1.189
--- ostatnia_zmiana 24 Aug 2002 14:16:53 -0000 1.190
***************
*** 1 ****
! * Nie wszystkie umiejêtno¶ci s± ograniczone przez æwiczenie teoretyczne
--- 1,3 ----
! * zmiany w autotoolsach
! * zmiana nazwy binarki na tymczasow± :)
! * otwarty konkurs na now± nazwê
|