Ignore:
Timestamp:
Aug 16, 2003, 11:33:53 PM (22 years ago)
Author:
bird
Message:

Joined the port of 2.11.2 with 2.14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gettext.m4

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r617 r618  
    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
    263263         dnl bird: Added a driveletter hack here.
     264     dnl old code: if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
    264265         if test "x`echo $srcdir | sed -e 's@.\:/.*@@'  -e 's@/.*@@' `" = "x"; then
    265266            posrcprefix="$srcdir/"
Note: See TracChangeset for help on using the changeset viewer.