Changeset 605 for branches/GNU/src/binutils/gettext.m4
- Timestamp:
- Aug 16, 2003, 6:41:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/gettext.m4
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r604 r605 257 257 dnl Generate list of files to be processed by xgettext which will 258 258 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; then259 dnl exists in srcdir and contains POTFILES.in. 260 if test -f $srcdir/po/POTFILES.in; then 261 261 test -d po || mkdir po 262 262 if test "x$srcdir" != "x."; then -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.