bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BUG: Incorrect warning when multiple po/ directories used


From: Alexander Turbov
Subject: BUG: Incorrect warning when multiple po/ directories used
Date: Mon, 06 Jan 2003 06:59:00 +0300

Hi all!

Recently I wrote test project to explore how to configure with multiple po/ 
directories and fount the wollowing incorrect warning:

config.status: executing default-1 commands
config.status: creating bar/po/POTFILES
config.status: creating bar/po/Makefile
config.status: creating foo/po/POTFILES
config.status: setting ALL_LINGUAS in configure.in is obsolete
config.status: creating foo/po/Makefile

I know exactly that ALL_LINGUAS don't used in configure.in!!
The problem is: when multiple po/ directories configured, ALL_LINGUAS used in 
config.status commands remain its value after 1st cycle even if actualy not 
used in configure.in, and in the next iteration warning will be issued...

The best workaround I currently use: just comment the following lines in 
gettext.m4:

#  if test -n "$ALL_LINGUAS"; then
#    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is 
obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
#  fi

my gettext version 0.11.5... I don't know maybe this already fixed somewhere 
or it is possible I'm incorrectly configure my test project?? If so, please 
let me know -- actualy manuals not clear speak about how to do this in 
correct way :(((
 
In attached .tar.gz my test project.

Attachment: mpgtt-0.0.1.tar.gz
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]