From: <os...@us...> - 2002-08-24 20:54:20
|
Update of /cvsroot/lib/LIB In directory usw-pr-cvs1:/tmp/cvs-serv4325 Modified Files: ABOUT-NLS ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.in missing mkinstalldirs ostatnia_zmiana Added Files: config.rpath depcomp Log Message: * locales dzia³aj± (mi przynajmniej ;) ) --- NEW FILE: config.rpath --- #! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2002 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <go...@gn...>, 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # All known linkers require a `.a' archive for static linking (except M$VC, # which needs '.lib'). libext=a shlibext= host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix3* | aix4* | aix5*) wl='-Wl,' ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6*) wl='-Wl,' ;; linux*) echo '__INTEL_COMPILER' > conftest.$ac_ext if $CC -E conftest.$ac_ext >/dev/null | grep __INTEL_COMPILER >/dev/null then : else # Intel icc wl='-Qoption,ld,' fi ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; solaris*) wl='-Wl,' ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) if test "x$host_vendor" = xsni; then wl='-LD' else wl='-Wl,' fi ;; esac fi hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then case "$host_os" in aix3* | aix4* | aix5*) # On AIX, the GNU linker is very broken ld_shlibs=no ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II <kc...@do...> reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' ;; solaris* | sysv5*) if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 hardcode_direct=yes else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi esac fi if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib' else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib' fi fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=yes ;; freebsd1*) ld_shlibs=no ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9* | hpux10* | hpux11*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_minus_L=yes # Not in the search PATH, but as the default # location of the library. ;; irix5* | irix6*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; openbsd*) hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; sco3.2v5*) ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) if test "x$host_vendor" = xsno; then hardcode_direct=yes # is this really true??? else hardcode_direct=no # Motorola manual says yes, but my tests say they lie fi ;; sysv4.3*) ;; sysv5*) hardcode_libdir_flag_spec= ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4.2uw2*) hardcode_direct=yes hardcode_minus_L=no ;; sysv5uw7* | unixware7*) ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics libname_spec='lib$name' sys_lib_dlsearch_path_spec="/lib /usr/lib" sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" case "$host_os" in aix3*) shlibext=so ;; aix4* | aix5*) shlibext=so ;; amigaos*) shlibext=ixlibrary ;; beos*) shlibext=so ;; bsdi4*) shlibext=so sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" ;; cygwin* | mingw* | pw32*) case $GCC,$host_os in yes,cygwin*) shlibext=dll.a ;; yes,mingw*) shlibext=dll sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"` ;; yes,pw32*) shlibext=dll ;; *) shlibext=dll ;; esac ;; darwin* | rhapsody*) shlibext=dylib ;; freebsd1*) ;; freebsd*) shlibext=so ;; gnu*) shlibext=so ;; hpux9* | hpux10* | hpux11*) shlibext=sl ;; irix5* | irix6*) shlibext=so case "$host_os" in irix5*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 ") libsuff= shlibsuff= ;; *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" ;; linux-gnuoldld* | linux-gnuaout* | linux-gnucoff*) ;; linux-gnu*) shlibext=so ;; netbsd*) shlibext=so ;; newsos6) shlibext=so ;; openbsd*) shlibext=so ;; os2*) libname_spec='$name' shlibext=dll ;; osf3* | osf4* | osf5*) shlibext=so sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; sco3.2v5*) shlibext=so ;; solaris*) shlibext=so ;; sunos4*) shlibext=so ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) shlibext=so case "$host_vendor" in motorola) sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; uts4*) shlibext=so ;; dgux*) shlibext=so ;; sysv4*MP*) if test -d /usr/nec; then shlibext=so fi ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF # How to pass a linker flag through the compiler. wl="$escaped_wl" # Static library suffix (normally "a"). libext="$libext" # Shared library suffix (normally "so"). shlibext="$shlibext" # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec" # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator="$hardcode_libdir_separator" # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the # resulting binary. hardcode_direct="$hardcode_direct" # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L="$hardcode_minus_L" # Compile-time system search path for libraries sys_lib_search_path_spec="$escaped_sys_lib_search_path_spec" # Run-time system search path for libraries sys_lib_dlsearch_path_spec="$escaped_sys_lib_dlsearch_path_spec" EOF --- NEW FILE: depcomp --- #! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva <ol...@dc...>. if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # `libtool' can also be set to `yes' or `no'. if test -z "$depfile"; then base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` dir=`echo "$object" | sed 's,/.*$,/,'` if test "$dir" = "$object"; then dir= fi # FIXME: should be _deps on DOS. depfile="$dir.deps/$base" fi tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> $depfile echo >> $depfile # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> $depfile else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. This file always lives in the current directory. # Also, the AIX compiler puts `$object:' at the start of each line; # $object doesn't have directory information. stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` tmpdepfile="$stripped.u" outname="$stripped.o" if test "$libtool" = yes; then "$@" -Wc,-M else "$@" -M fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi if test -f "$tmpdepfile"; then # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1="$dir.libs/$base.lo.d" tmpdepfile2="$dir.libs/$base.d" "$@" -Wc,-MD else tmpdepfile1="$dir$base.o.d" tmpdepfile2="$dir$base.d" "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi if test -f "$tmpdepfile1"; then tmpdepfile="$tmpdepfile1" else tmpdepfile="$tmpdepfile2" fi if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a space and a tab in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the proprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. We will use -o /dev/null later, # however we can't do the remplacement now because # `-o $object' might simply not be used IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M "$@" -o /dev/null $dashmflag | sed 's:^[^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # X makedepend shift cleared=no for arg in "$@"; do case $cleared in no) set ""; shift cleared=yes ;; esac case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; -*) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix="`echo $object | sed 's/^.*\././'`" touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the proprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E | sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the proprocessed file to stdout, regardless of -o, # because we must use -o when running libtool. "$@" || exit $? IFS=" " for arg do case "$arg" in "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 Index: ABOUT-NLS =================================================================== RCS file: /cvsroot/lib/LIB/ABOUT-NLS,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ABOUT-NLS 10 May 2000 11:31:23 -0000 1.1.1.1 --- ABOUT-NLS 24 Aug 2002 20:54:15 -0000 1.2 *************** *** 9,13 **** If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, ! itself available at your nearest GNU archive site. But you do *not* need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. --- 9,13 ---- If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, ! itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. *************** *** 23,28 **** `intl/VERSION' file, in internationalized packages. ! One advise in advance ! ===================== If you want to exploit the full power of internationalization, you --- 23,28 ---- `intl/VERSION' file, in internationalized packages. ! Quick configuration advice ! ========================== If you want to exploit the full power of internationalization, you *************** *** 35,45 **** operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as ! many features (such as locale alias or message inheritance) as the ! implementation here. It is also not possible to offer this additional ! functionality on top of a `catgets' implementation. Future versions of ! GNU `gettext' will very likely convey even more functionality. So it ! might be a good idea to change to GNU `gettext' as soon as possible. ! So you need not provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. --- 35,46 ---- operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as ! many features (such as locale alias, message inheritance, automatic ! charset conversion or plural form handling) as the implementation here. ! It is also not possible to offer this additional functionality on top ! of a `catgets' implementation. Future versions of GNU `gettext' will ! very likely convey even more functionality. So it might be a good idea ! to change to GNU `gettext' as soon as possible. ! So you need _not_ provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. *************** *** 54,74 **** By default, this package will be installed to allow translation of ! messages. It will automatically detect whether the system provides ! usable `catgets' (if using this is selected by the installer) or ! `gettext' functions. If neither is available, the GNU `gettext' own library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of ! the GNU `gettext' package is *not* required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext - ./configure --with-catgets ./configure --disable-nls ! will respectively bypass any pre-existing `catgets' or `gettext' to use ! the internationalizing routines provided within this package, enable ! the use of the `catgets' functions (if found on the locale system), or ! else, *totally* disable translation of messages. When you already have GNU `gettext' installed on your system and run --- 55,72 ---- By default, this package will be installed to allow translation of ! messages. It will automatically detect whether the system already ! provides the GNU `gettext' functions. If not, the GNU `gettext' own library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of ! the GNU `gettext' package is _not_ required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext ./configure --disable-nls ! will respectively bypass any pre-existing `gettext' to use the ! internationalizing routines provided within this package, or else, ! _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run *************** *** 84,99 **** to prevent auto-detection. ! By default the configuration process will not test for the `catgets' ! function and therefore they will not be used. The reasons are already ! given above: the emulation on top of `catgets' cannot provide all the ! extensions provided by the GNU `gettext' library. If you nevertheless ! want to use the `catgets' functions use ! ! ./configure --with-catgets ! ! to enable the test for `catgets' (this causes no harm if `catgets' is ! not available on your system). If you really select this option we ! would like to hear about the reasons because we cannot think of any ! good one ourself. Internationalized packages have usually many `po/LL.po' files, where --- 82,89 ---- to prevent auto-detection. ! The configuration process will not test for the `catgets' function ! and therefore it will not be used. The reason is that even an ! emulation of `gettext' on top of `catgets' could not provide all the ! extensions of the GNU `gettext' library. Internationalized packages have usually many `po/LL.po' files, where *************** *** 111,130 **** As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate ! ISO 639 `LL' two-letter code prior to using the programs in the ! package. For example, let's suppose that you speak German. At the ! shell prompt, merely execute `setenv LANG de' (in `csh'), ! `export LANG; LANG=de' (in `sh') or `export LANG=de' (in `bash'). This ! can be done from your `.login' or `.profile' file, once and for all. ! An operating system might already offer message localization for ! many of its programs, while other programs have been installed locally ! with the full capabilities of GNU `gettext'. Just using `gettext' ! extended syntax for `LANG' would break proper localization of already ! available operating system programs. In this case, users should set ! both `LANGUAGE' and `LANG' variables in their environment, as programs ! using GNU `gettext' give preference to `LANGUAGE'. For example, some ! Swedish users would rather read translations in German than English for ! when Swedish is not available. This is easily accomplished by setting ! `LANGUAGE' to `sv:de' while leaving `LANG' to `sv'. Translating Teams --- 101,140 ---- As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate ! `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, ! and `CC' is an ISO 3166 two-letter country code. For example, let's ! suppose that you speak German and live in Germany. At the shell ! prompt, merely execute `setenv LANG de_DE' (in `csh'), ! `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). ! This can be done from your `.login' or `.profile' file, once and for ! all. ! You might think that the country code specification is redundant. ! But in fact, some languages have dialects in different countries. For ! example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The ! country code serves to distinguish the dialects. ! ! The locale naming convention of `LL_CC', with `LL' denoting the ! language and `CC' denoting the country, is the one use on systems based ! on GNU libc. On other systems, some variations of this scheme are ! used, such as `LL' or `LL_CC.ENCODING'. You can get the list of ! locales supported by your system for your country by running the command ! `locale -a | grep '^LL''. ! ! Not all programs have translations for all languages. By default, an ! English message is shown in place of a nonexistent translation. If you ! understand other languages, you can set up a priority list of languages. ! This is done through a different environment variable, called ! `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' ! for the purpose of message handling, but you still need to have `LANG' ! set to the primary language; this is required by other parts of the ! system libraries. For example, some Swedish users who would rather ! read translations in German than English for when Swedish is not ! available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. ! ! In the `LANGUAGE' environment variable, but not in the `LANG' ! environment variable, `LL_CC' combinations can be abbreviated as `LL' ! to denote the language's main dialect. For example, `de' is equivalent ! to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' ! (Portuguese as spoken in Portugal) in this context. Translating Teams *************** *** 134,157 **** people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. ! Each translation team has its own mailing list, courtesy of Linux ! International. You may reach your translation team at the address ! `LL...@li...', replacing LL by the two-letter ISO 639 code for your ! language. Language codes are *not* the same as the country codes given ! in ISO 3166. The following translation teams exist, as of December ! 1997: ! ! Chinese `zh', Czech `cs', Danish `da', Dutch `nl', English `en', ! Esperanto `eo', Finnish `fi', French `fr', German `de', Hungarian ! `hu', Irish `ga', Italian `it', Indonesian `id', Japanese `ja', ! Korean `ko', Latin `la', Norwegian `no', Persian `fa', Polish ! `pl', Portuguese `pt', Russian `ru', Slovenian `sl', Spanish `es', ! Swedish `sv', and Turkish `tr'. ! ! For example, you may reach the Chinese translation team by writing to ! `zh...@li...'. ! If you'd like to volunteer to *work* at translating messages, you should become a member of the translating team for your own language. ! The subscribing address is *not* the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-...@li...', having this message body: --- 144,155 ---- people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. ! Each translation team has its own mailing list. The up-to-date list of ! teams can be found at the Free Translation Project's homepage, ! `http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" ! area. ! If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. ! The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-...@li...', having this message body: *************** *** 160,164 **** Keep in mind that team members are expected to participate ! *actively* in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to --- 158,162 ---- Keep in mind that team members are expected to participate ! _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to *************** *** 174,213 **** Languages are not equally supported in all packages. The following ! matrix shows the current state of internationalization, as of December ! 1997. The matrix shows, in regard of each package, for which languages ! PO files have been submitted to translation coordination. ! Ready PO files cs da de en es fi fr it ja ko nl no pl pt ru sl sv ! .----------------------------------------------------. ! bash | [] [] [] | 3 ! bison | [] [] [] | 3 ! clisp | [] [] [] [] | 4 ! cpio | [] [] [] [] [] [] | 6 ! diffutils | [] [] [] [] [] | 5 ! enscript | [] [] [] [] [] [] | 6 ! fileutils | [] [] [] [] [] [] [] [] [] [] | 10 ! findutils | [] [] [] [] [] [] [] [] [] | 9 ! flex | [] [] [] [] | 4 ! gcal | [] [] [] [] [] | 5 ! gettext | [] [] [] [] [] [] [] [] [] [] [] | 12 ! grep | [] [] [] [] [] [] [] [] [] [] | 10 ! hello | [] [] [] [] [] [] [] [] [] [] [] | 11 ! id-utils | [] [] [] | 3 ! indent | [] [] [] [] [] | 5 ! libc | [] [] [] [] [] [] [] | 7 ! m4 | [] [] [] [] [] [] | 6 ! make | [] [] [] [] [] [] | 6 ! music | [] [] | 2 ! ptx | [] [] [] [] [] [] [] [] | 8 ! recode | [] [] [] [] [] [] [] [] [] | 9 ! sh-utils | [] [] [] [] [] [] [] [] | 8 ! sharutils | [] [] [] [] [] [] | 6 ! tar | [] [] [] [] [] [] [] [] [] [] [] | 11 ! texinfo | [] [] [] | 3 ! textutils | [] [] [] [] [] [] [] [] [] | 9 ! wdiff | [] [] [] [] [] [] [] [] | 8 ! `----------------------------------------------------' ! 17 languages cs da de en es fi fr it ja ko nl no pl pt ru sl sv ! 27 packages 6 4 25 1 18 1 26 2 1 12 20 9 19 7 4 7 17 179 Some counters in the preceding matrix are higher than the number of --- 172,401 ---- Languages are not equally supported in all packages. The following ! matrix shows the current state of internationalization, as of August ! 2002. The matrix shows, in regard of each package, for which languages ! PO files have been submitted to translation coordination, with a ! translation percentage of at least 50%. ! Ready PO files be bg ca cs da de el en eo es et fi fr ! +----------------------------------------+ ! a2ps | [] [] [] [] | ! ap-utils | | ! bash | [] [] [] [] | ! bfd | [] [] | ! binutils | [] [] | ! bison | [] [] [] [] | ! clisp | | ! clisp | [] [] [] [] | ! clisplow | | ! cpio | [] [] [] [] | ! darkstat | () | ! diffutils | [] [] [] [] [] [] | ! enscript | [] [] | ! error | [] [] [] | ! fetchmail | [] () [] [] [] () | ! fileutils | [] [] [] [] [] | ! findutils | [] [] [] [] [] [] | ! flex | [] [] [] [] [] | ! gas | [] [] | ! gawk | [] [] [] | ! gcal | [] [] | ! gcc | [] [] | ! gettext | [] [] [] [] [] | ! gnupg | [] [] [] [] [] [] [] | ! gprof | [] [] | ! gpsdrive | () () () () () | ! grep | [] [] [] [] [] [] [] [] | ! gretl | [] | ! gthumb | () () () | ! hello | [] [] [] [] [] [] [] [] [] | ! id-utils | [] [] [] | ! indent | [] [] [] [] [] | ! jpilot | () [] [] [] | ! jwhois | [] [] | ! kbd | [] [] [] | ! ld | [] [] | ! libc | [] [] [] [] [] [] [] [] | ! libiconv | [] [] [] [] | ! lifelines | () () | ! lilypond | [] [] | ! lingoteach | [] [] | ! lingoteach_lessons| () () | ! lynx | [] [] [] [] [] | ! m4 | [] [] [] [] [] | ! make | [] [] [] [] | ! man-db | [] () () [] () () | ! mysecretdiary | [] [] [] | ! nano | [] () [] [] [] [] | ! nano_1_0 | [] () [] [] [] [] | ! opcodes | [] [] [] | ! parted | [] [] [] [] [] | ! ptx | [] [] [] [] [] [] [] | ! python | | ! recode | [] [] [] [] [] [] | ! sed | [] [] [] [] [] [] [] [] [] [] | ! sh-utils | [] [] [] [] | ! sharutils | [] [] [] [] [] [] [] | ! sketch | () [] () | ! soundtracker | [] [] [] | ! sp | [] | ! tar | [] [] [] [] [] [] | ! texinfo | [] [] [] [] [] | ! textutils | [] [] [] [] [] | ! util-linux | [] [] [] [] [] [] | ! vorbis-tools | [] | ! wastesedge | | ! wdiff | [] [] [] [] [] [] | ! wget | [] [] [] [] [] [] [] [] [] [] | ! +----------------------------------------+ ! be bg ca cs da de el en eo es et fi fr ! 0 2 19 10 30 44 9 1 12 44 17 6 53 ! ! gl he hr hu id it ja ko lv nb nl nn ! +-------------------------------------+ ! a2ps | () () [] | ! ap-utils | | ! bash | [] | ! bfd | [] | ! binutils | [] | ! bison | [] [] [] [] | ! clisp | | ! clisp | [] | ! clisplow | | ! cpio | [] [] [] [] | ! darkstat | | ! diffutils | [] [] [] [] [] | ! enscript | [] [] | ! error | [] | ! fetchmail | [] | ! fileutils | [] [] [] | ! findutils | [] [] [] [] [] [] [] [] | ! flex | [] | ! gas | | ! gawk | [] | ! gcal | | ! gcc | [] | ! gettext | [] [] | ! gnupg | [] [] [] [] | ! gprof | [] | ! gpsdrive | [] () () | ! grep | [] [] [] [] [] [] [] | ! gretl | | ! gthumb | () () | ! hello | [] [] [] [] [] [] [] [] [] [] [] [] | ! id-utils | [] [] | ! indent | [] [] [] [] | ! jpilot | () () | ! jwhois | [] [] | ! kbd | | ! ld | | ! libc | [] [] [] [] | ! libiconv | [] [] [] | ! lifelines | | ! lilypond | [] | ! lingoteach | [] | ! lingoteach_lessons| | ! lynx | [] [] [] [] | ! m4 | [] [] [] [] | ! make | [] [] [] [] [] [] | ! man-db | () () | ! mysecretdiary | [] | ! nano | [] [] [] [] | ! nano_1_0 | [] [] [] [] [] | ! opcodes | [] [] | ! parted | [] [] [] | ! ptx | [] [] [] [] [] | ! python | | ! recode | [] [] [] | ! sed | [] [] [] [] [] [] [] [] | ! sh-utils | [] [] [] | ! sharutils | [] [] [] | ! sketch | () | ! soundtracker | [] [] | ! sp | | ! tar | [] [] [] [] [] [] | ! texinfo | [] [] [] | ! textutils | [] [] [] [] | ! util-linux | () [] | ! vorbis-tools | [] | ! wastesedge | | ! wdiff | [] [] [] | ! wget | [] [] [] [] [] [] | ! +-------------------------------------+ ! gl he hr hu id it ja ko lv nb nl nn ! 23 9 12 19 16 13 26 9 1 7 19 3 ! ! no pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW ! +----------------------------------------------+ ! a2ps | () () () [] [] [] [] [] | 10 ! ap-utils | () | 0 ! bash | [] | 6 ! bfd | [] [] | 5 ! binutils | [] [] | 5 ! bison | [] [] [] [] | 12 ! clisp | | 0 ! clisp | | 5 ! clisplow | | 0 ! cpio | [] [] [] [] | 12 ! darkstat | [] [] () () | 2 ! diffutils | [] [] [] [] [] [] | 17 ! enscript | [] [] [] [] | 8 ! error | [] [] [] | 7 ! fetchmail | () () [] | 6 ! fileutils | [] [] [] [] [] [] | 14 ! findutils | [] [] [] [] [] [] [] | 21 ! flex | [] [] [] | 9 ! gas | [] | 3 ! gawk | [] [] | 6 ! gcal | [] [] | 4 ! gcc | [] | 4 ! gettext | [] [] [] [] [] [] | 13 ! gnupg | [] [] [] | 14 ! gprof | [] [] | 5 ! gpsdrive | [] [] | 3 ! grep | [] [] [] [] [] | 20 ! gretl | | 1 ! gthumb | () () [] | 1 ! hello | [] [] [] [] [] [] [] | 28 ! id-utils | [] [] [] [] | 9 ! indent | [] [] [] [] [] | 14 ! jpilot | () () [] [] | 5 ! jwhois | [] () () [] [] | 7 ! kbd | [] [] | 5 ! ld | [] [] | 4 ! libc | [] [] [] [] [] [] | 18 ! libiconv | [] [] [] [] [] | 12 ! lifelines | [] | 1 ! lilypond | [] | 4 ! lingoteach | [] [] | 5 ! lingoteach_lessons| () | 0 ! lynx | [] [] [] [] | 13 ! m4 | [] [] [] [] | 13 ! make | [] [] [] [] [] | 15 ! man-db | | 3 ! mysecretdiary | [] [] [] | 7 ! nano | [] [] [] [] | 13 ! nano_1_0 | [] [] [] [] | 14 ! opcodes | [] [] [] | 8 ! parted | [] [] [] [] | 12 ! ptx | [] [] [] [] [] [] [] | 19 ! python | | 0 ! recode | [] [] [] [] [] [] | 15 ! sed | [] [] [] [] [] [] | 24 ! sh-utils | [] [] | 9 ! sharutils | [] [] [] [] | 14 ! sketch | [] () [] | 4 ! soundtracker | [] | 6 ! sp | | 1 ! tar | [] [] [] [] [] [] [] | 19 ! texinfo | [] [] | 10 ! textutils | [] [] [] [] [] | 14 ! util-linux | [] [] [] | 10 ! vorbis-tools | [] | 3 ! wastesedge | | 0 ! wdiff | [] [] [] [] [] | 14 ! wget | [] [] [] [] [] [] [] [] | 24 ! +----------------------------------------------+ ! 37 teams no pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW ! 68 domains 4 15 2 28 28 12 10 49 43 4 1 9 609 Some counters in the preceding matrix are higher than the number of *************** *** 222,226 **** distribution. ! If December 1997 seems to be old, you may fetch a more recent copy ! of this `ABOUT-NLS' file on most GNU archive sites. --- 410,435 ---- distribution. ! If August 2002 seems to be old, you may fetch a more recent copy of ! this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date ! matrix with full percentage details can be found at ! `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. ! ! Using `gettext' in new packages ! =============================== ! ! If you are writing a freely available program and want to ! internationalize it you are welcome to use GNU `gettext' in your ! package. Of course you have to respect the GNU Library General Public ! License which covers the use of the GNU `gettext' library. This means ! in particular that even non-free programs can use `libintl' as a shared ! library, whereas only free software can use `libintl' as a static ! library or use modified versions of `libintl'. ! ! Once the sources are changed appropriately and the setup can handle ! to use of `gettext' the only thing missing are the translations. The ! Free Translation Project is also available for packages which are not ! developed inside the GNU project. Therefore the information given above ! applies also for every other Free Software Project. Contact ! `tra...@ir...' to make the `.pot' files available to ! the translation teams. Index: ChangeLog =================================================================== RCS file: /cvsroot/lib/LIB/ChangeLog,v retrieving revision 1.304 retrieving revision 1.305 diff -C2 -d -r1.304 -r1.305 *** ChangeLog 24 Aug 2002 18:51:06 -0000 1.304 --- ChangeLog 24 Aug 2002 20:54:15 -0000 1.305 *************** *** 1,2 **** --- 1,14 ---- + 2002/08/24 22:53:40 przewdnik + * locales dzia³aj± (mi przynajmniej ;) ) + + 2002-08-24 gettextize <bug...@gn...> + + * Makefile.am (SUBDIRS): Add m4. + (SUBDIRS): Remove intl. + (ACLOCAL_AMFLAGS): New variable. + (EXTRA_DIST): New variable. + * configure.in (AC_CONFIG_FILES): Add m4/Makefile. + (AC_CONFIG_FILES): Remove intl/Makefile. + 2002/08/24 20:50:28 przewdnik * zmniany dooko³a locales - locales na razie nie dzia³aj± Index: Makefile.am =================================================================== RCS file: /cvsroot/lib/LIB/Makefile.am,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Makefile.am 24 Aug 2002 14:16:53 -0000 1.30 --- Makefile.am 24 Aug 2002 20:54:15 -0000 1.31 *************** *** 1,3 **** ! SUBDIRS=intl po doc utils lib datadir=$(prefix)/lib/games bindir=$(prefix)/games --- 1,3 ---- ! SUBDIRS= m4 po doc utils lib intl datadir=$(prefix)/lib/games bindir=$(prefix)/games *************** *** 11,12 **** --- 11,16 ---- lib.data: utils lib utils/join + + ACLOCAL_AMFLAGS = -I m4 + + EXTRA_DIST = config.rpath Index: Makefile.in =================================================================== RCS file: /cvsroot/lib/LIB/Makefile.in,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** Makefile.in 24 Aug 2002 14:16:53 -0000 1.39 --- Makefile.in 24 Aug 2002 20:54:15 -0000 1.40 *************** *** 1,5 **** ! # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am ! # 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, --- 1,7 ---- ! # Makefile.in generated by automake 1.6.3 from Makefile.am. ! # @configure_i... [truncated message content] |