Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
23205534
...
23205534a252f0c579c2c1a79393cd9bd240447d
authored
2006-10-18 14:57:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(copy_files): Adjust for gettext 0.15
1 parent
ee271aa3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
scripts/gnulib-sync
scripts/gnulib-sync
View file @
2320553
...
...
@@ -208,12 +208,6 @@ copy_files() {
m4/isc-posix.m4
)
continue
;;
m4/lcmessage.m4
)
continue
;;
m4/onceonly_2_57.m4
)
dest
=
m4/onceonly.m4;;
# These will be overwritten by autopoint, which still uses
# old jm_.* macro names, so we have to keep both copies.
m4/gettext.m4 | m4/glibc21.m4 | m4/inttypes_h.m4 | m4/lib-ld.m4 |
\
m4/lib-prefix.m4 | m4/po.m4 | m4/stdint_h.m4 | m4/uintmax_t.m4 |
\
m4/longlong.m4 | m4/ulonglong.m4
)
dest
=
`
expr
$file
:
'\(.*\).m4'
`
_gl.m4;;
esac
rm -f
$dest
&&
...
...
Please
register
or
sign in
to post a comment