Ignore:
Timestamp:
Aug 16, 2003, 6:41:03 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gettext.m4

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r604 r605  
    257257   dnl Generate list of files to be processed by xgettext which will
    258258   dnl be included in po/Makefile.  But only do this if the po directory
    259    dnl exists in srcdir.
    260    if test -d $srcdir/po; then
     259   dnl exists in srcdir and contains POTFILES.in.
     260   if test -f $srcdir/po/POTFILES.in; then
    261261      test -d po || mkdir po
    262262      if test "x$srcdir" != "x."; then
Note: See TracChangeset for help on using the changeset viewer.