• Home
  • Raw
  • Download

Lines Matching refs:in

7 dnl This file can can be used in projects which are not available under
14 dnl They are *not* in the public domain.
31 dnl the gettext macros and po/Makefile.in.in are in sync.
37 dnl Search for GNU msgfmt in the PATH.
48 case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
55 case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
62 dnl Search for GNU xgettext 0.12 or newer in the PATH.
74 case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
81 dnl Search for GNU msgmerge 0.11 or newer in the PATH.
87 dnl have to define it here, so that it can be used in po/Makefile.
96 for ac_file in $CONFIG_FILES; do
98 case "$ac_file" in
101 # PO directories have a Makefile.in generated from Makefile.in.in.
102 case "$ac_file" in */Makefile.in)
110 case "$ac_given_srcdir" in
116 # POTFILES.in file. This allows packages to have multiple PO
117 # directories under different names or in different locations.
118 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
121 …cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_sr…
122 POMAKEFILEDEPS="POTFILES.in"
129 …e" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS
136 # The set of available languages was given in configure.in.
148 case "$ac_given_srcdir" in
156 for lang in $ALL_LINGUAS; do
166 for presentlang in $ALL_LINGUAS; do
173 for desiredlang in $desiredlanguages; do
176 # b. a variant of presentlang (because in this case,
178 # which are not translated in the desiredlang catalog).
179 case "$desiredlang" in
190 for lang in $INST_LINGUAS; do
195 …@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
196 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
198 case "$f" in
217 dnl Postprocesses a Makefile in a directory containing PO files.
220 # When this code is run, in config.status, two variables have already been
222 # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
234 case "$ac_given_srcdir" in
274 # See if the line ends in a backslash.
287 # A trailing backslash means that the variable definition continues in the
301 for file in $POTFILES; do
307 …e" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS
338 case "$ac_given_srcdir" in
351 for lang in $ALL_LINGUAS; do
368 for presentlang in $ALL_LINGUAS; do
375 for desiredlang in $desiredlanguages; do
378 # b. a variant of presentlang (because in this case,
380 # which are not translated in the desiredlang catalog).
381 case "$desiredlang" in
396 for lang in $INST_LINGUAS; do
410 for lang in $ALL_LINGUAS; do
421 for lang in $ALL_LINGUAS; do
444 dnl Registers an option to be passed to xgettext in the po subdirectory.